Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
[email protected]
Patch Changes
-
fix: correctly scope CSS selectors with descendant combinators (#10490)
-
feat: implement support for
:is(...)
and:where(...)
(#10490) -
chore: treeshake unused store subscriptions in SSR mode (#10506)
-
fix: warn against accidental global event referenced (#10442)
-
fix: improve bind:this support for each blocks (#10510)
-
feat: implement nested CSS support (#10490)
-
breaking: encapsulate/remove selectors inside
:is(...)
and:where(...)
(#10490)
[email protected]
[email protected]
Patch Changes
- fix: check that component wasn't instantiated in
connectedCallback
(#10466)
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
-
fix: align
beforeUpdate
/afterUpdate
behavior better with that in Svelte 4 (#10408) -
fix: disallow exporting props, derived and reassigned state from within components (#10430)
-
fix: improve indexed each array reconcilation (#10422)
-
fix: add compiler error for each block mutations in runes mode (#10428)
[email protected]
Patch Changes
- fix: set
open
binding value in<details>
(#10413)