Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
Patch Changes
- fix: apply animate on prefix/suffix each block mutations (#10965)
Patch Changes
-
fix: improved effect sequencing and execution order (#10949)
-
breaking: onDestroy functions run child-first (#10949)
-
fix: improve action support for nested $effect (#10962)
Patch Changes
-
feat: use implicit return for each block keys (#10938)
-
breaking: always run pre effects immediately (#10928)
-
fix: improve order of pre-effect execution (#10942)
-
feat: more efficient each block compiler output (#10937)
Patch Changes
-
fix: reliably remove undefined attributes during hydration (#10917)
-
fix: Add elementtiming
HTMLAttribute, remove crossorigin
from HTMLInputAttributes (#10921)
-
feat: shorter compiler output for attribute updates (#10917)
Patch Changes
-
feat: more efficient if block compiler output (#10906)
-
fix: update type of options.target
(#10892)
-
fix: correctly hydrate controlled each-else block (#10887)
-
fix: Add dirname
to HTMLInputAttributes (#10908)
Patch Changes
-
fix: allow runes for variable declarations in the template (#10879)
-
feat: take form resets into account for two way bindings (#10617)
-
fix: handle multiple snippet parameters with one or more being optional (#10833)
-
breaking: apply fallback value every time in runes mode (#10797)
Patch Changes
-
feat: add support for webkitdirectory DOM boolean attribute (#10847)
-
fix: don't override instance methods during legacy class creation (#10834)
-
fix: adjust scope parent for named slots (#10843)
-
fix: improve handling of unowned derived signals (#10842)
-
fix: improve element class attribute behaviour (#10856)
-
fix: ensure select value is updated upon select option removal (#10846)
-
fix: ensure capture events don't call delegated events (#10831)
Patch Changes
- feat: add reactive Map class to svelte/reactivity (#10803)