Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
[email protected]
Patch Changes
-
fix: double event processing in firefox due to event object being garbage collected (#16527)
-
fix: add bindable dimension attributes types to SVG and MathML elements (#16525)
-
fix: correctly differentiate static fields before emitting
duplicate_class_field
(#16526) -
fix: prevent last_propagated_event from being DCE'd (#16538)
[email protected]
Patch Changes
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- fix: preserve dirty status of deferred effects (#16487)
[email protected]
[email protected]
Patch Changes
- fix: ensure subscriptions are picked up correctly by deriveds (#16466)
[email protected]
Patch Changes
- chore: move
capture_signals
to legacy module (#16456)
[email protected]
Patch Changes
-
fix: don't reexecute derived with no dependencies on teardown (#16438)
-
fix: disallow
export { foo as default }
in<script module>
(#16447) -
fix: move ownership validation into async component body (#16449)
-
fix: allow async destructured deriveds (#16444)
-
fix: move store setup/cleanup outside of async component body (#16443)