Skip to content

Releases: sveltejs/svelte

[email protected]

19 Nov 00:05
699c337
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: rename internal object properties (#9532)

[email protected]

18 Nov 16:03
5458ea7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: more signal perf tuning (#9531)

  • fix: address intro transition bugs (#9528)

  • chore: tweak signals for better runtime perf (#9529)

[email protected]

17 Nov 13:49
36b2c50
Compare
Choose a tag to compare

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

[email protected]

17 Nov 20:20
a36dba7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: do not propagate global intro transitions (#9515)

[email protected]

17 Nov 14:44
e0271f0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

16 Nov 19:53
2ea1764
Compare
Choose a tag to compare

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

[email protected]

16 Nov 00:03
c823dd2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • revert: address bug in before/after update (#9480)

[email protected]

15 Nov 21:25
7e94dee
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

13 Nov 20:02
1fd77d7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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)

[email protected]

10 Nov 12:42
1369aa5
Compare
Choose a tag to compare

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)