Skip to content

Releases: sveltejs/svelte

svelte@5.14.4

18 Dec 09:48
2bfdd1b
Compare
Choose a tag to compare

Patch Changes

  • fix: remove implements from class declarations (#14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)

svelte@5.14.3

18 Dec 01:24
00ff60e
Compare
Choose a tag to compare

Patch Changes

  • fix: bump esrap, prevent malformed AST (#14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)

svelte@5.14.2

17 Dec 15:58
5529ad2
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly highlight first rerun of $inspect.trace (#14734)

  • chore: more loose parser improvements (#14733)

svelte@5.14.1

16 Dec 20:15
e0e9990
Compare
Choose a tag to compare

Patch Changes

  • fix: improve unowned derived performance (#14724)

svelte@5.14.0

15 Dec 14:24
bbf3829
Compare
Choose a tag to compare

Minor Changes

  • feat: adds $inspect.trace rune (#14290)

svelte@5.13.0

14 Dec 14:20
64a32ce
Compare
Choose a tag to compare

Minor Changes

  • feat: add outro option to unmount (#14540)

  • feat: provide loose parser mode (#14691)

svelte@5.12.0

12 Dec 22:56
af9b071
Compare
Choose a tag to compare

Minor Changes

  • feat: expose more AST types from "svelte/compiler" (#14601)

Patch Changes

  • fix: don't add parenthesis to media query if already present (#14699)

  • fix: ensure if block paths retain correct template namespacing (#14685)

svelte@5.11.3

12 Dec 19:57
780041a
Compare
Choose a tag to compare

Patch Changes

  • fix: allow unquoted slash in attributes (#14615)

  • fix: better handle hydration of script/style elements (#14683)

  • fix: make defaultValue work with spread (#14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#14688)

svelte@5.11.2

11 Dec 23:31
7aa80fc
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly handle ssr for reactivity/window (#14681)

svelte@5.11.1

11 Dec 22:14
a5a4649
Compare
Choose a tag to compare

Patch Changes

  • fix: account for global block in is_empty (#14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#14663)