Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.19.10
11 Feb 13:05
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255 )
fix: allow mutation of private derived state (#15228 )
svelte@5.19.9
06 Feb 21:31
Compare
Sorry, something went wrong.
No results found
svelte@5.19.8
05 Feb 20:39
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: properly set value property of custom elements (#15206 )
fix: ensure custom element updates don't run in hydration mode (#15217 )
fix: ensure tracking returns true, even if in unowned (#15214 )
svelte@5.19.7
03 Feb 17:32
Compare
Sorry, something went wrong.
No results found
svelte@5.19.6
30 Jan 18:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: do not prune selectors like :global(.foo):has(.scoped) (#15140 )
fix: don't error on slot prop inside block inside other component (#15148 )
fix: ensure reactions are correctly attached for unowned deriveds (#15158 )
fix: silence a11y attribute warnings when spread attributes present (#15150 )
fix: prevent false-positive ownership validations due to hot reload (#15154 )
fix: widen ownership when calling setContext (#15153 )
svelte@5.19.5
29 Jan 13:20
Compare
Sorry, something went wrong.
No results found
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 )