Skip to content

Releases: sveltejs/svelte

[email protected]

03 Apr 22:59
ae3d472
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: add anchor support to mount() API (#11050)

[email protected]

02 Apr 23:27
d85d5a0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: prevent unparenthesized sequence expressions in attributes (#11032)

  • fix: ensure transition errors are not swallowed (#11039)

[email protected]

02 Apr 18:30
2a1d3c6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: include compiler/package.json in package (#11033)

[email protected]

02 Apr 14:33
6bb825b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve unowned derived signal heuristics (#11029)

  • fix: ensure correct context for action update/destroy functions (#11023)

  • feat: more efficient hydration markers (#11019)

  • fix: ensure effect cleanup functions are called with null this (#11024)

  • fix: correctly handle closure passed to $derived.by when destructuring (#11028)

  • Add name to HTMLDetailsAttributes (#11013)

  • breaking: move compiler.cjs to compiler/index.js (#10988)

[email protected]

30 Mar 15:36
5781312
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: hydrate HTML with surrounding whitespace (#10996)

  • feat: faster HTML tags (#10986)

[email protected]

29 Mar 19:36
442f2d7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: expose 'svelte/internal' to prevent Vite erroring on startup (#10987)

  • fix: revert SSR shorthand comments (#10980)

  • fix: child effects are removed from parent branches (#10985)

[email protected]

29 Mar 10:12
ef0191a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: further improvements to effect scheduling and flushing (#10971)

  • feat: re-export built-ins from svelte/reactivity on the server (#10973)

[email protected]

28 Mar 17:37
de6a802
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: apply animate on prefix/suffix each block mutations (#10965)

[email protected]

28 Mar 17:08
1c645c3
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improved effect sequencing and execution order (#10949)

  • breaking: onDestroy functions run child-first (#10949)

  • fix: improve action support for nested $effect (#10962)

[email protected]

26 Mar 17:42
b6598a3
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: use implicit return for each block keys (#10938)

  • breaking: always run pre effects immediately (#10928)

  • fix: improve order of pre-effect execution (#10942)

  • feat: more efficient each block compiler output (#10937)