Skip to content

Releases: sveltejs/svelte

svelte@5.0.0-next.51

08 Feb 17:26
2d032c7
Compare
Choose a tag to compare
svelte@5.0.0-next.51 Pre-release
Pre-release

Patch Changes

  • fix: align beforeUpdate/afterUpdate behavior better with that in Svelte 4 (#10408)

  • fix: disallow exporting props, derived and reassigned state from within components (#10430)

  • fix: improve indexed each array reconcilation (#10422)

  • fix: add compiler error for each block mutations in runes mode (#10428)

svelte@5.0.0-next.50

06 Feb 23:08
983db98
Compare
Choose a tag to compare
svelte@5.0.0-next.50 Pre-release
Pre-release

Patch Changes

  • fix: set open binding value in <details> (#10413)

svelte@5.0.0-next.49

06 Feb 20:25
76620e7
Compare
Choose a tag to compare
svelte@5.0.0-next.49 Pre-release
Pre-release

Patch Changes

  • fix: properly analyze group expressions (#10410)

  • fix: handle nested script tags (#10416)

  • fix: only update lazy properties that have actually changed (#10415)

  • fix: correctly determine binding scope of let: directives (#10395)

  • fix: run onDestroy callbacks during SSR (#10297)

svelte@4.2.10

05 Feb 16:48
d5e4607
Compare
Choose a tag to compare

Patch Changes

  • fix: add scrollend event type (#10336)

  • fix: add fetchpriority attribute type (#10390)

  • fix: Add miter-clip and arcs to stroke-linejoin attribute (#10377)

  • fix: make inline doc links valid (#10366)

svelte@5.0.0-next.48

05 Feb 20:12
a84d02f
Compare
Choose a tag to compare
svelte@5.0.0-next.48 Pre-release
Pre-release

Patch Changes

  • chore: bump zimmerframe to fix bugs introduced in previous version (#10405)

svelte@5.0.0-next.47

05 Feb 19:03
2089327
Compare
Choose a tag to compare
svelte@5.0.0-next.47 Pre-release
Pre-release

Patch Changes

svelte@5.0.0-next.46

05 Feb 14:52
1381d19
Compare
Choose a tag to compare
svelte@5.0.0-next.46 Pre-release
Pre-release

Patch Changes

  • fix: allow let: directives on slot elements (#10391)

  • fix: repair each block length mismatches during hydration (#10398)

svelte@5.0.0-next.45

02 Feb 00:42
d08e05b
Compare
Choose a tag to compare
svelte@5.0.0-next.45 Pre-release
Pre-release

Patch Changes

  • fix: correctly determine bind:group members (#10368)

  • fix: make inline doc links valid (#10365)

svelte@5.0.0-next.44

31 Jan 23:27
283366b
Compare
Choose a tag to compare
svelte@5.0.0-next.44 Pre-release
Pre-release

Patch Changes

  • fix: bindings with typescript assertions (#10329)

  • fix: only reuse state proxies that belong to the current value (#10343)

svelte@5.0.0-next.43

31 Jan 22:51
2a31987
Compare
Choose a tag to compare
svelte@5.0.0-next.43 Pre-release
Pre-release

Patch Changes

  • fix: insert empty text nodes while hydrating, if necessary (#9729)

  • fix: correctly update tweened store initialized with nullish value (#10356)