Releases: sveltejs/svelte
svelte@5.0.0-next.62
svelte@5.0.0-next.61
Patch Changes
-
fix: improve each block item equality for immutable mode (#10537)
-
fix: improve handling of unowned derived signals (#10565)
-
fix: better handling of empty text node hydration (#10545)
-
fix: ensure update methods of actions and reactive statements work with fine-grained
$state
(#10543) -
fix: don't execute scripts inside
@html
when instantiated on the client (#10556) -
fix: only escape characters in SSR template (#10555)
-
fix: wire up
events
inmount
correctly and fix its types (#10553) -
fix: better handling of derived signals that have no dependencies (#10558)
-
fix: improve state store mutation compiler output (#10561)
svelte@5.0.0-next.60
svelte@5.0.0-next.59
svelte@5.0.0-next.58
Patch Changes
- breaking: remove
createRoot
, adjustmount
/hydrate
APIs, introduceunmount
(#10516)
svelte@5.0.0-next.57
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)
svelte@5.0.0-next.56
svelte@4.2.11
Patch Changes
- fix: check that component wasn't instantiated in
connectedCallback
(#10466)