Skip to content

Releases: sveltejs/svelte

[email protected]

09 Jan 16:37
dc8ae82
Compare
Choose a tag to compare

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

[email protected]

09 Jan 13:42
b7400ae
Compare
Choose a tag to compare

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

[email protected]

08 Jan 19:13
80d9f99
Compare
Choose a tag to compare

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

[email protected]

08 Jan 09:58
9b71eea
Compare
Choose a tag to compare

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

[email protected]

07 Jan 20:32
4aadb34
Compare
Choose a tag to compare

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#14933)

  • fix: treat inert as a boolean attribute (#14935)

  • fix: remove leading newline from <pre> contents (#14922)

[email protected]

06 Jan 23:30
fb67bad
Compare
Choose a tag to compare

Patch Changes

  • fix: inherit correct namespace for <title> elements (#14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#14813)

[email protected]

06 Jan 21:31
f5c2850
Compare
Choose a tag to compare

Patch Changes

  • fix: use cached indexOf array prototype method internally (#14912)

  • fix: make Tween work with continuous target changes (#14895)

[email protected]

06 Jan 19:21
a8ca375
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly parse each with loose parser (#14887)

  • fix: apply clsx logic to custom element class attributes (#14907)

[email protected]

05 Jan 20:40
ed26c3f
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure disconnected deriveds correctly connect again (#14899)

  • fix: correctly highlight sources reassigned inside trace (#14811)

[email protected]

02 Jan 18:15
f3a7ded
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure unowned deriveds correctly get re-linked to the graph (#14855)

  • fix: ensure $inspect.trace works correctly with null values (#14853)