Releases: sveltejs/svelte
svelte@5.1.15
Patch Changes
- fix: consider static attributes that are inlined in the template (#14249)
svelte@5.1.14
svelte@5.1.13
Patch Changes
-
fix: add migration task when there's a variable named that would conflict with a rune (#14216)
-
fix: consider
valueOf
in the reactive methods ofSvelteDate
(#14227) -
fix: handle sibling combinators within
:has
(#14213) -
fix: consider variables with synthetic store sub as state (#14195)
-
fix: read index as a source in legacy keyed each block (#14208)
-
fix: account for shadowing children slot during migration (#14224)
-
fix: ensure explicit nesting selector is always applied (#14193)
-
fix: add
lang="ts"
attribute during migration if needed (#14222)
svelte@5.1.12
svelte@5.1.11
svelte@5.1.10
Patch Changes
-
fix: ensure non-matching elements are scoped for
:not(...)
selector (#13999) -
fix: ensure video elements autoplay in safari (#14095)
-
fix: ensure trailing multiline comments on props produce correct code (#14143#issuecomment-2455702689) (#14143)
-
fix: correctly infer
<a>
tag namespace (#14134) -
fix: check options namespace for top level
svelte:element
s (#14101) -
fix: ensure migrate keeps inline/trailing comments in $props type definition (#14143)
-
fix: update links in JSDoc (#14165)
-
fix: ensure SvelteMap and SvelteSet work with generators in dev (#14103)
-
fix: only output the key for each_key_duplicate (#14147)
-
fix: prevent migrated snippet from shadow snippet prop (#14127)
-
fix: pass along
anchor
in legacy class wrappers (#14100) -
fix: recognize all custom element prop definitions (#14084)
-
fix: migrate multiple declarations with only some exported correctly (#14126)
svelte@5.1.9
Patch Changes
- fix: ensure transitions are applied to nested elements (#14080)
svelte@5.1.8
Patch Changes
- fix: ensure compiler statements are correctly included (#14074)
svelte@5.1.7
Patch Changes
-
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
-
fix: allow
warningFilter
option forcompileModule
(#14066) -
fix: ensure onMount correctly fires when new expressions are used (#14049)
-
fix: wrap
:id
,:where``:not
and:has
with:global
during migration (#13850) -
fix: ensure custom element attribute/prop changes are in their own context (#14016)
svelte@5.1.6
Patch Changes
- fix: ensure child effects are destroyed before their deriveds (#14043)