Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.22.5
06 Mar 01:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: never deduplicate expressions in templates (#15451 )
svelte@5.22.3
05 Mar 11:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: run effect roots in tree order (#15446 )
svelte@5.22.2
05 Mar 02:57
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly set is_updating before flushing root effects (#15442 )
svelte@5.22.1
04 Mar 14:32
Compare
Sorry, something went wrong.
No results found
Patch Changes
chore: switch acorn-typescript plugin (#15393 )
svelte@5.22.0
04 Mar 12:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
chore: Reduce hydration comment for {:else if} (#15250 )
Patch Changes
fix: disallow bind:group to snippet parameters (#15401 )
svelte@5.20.5
27 Feb 10:00
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: allow double hyphen css selector names (#15384 )
fix: class:directive not working with $restProps #15386 (#15389 )
fix: spread add an useless cssHash on non-scoped element
fix: catch error on @const tag in svelte:boundary in DEV mode (#15369 )
fix: allow for duplicate var declarations (#15382 )
fix : bug "$0 is not defined" on svelte:element with a function call on class (#15396 )
svelte@5.20.4
24 Feb 13:54
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: update types and inline docs for flushSync (#15348 )
svelte@5.20.3
24 Feb 12:54
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: allow @const inside #key (#15377 )
fix: remove unnecessary ?? '' on some expressions (#15287 )
fix: correctly override class attributes with class directives (#15352 )