Releases: sveltejs/svelte
[email protected]
Patch Changes
- chore: rename internal object properties (#9532)
[email protected]
[email protected]
Patch Changes
- fix: ignore expressions in top level script/style tag attributes (#9498)
[email protected]
Patch Changes
- fix: do not propagate global intro transitions (#9515)
[email protected]
Patch Changes
-
fix: tweak script/style tag parsing/preprocessing logic (#9502)
-
fix: emit useful error on invalid binding to derived state (#9497)
-
fix: address unowned propagation signal issue (#9510)
-
fix: add top level snippets to instance scope (#9467)
-
fix: only treat instance context exports as accessors (#9500)
-
fix: allow setting files binding for
<input type="file" />
(#9463) -
fix: add missing visitor for assignments during compilation (#9511)
[email protected]
Patch Changes
- fix: handle closing tags inside attribute values (#9486)
[email protected]
Patch Changes
- revert: address bug in before/after update (#9480)
[email protected]
Patch Changes
-
chore: use internal
get_descriptors
helper (#9389) -
chore: improve bundle code size (#9476)
-
fix: coerce attribute value to string before comparison (#9475)
-
fix: handle private fields in
class
in.svelte.js
files (#9394) -
chore: make operations lazy (#9468)
-
fix: allow svelte:self in snippets (#9439)
-
fix: check that snippet is not rendered as a component (#9423)
-
patch: ensure keyed each block fallback to indexed each block (#9441)
-
fix: allow member access on directives (#9462)
-
fix: handle dynamic selects with falsy select values (#9471)
-
fix: ensure dynamic attributes containing call expressions update (#9443)
-
fix: corrects a beforeUpdate/afterUpdate bug (#9448)
-
fix: add missing files binding (#9415)
-
fix: only escape attribute values for elements, not components (#9456)
-
fix: handle event attribute spreading with event delegation (#9433)
-
fix: support class exports (#9465)
-
fix: treat
slot
the same as other props (#9457)
[email protected]
Patch Changes
-
breaking: remove selector api (#9426)
-
fix: correct update_block index type (#9425)
-
fix: tighten up signals implementation (#9417)
-
fix: exclude internal props from spread attributes (#9384)
-
chore: improve keyblock treeshaking (#9422)
-
breaking: remove Component type, keep using SvelteComponent instead (#9413)
-
fix: add snippet marker symbol to children prop (#9395)