Releases: sveltejs/svelte
svelte@5.0.0-next.110
Patch Changes
- fix: make sure event attributes run after bindings (#11230)
svelte@5.0.0-next.109
Patch Changes
-
fix: more robust moving of each item nodes (#11254)
-
fix: ensure that CSS is generated for the final frame of a transition (#11251)
-
fix: more accurate error message when creating orphan effects (#11227)
-
fix: support
$state.snapshotas part of variable declarations (#11235) -
fix: optimize object property mutations in compilation (#11243)
-
breaking: don't allow children in svelte:options (#11250)
-
fix: possible name clash in hoisted functions (#11237)
-
fix: preserve getters/setters in HMR mode (#11231)
svelte@5.0.0-next.108
Patch Changes
-
breaking: warn on slots and event handlers in runes mode, error on
<slot>+{@render ...}tag usage in same component (#11203) -
fix: fall back to component namespace when not statically determinable, add way to tell
<svelte:element>the namespace at runtime (#11219) -
fix: measure elements before taking siblings out of the flow (#11216)
-
breaking: warn on self-closing non-void HTML tags (#11114)
-
fix: take outroing elements out of the flow when animating siblings (#11208)
-
fix: widen ownership when sub state is assigned to new state (#11217)
svelte@4.2.15
Patch Changes
- support attribute selector inside :global() (#11135)
svelte@5.0.0-next.107
svelte@5.0.0-next.106
svelte@5.0.0-next.105
svelte@5.0.0-next.104
svelte@5.0.0-next.103
Patch Changes
-
fix: throw error when auto-subscribed store variable shadow by local variable (#11170)
-
fix: make ownership validation work correctly with HMR (#11171)
-
fix: revert ownership widening change (#11161)
-
fix: fix string name of reactive map and set iterator (#11169)
-
feat: reactive
URLandURLSearchParamsclasses (#11157) -
feat: update error message for snippet binding and assignments (#11168)
svelte@4.2.14
Patch Changes
- fix parsing camelcase container query name (#11131)