Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sveltejs/svelte

web development for the rest of us
https://github.com/sveltejs/svelte

Outros undefined when loading component from URL

nine-2-five opened this issue about 3 years ago
Each blocks with animate don't account for "empty" children

ghostdevv opened this issue about 3 years ago
Optionally scope imported CSS files to component level

rodoch opened this issue about 3 years ago
Transition not removing extra DOM nodes after completion

probablykasper opened this issue about 3 years ago
bind:offsetWidth and acync css loading bug

NikolayMakhonin opened this issue about 3 years ago
[feature] Add `Portal`s to Svelte

ITenthusiasm opened this issue about 3 years ago
Pure CSS Transition

honzahana opened this issue about 3 years ago
Interrupting a transition breaks reactivity for nested objects

jagenheim opened this issue about 3 years ago
Allow lazy loading of rendering dependencies on ssr mode

JeanJPNM opened this issue about 3 years ago
Slot Forwarding Reactivity

scottgonzalez opened this issue about 3 years ago
Uncaught TypeError: node.parentNode is null

MarcGodard opened this issue about 3 years ago
fix: more predictable spring behaviour

robertadamsonsmith opened this pull request about 3 years ago
Erratic spring behaviour

robertadamsonsmith opened this issue about 3 years ago
[feat] improve parent_component undefined error

bluwy opened this pull request about 3 years ago
Introduce `<style module>` — update: `forward` directive

aradalvand opened this issue about 3 years ago
CSS container queries "@container" breaks parser

mitchray opened this issue about 3 years ago
<iframe on:load> does not trigger in all browsers

SillyFreak opened this issue about 3 years ago
Allow directives (actions/transitions/animations) to be more dynamic

dummdidumm opened this issue about 3 years ago
feat: `class` directive on `<svelte:body>`

andirady opened this pull request about 3 years ago
Add support for binding to element's focus state

cowboycodr opened this issue over 3 years ago
Styling single element components while retaining element API

philholden opened this issue over 3 years ago
feat: dynamic event bindings

flipkickmedia opened this pull request over 3 years ago
Recessive CSS rules

janosh opened this issue over 3 years ago
fix: `beforeUpdate` called twice with bound reference

RaiVaibhav opened this pull request over 3 years ago
Buggy @html tag on page load/refresh

kelvinsjk opened this issue over 3 years ago
No error for missing directives `=`

babakfp opened this issue over 3 years ago
Disallow props that look like directives

benmccann opened this issue over 3 years ago
Transition within component prevents component unmount

jonom opened this issue over 3 years ago
fix: var scope should not extend outside the reactive block

RaiVaibhav opened this pull request over 3 years ago
Width of img becomes zero when using spread props

ambarvm opened this issue over 3 years ago
feat: pass update function to store setup callbacks

rmunn opened this pull request over 3 years ago
Provide update as second argument parameter to stores

stephane-vanraes opened this issue over 3 years ago
<select> doesn't update selected value when options change

iluuu1994 opened this issue over 3 years ago
feat: loose parsing mode

dummdidumm opened this pull request over 3 years ago
Why the checkbox doesn't work in this reactive inner object?

frederikhors opened this issue over 3 years ago
Unicode dev error

datio opened this issue over 3 years ago
Change transitions to not require `style-src 'unsafe-inline'` CSP.

Karlinator opened this issue over 3 years ago
Subscription prop not waiting to subscribe till mounted

techniq opened this issue over 3 years ago
@html directive hydration bug

mquandalle opened this issue over 3 years ago
select input breaks in Firefox on Windows when using `{ ...$$props }`

TehShrike opened this issue over 3 years ago
feat: parser instead of regex for preprocessor

tanhauhau opened this pull request over 3 years ago
Change detection is overly aggressive where destructuring is used

Rich-Harris opened this issue over 3 years ago
New component `root` property may throw errors

CatchABus opened this issue over 3 years ago
namespaceURI of math tag is wrong

baseballyama opened this issue over 3 years ago
Add Enum type for Node's type in compiler

baseballyama opened this issue over 3 years ago
The muted attribute does not render in the video tag

rafaucau opened this issue over 3 years ago
Dynamic slot names

csangonzo opened this issue over 3 years ago
Add an option to validate to force keyed each instead of allowing both

dtzxporter opened this issue over 3 years ago
The Svelte "customElement" feature is not production ready yet !

sawden opened this issue over 3 years ago
Keep updating the state during out transition

aradalvand opened this issue over 3 years ago
svelte crashes chrome

isaacfink opened this issue over 3 years ago
Bug involving transition, value binding and "bind:this"

elpres opened this issue over 3 years ago
Space after conditional tag is erroneously gobbled up

aral opened this issue over 3 years ago
Inplace increment decrement assign not handled correctly inside #each

CristianPi opened this issue over 3 years ago
fix: address reactivity glitches

subtle-byte opened this pull request over 3 years ago
Unexpected / uneccessary store.set calls when binding values from a store

Prinzhorn opened this issue almost 4 years ago
let:this on an element/component

foxfriends opened this issue almost 4 years ago
Change how you write global styles inside a component

babakfp opened this issue almost 4 years ago
[fix] Set selectedIndex to -1 when no option matches bound select value

theodorejb opened this pull request almost 4 years ago
Site Tutorial Chapter 17. Compiler warning

MShuttle opened this issue almost 4 years ago
Input element doesn't update with 1-way bind to value prop

jajabarr opened this issue almost 4 years ago
Split utility function out of crossfade transition

WaltzingPenguin opened this issue almost 4 years ago
bind:clientWidth doesn't update for resizable element

colah opened this issue almost 4 years ago
undefined slot props when component has slot attr

ryu-man opened this issue almost 4 years ago
$$slots with slot forwarding

techniq opened this issue almost 4 years ago
Do not expose default slot let bindings to named slots

tanhauhau opened this pull request almost 4 years ago
How to write Svelte in Rescript instead of typescript?

sabinbajracharya opened this issue almost 4 years ago
beforeUpdate called twice with bound reference

larbear opened this issue almost 4 years ago
Wrong missing-declaration warning when using let'ed variable on same node

dummdidumm opened this issue almost 4 years ago
Assignments inside {#if} cause inconsistent state

CherryDT opened this issue almost 4 years ago
Animate breaks when used along with fly transition

shreyas44 opened this issue almost 4 years ago
Changing list with flip and scale animations causes overlap

lights0123 opened this issue almost 4 years ago
Action lifecycle in custom elements

arackaf opened this issue almost 4 years ago
Provide `print(ast: Ast): string` as compiler or svelte/printer

mizchi opened this issue almost 4 years ago
Fix update code being generated for module variable dependencies

j-delaney opened this issue about 4 years ago
Create a Svelte + TypeScript tutorial.

sakit0 opened this issue about 4 years ago
Fix sliding animation on table elements in Safari

chrisirhc opened this pull request about 4 years ago
Paused binding on audio not working correctly

carlos-marchal opened this issue about 4 years ago
Component event and prop names too permissive

pushkine opened this issue about 4 years ago