Skip to content

Releases: sveltejs/svelte

svelte@5.23.1

17 Mar 00:28
74917ae

Choose a tag to compare

Patch Changes

  • fix: invalidate parent effects when child effects update parent dependencies (#15506)

  • fix: correctly match :has() selector during css pruning (#15277)

  • fix: replace undefined with void 0 to avoid edge case (#15511)

  • fix: allow global-like pseudo-selectors refinement (#15313)

  • chore: don't distribute unused types definitions (#15473)

  • fix: add files and group to HTMLInputAttributes in elements.d.ts (#15492)

  • fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#15516)

svelte@5.23.0

11 Mar 18:53
a1257c1

Choose a tag to compare

Minor Changes

  • fix: make values consistent between effects and their cleanup functions (#15469)

svelte@5.22.6

07 Mar 15:09
e2bbc56

Choose a tag to compare

Patch Changes

  • fix: skip log_if_contains_state if only logging literals (#15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#15458)

  • fix: null and warnings for local handlers (#15460)

svelte@5.22.5

06 Mar 01:58
d513304

Choose a tag to compare

Patch Changes

  • fix: memoize clsx calls (#15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#15443)

  • fix: always use setAttribute when setting style (#15323)

  • fix: make style: directive and CSS handling more robust (#15418)

svelte@5.22.4

05 Mar 16:39
43ff304

Choose a tag to compare

Patch Changes

  • fix: never deduplicate expressions in templates (#15451)

svelte@5.22.3

05 Mar 11:01
0abd7f2

Choose a tag to compare

Patch Changes

  • fix: run effect roots in tree order (#15446)

svelte@5.22.2

05 Mar 02:57
3b465a7

Choose a tag to compare

Patch Changes

  • fix: correctly set is_updating before flushing root effects (#15442)

svelte@5.22.1

04 Mar 14:32
cd56c1d

Choose a tag to compare

Patch Changes

  • chore: switch acorn-typescript plugin (#15393)

svelte@5.22.0

04 Mar 12:27
0f26337

Choose a tag to compare

Minor Changes

  • feat: Add idPrefix option to render (#15428)

Patch Changes

  • fix: make dialog element and role interactive (#15429)

svelte@5.21.0

03 Mar 16:41
7ce2dfc

Choose a tag to compare

Minor Changes

  • chore: Reduce hydration comment for {:else if} (#15250)

Patch Changes

  • fix: disallow bind:group to snippet parameters (#15401)