Skip to content

Releases: sveltejs/svelte

[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)

[email protected]

07 Jun 01:33
2bbaaa3
Compare
Choose a tag to compare

Patch Changes

  • fix: visit expression when destructuring state declarations (#16081)

  • fix: move xmlns attribute from SVGAttributes to to DOMAttributes (#16080)

[email protected]

06 Jun 21:03
370b18f
Compare
Choose a tag to compare

Patch Changes

  • fix: invoke parent boundary of deriveds that throw (#16091)

[email protected]

02 Jun 20:02
335779d
Compare
Choose a tag to compare

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

[email protected]

02 Jun 00:46
194f5b3
Compare
Choose a tag to compare

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

[email protected]

01 Jun 20:52
8175091
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

[email protected]

31 May 19:41
e5d0cd2
Compare
Choose a tag to compare

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)