Skip to content

Releases: sveltejs/svelte

[email protected]

25 Jan 00:07
357e1a7
Compare
Choose a tag to compare

Patch Changes

  • fix: don't throw for undefined non delegated event handlers (#15087)

  • fix: consistently set value to blank string when value attribute is undefined (#15057)

  • fix: optimise || expressions in template (#15092)

  • fix: correctly handle novalidate attribute casing (#15083)

  • fix: expand boolean attribute support (#15095)

  • fix: avoid double deriveds in component props (#15089)

  • fix: add check for is attribute to correctly detect custom elements (#15086)

[email protected]

22 Jan 13:31
ee024ff
Compare
Choose a tag to compare

Patch Changes

  • fix: address regression with untrack (#15079)

[email protected]

21 Jan 11:08
c75f1f5
Compare
Choose a tag to compare

Patch Changes

  • fix: omit unnecessary nullish coallescing in template expressions (#15056)

  • fix: more efficient template effect grouping (#15050)

  • fix: ensure untrack correctly retains the active reaction (#15065)

  • fix: initialize files bind on hydration (#15059)

[email protected]

17 Jan 15:38
a9d1f46
Compare
Choose a tag to compare

Minor Changes

  • feat: Expose ClassValue from svelte/elements (#15035)

Patch Changes

  • fix: create fewer deriveds for concatenated strings (#15041)

  • fix: correctly parse leading comments in function binding (#15020)

[email protected]

15 Jan 02:29
1d3c439
Compare
Choose a tag to compare

Minor Changes

  • feat: allow <template> elements to contain any child (#15007)

Patch Changes

  • fix: ensure resume effects are scheduled in topological order (#15012)

  • fix: bump esrap (#15015)

  • fix: remove listener on bind_current_time teardown (#15013)

[email protected]

14 Jan 16:06
a1698c6
Compare
Choose a tag to compare

Patch Changes

  • feat: allow const tag inside svelte:boundary (#14993)

  • fix: ensure signal write invalidation within effects is consistent (#14989)

[email protected]

13 Jan 22:20
efa5acf
Compare
Choose a tag to compare

Patch Changes

  • fix: never consider inert boundary effects (#14999)

  • fix: store access on component destroy (#14968)

  • fix: correctly transform pre with no content (#14973)

  • fix: wrap each block expression in derived to encapsulate effects (#14967)

[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)