Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.2.6
Patch Changes
- fix: remove template expression inlining (#14374)
svelte@5.2.5
svelte@5.2.4
svelte@5.2.3
Patch Changes
- fix: ensure dynamic call expressions correctly generate output (#14345)
svelte@5.2.2
Patch Changes
- fix: treat property accesses of literals as pure (#14325)
svelte@5.2.1
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)
svelte@5.2.0
Minor Changes
- feat: better inlining of static attributes (#14269)
svelte@5.1.17
svelte@5.1.16
svelte@5.1.15
Patch Changes
- fix: consider static attributes that are inlined in the template (#14249)