Skip to content

Releases: sveltejs/svelte

[email protected]

24 Jun 10:56
7a9ebb7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: bump dts-buddy (#12134)

  • fix: throw compilation error for malformed snippets (#12144)

[email protected]

22 Jun 00:38
ce7abe4
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: prevent a11y_label_has_associated_control false positive for component or render tag in <label> (#12119)

  • fix: allow multiple optional parameters with defaults in snippets (#12070)

[email protected]

21 Jun 20:14
5581216
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: more accurate render/mount/hydrate options (#12111)

  • fix: better binding interop between runes/non-runes components (#12123)

[email protected]

19 Jun 20:36
97e5b52
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: improve runtime performance of capturing reactive signals (#12093)

[email protected]

19 Jun 18:51
60e19c7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure element size bindings don't unsubscribe multiple times from the resize observer (#12091)

  • fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute (#12081)

  • fix: preserve current input values when removing defaults (#12083)

  • fix: preserve component function context for nested components (#12089)

[email protected]

17 Jun 19:49
cabdf97
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: adjust module declaration to work around language tools bug (#12071)

[email protected]

17 Jun 16:10
ad75111
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: handle is attribute on elements with spread (#12056)

  • fix: correctly process empty lines in messages (#12057)

  • fix: rewrite state_unsafe_mutation message (#12059)

  • fix: support function invocation from imported *.svelte components (#12061)

  • fix: better types for on (#12053)

[email protected]

14 Jun 03:04
95d07de
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: robustify migration script (#12019)

  • fix: relax constraint for ComponentProps (#12026)

  • fix: address event delegation duplication behaviour (#12014)

  • chore: remove createRoot references (#12018)

  • chore: clear Map/Set before triggering $inspect callbacks (#12013)

  • breaking: rename $effect.active to $effect.tracking (#12022)

[email protected]

12 Jun 13:29
2491eb7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure bound input content is resumed on hydration (#11986)

  • fix: better render type (#11997)

  • fix: SSR template escaping (#12007)

[email protected]

10 Jun 13:36
f1c9edc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: defer tasks without creating effects (#11960)

  • fix: enusre dev validation in dynamic component works as intended (#11985)

  • feat: detach inert effects (#11955)

  • feat: sort possible bindings in invalid binding error (#11950)

  • fix: apply style directives to element with empty style attribute (#11971)