Skip to content

Releases: sveltejs/svelte

[email protected]

23 Aug 16:10
d42bd39
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: properly transform destructured $derived.by declarations (#12984)

[email protected]

23 Aug 00:36
f1a1a08
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: update client check for smaller bundle size (#12975)

  • fix: correctly hydrate empty raw blocks (#12979)

[email protected]

22 Aug 13:53
f902099
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: allow deleting non-existent $restProps properties (#12971)

  • feat: only traverse trailing static nodes during hydration (#12935)

[email protected]

22 Aug 01:04
39f2d5e
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: more robust handling of var declarations (#12949)

  • fix: remove buggy validate_dynamic_component check (#12960)

[email protected]

21 Aug 19:33
70ed8cd
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: remove $state.link rune pending further design work (#12943)

  • fix: ensure $store reads are properly transformed (#12952)

  • breaking: deprecate context="module" in favor of module (#12948)

[email protected]

21 Aug 14:36
3b3ed77
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: remove callback from $state.link (#12942)

[email protected]

21 Aug 03:15
af35fb7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: align list of passive events with browser defaults (#12933)

  • fix: ensure {#await} scope shadowing is computed in the correct order (#12945)

  • fix: don't skip custom elements with attributes (#12939)

[email protected]

20 Aug 19:15
363a541
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: add $state.link rune (#12545)

  • fix: allow mixing slots and snippets in custom elements mode (#12929)

  • fix: small legibility improvement in Snippet type hint (#12928)

  • feat: support HMR with custom elements (#12926)

  • feat: error on invalid component name (#12821)

[email protected]

20 Aug 14:19
9d9ed33
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: skip over static nodes in compiled client code (#12914)

[email protected]

20 Aug 13:48
b2214d1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: disallow Object.defineProperty on state proxies with non-basic descriptors (#12916)

  • breaking: allow frozen objects to be proxied (#12916)

  • breaking: avoid mutations to underlying proxied object with $state (#12916)

  • breaking: remove $state.is rune (#12916)