Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
[email protected]
Patch Changes
- fix: always use set for private identifiers (#14378)
[email protected]
Patch Changes
- fix: remove template expression inlining (#14374)
[email protected]
[email protected]
[email protected]
Patch Changes
- fix: ensure dynamic call expressions correctly generate output (#14345)
[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)