Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
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)
Patch Changes
- fix: address regression with untrack (#15079)
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)
Minor Changes
- feat: Expose
ClassValue
from svelte/elements
(#15035)
Patch Changes
Minor Changes
- feat: allow
<template>
elements to contain any child (#15007)
Patch Changes
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)
Patch Changes
- fix: reset dependency read versions after reaction execution (#14964)
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)
Patch Changes
-
fix: remove bindable prop validation (#14946)
-
chore: tweak "invalid assignment" compiler error message (#14955)
-
fix: silence false-positive stale value warning (#14958)