Skip to content

Releases: sveltejs/svelte

svelte@5.28.6

13 May 01:25
fbb1aec
Compare
Choose a tag to compare

Patch Changes

  • fix: use transform.read for ownership_validator.mutation array (#15848)

  • fix: don't redeclare $slots (#15849)

svelte@5.28.5

13 May 00:31
77bdf24
Compare
Choose a tag to compare

Patch Changes

  • fix: proxify the value in assignment shorthands to the private field (#15862)

  • fix: more frequently update bind:buffered to actual value (#15874)

svelte@5.28.4

12 May 23:53
f2796dd
Compare
Choose a tag to compare

Patch Changes

  • fix: treat nullish expression as empty string (#15901)

  • fix: prevent invalid BigInt calls from blowing up at compile time (#15900)

  • fix: warn on bidirectional control characters (#15893)

  • fix: emit right error for a shadowed invalid rune (#15892)

svelte@5.28.3

12 May 20:05
9e49be4
Compare
Choose a tag to compare

Patch Changes

  • chore: avoid microtasks when flushing sync (#15895)

  • fix: improve error message for migration errors when slot would be renamed (#15841)

  • fix: allow characters in the supplementary special-purpose plane (#15823)

svelte@5.28.2

22 Apr 10:20
018996c
Compare
Choose a tag to compare

Patch Changes

  • fix: don't mark selector lists inside :global with multiple items as unused (#15817)

svelte@5.28.1

18 Apr 16:21
e40e9eb
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure <svelte:boundary> properly removes error content in production mode (#15793)

  • fix: update_version after delete if source is undefined and prop in target (#15796)

  • fix: emit error on wrong placement of the :global block selector (#15794)

svelte@5.28.0

18 Apr 15:29
6fe5977
Compare
Choose a tag to compare

Minor Changes

  • feat: partially evaluate more expressions (#15781)

svelte@5.27.3

18 Apr 01:13
5b7af5e
Compare
Choose a tag to compare

Patch Changes

  • fix: use function declaration for snippets in server output to avoid TDZ violation (#15789)

svelte@5.27.2

17 Apr 19:07
707682e
Compare
Choose a tag to compare

Patch Changes

  • chore: use pkg.imports for common modules (#15787)

svelte@5.27.1

17 Apr 13:05
189bd47
Compare
Choose a tag to compare

Patch Changes

  • chore: default params for html blocks (#15778)

  • fix: correct suggested type for custom events without detail (#15763)

  • fix: Throw on unrendered snippets in dev (#15766)

  • fix: avoid unnecessary read version increments (#15777)