Skip to content

Releases: sveltejs/svelte

svelte@5.16.0

24 Dec 15:40
7f8acb8
Compare
Choose a tag to compare

Minor Changes

  • feat: allow class attribute to be an object or array, using clsx (#14714)

Patch Changes

  • fix: don't include keyframes in global scope in the keyframes to rename (#14822)

svelte@5.15.0

19 Dec 22:35
1d773ef
Compare
Choose a tag to compare

Minor Changes

  • feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)

svelte@5.14.6

19 Dec 22:02
2086c19
Compare
Choose a tag to compare

Patch Changes

  • fix: treeshake $inspect.trace code if unused in modules (#14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)

svelte@5.14.5

19 Dec 15:59
69d198e
Compare
Choose a tag to compare

Patch Changes

  • fix: bump esrap dependency (#14765)

  • fix: ensure svg namespace for <a> elements is correct (#14756)

  • fix: treeshake $inspect.trace code if unused (#14770)

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)