Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.19.4
28 Jan 13:30
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: Add bind:focused property to HTMLAttributes type (#15122 )
fix: lazily connect derievds (in deriveds) to their parent (#15129 )
fix: disallow $state/$derived in const tags (#15115 )
svelte@5.19.3
25 Jan 00:07
Compare
Sorry, something went wrong.
No results found
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 )
svelte@5.19.2
22 Jan 13:31
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: address regression with untrack (#15079 )
svelte@5.19.1
21 Jan 11:08
Compare
Sorry, something went wrong.
No results found
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 )
svelte@5.19.0
17 Jan 15:38
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: Expose ClassValue from svelte/elements (#15035 )
Patch Changes
svelte@5.18.0
15 Jan 02:29
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: allow <template> elements to contain any child (#15007 )
Patch Changes
svelte@5.17.5
14 Jan 16:06
Compare
Sorry, something went wrong.
No results found
svelte@5.17.4
13 Jan 22:20
Compare
Sorry, something went wrong.
No results found
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 )
svelte@5.17.3
09 Jan 16:37
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: reset dependency read versions after reaction execution (#14964 )
svelte@5.17.2
09 Jan 13:42
Compare
Sorry, something went wrong.
No results found
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 )