Skip to content

Releases: sveltejs/svelte

[email protected]

18 Jun 15:26
d941cf5
Compare
Choose a tag to compare

Patch Changes

  • fix: match class and style directives against attribute selector (#16179)

[email protected]

17 Jun 21:49
402434e
Compare
Choose a tag to compare

Patch Changes

  • fix: keep spread non-delegated event handlers up to date (#16180)

  • fix: remove undefined attributes on hydration (#16178)

  • fix: ensure sources within nested effects still register correctly (#16193)

  • fix: avoid shadowing a variable in dynamic components (#16185)

[email protected]

17 Jun 17:09
0524d16
Compare
Choose a tag to compare

Patch Changes

  • fix: don't set state withing with_parent in proxy (#16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#16100)

[email protected]

14 Jun 15:51
5466086
Compare
Choose a tag to compare

Patch Changes

  • fix: don't eagerly execute deriveds on resume (#16150)

  • fix: prevent memory leaking signals in legacy mode (#16145)

  • fix: don't define error.message if it's not configurable (#16149)

[email protected]

14 Jun 12:33
da63318
Compare
Choose a tag to compare

Patch Changes

  • fix: add missing typings for some dimension bindings (#16142)

  • fix: prune typescript class field declarations (#16154)

[email protected]

12 Jun 00:58
f0497b1
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly tag private class state fields (#16132)

[email protected]

11 Jun 23:06
ee25c15
Compare
Choose a tag to compare

Minor Changes

  • feat: add source name logging to $inspect.trace (#16060)

Patch Changes

  • fix: add command and commandfor to HTMLButtonAttributes (#16117)

  • fix: better $inspect.trace() output (#16131)

  • fix: properly hydrate dynamic css props components and remove element removal (#16118)

[email protected]

10 Jun 15:50
17629a6
Compare
Choose a tag to compare

Patch Changes

  • fix: reset is_flushing if flushSync is called and there's no scheduled effect (#16119)

[email protected]

08 Jun 11:16
26e3286
Compare
Choose a tag to compare

Patch Changes

  • chore: bump esrap dependency (#16106)

  • fix: destructuring state in ssr (#16102)

[email protected]

07 Jun 12:34
d5c6991
Compare
Choose a tag to compare

Patch Changes

  • chore: update acorn parser ecmaVersion to parse import attributes (#16098)