Skip to content

Releases: sveltejs/svelte

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)

svelte@5.27.0

15 Apr 02:25
6a7e53f
Compare
Choose a tag to compare

Minor Changes

  • feat: partially evaluate certain expressions (#15494)

Patch Changes

  • fix: relax :global selector list validation (#15762)

svelte@5.26.3

14 Apr 13:14
7aed6be
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly validate head snippets on the server (#15755)

  • fix: ignore mutation validation for props that are not proxies in more cases (#15759)

  • fix: allow self-closing tags within math namespace (#15761)

svelte@5.26.2

12 Apr 14:45
3153384
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly validate undefined snippet params with default value (#15750)

svelte@5.26.1

11 Apr 21:18
fd57eb3
Compare
Choose a tag to compare

Patch Changes

  • fix: update state_referenced_locally message (#15733)