Releases: sveltejs/svelte
[email protected]
Patch Changes
- fix: treat property accesses of literals as pure (#14325)
[email protected]
Patch Changes
-
fix: mark pseudo classes nested inside
:not
as used (#14303) -
fix: disallow invalid attributes for
<svelte:window>
and<svelte:document>
(#14228) -
fix: ensure props passed to components via mount are updateable (#14210)
-
fix: mark subtree dynamic for img with loading attribute (#14317)
-
fix: avoid relying on Node specifics within compiler (#14314)
[email protected]
Minor Changes
- feat: better inlining of static attributes (#14269)
[email protected]
[email protected]
[email protected]
Patch Changes
- fix: consider static attributes that are inlined in the template (#14249)
[email protected]
[email protected]
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)