Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.7.9

29 May 14:50
2478212
Compare
Choose a tag to compare
  • fix: allow for whitespace in snippets declaration (#2366)
  • fix: allow as expressions for bindable props (#2372)
  • fix: force correct semantic tokens for $props types (#2379)
  • feat: Svelte 5 component class/function interop (#2380)

svelte-check-3.8.0

29 May 15:08
2478212
Compare
Choose a tag to compare
  • fix: allow for whitespace in snippets declaration (#2366)
  • fix: allow as expressions for bindable props (#2372)
  • fix: force correct semantic tokens for $props types (#2379)
  • feat: Svelte 5 component class/function interop (#2380)

language-server-0.16.10

29 May 14:51
2478212
Compare
Choose a tag to compare
  • feat: Svelte 5 component class/function interop (#2380)
  • fix: don't debounce document symbol request (#2382)

extensions-108.5.0

29 May 15:09
2478212
Compare
Choose a tag to compare
  • fix: allow for whitespace in snippets declaration (#2366)
  • fix: allow as expressions for bindable props (#2372)
  • fix: force correct semantic tokens for $props types (#2379)
  • fix: don't debounce document symbol request (#2382)
  • feat: Svelte 5 component class/function interop (#2380)
  • feat: syntax highlight for svelte code block in mdx (#2381)

svelte2tsx-0.7.8

02 May 20:25
9d7907e
Compare
Choose a tag to compare
  • fix: rework bindable types strategy (#2361)

svelte-check-3.7.1

02 May 20:33
9d7907e
Compare
Choose a tag to compare
  • fix: rework bindable types strategy (#2361)

language-server-0.16.9

02 May 20:25
9d7907e
Compare
Choose a tag to compare
  • fix: rework bindable types strategy (#2361)

extensions-108.4.1

02 May 20:33
9d7907e
Compare
Choose a tag to compare
  • fix: rework bindable types strategy (#2361)

typescript-plugin-0.3.38

25 Apr 10:36
6cfb0d2
Compare
Choose a tag to compare
  • fix: start TS plugin in less cases (#2317)
  • feat: load user's Svelte version in TS plugin (#2351)

svelte2tsx-0.7.7

25 Apr 10:35
6cfb0d2
Compare
Choose a tag to compare
  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)
  • chore: better Svelte 5 interop (#2336)
  • fix: preserve event attribute casing in Svelte 5 (#2347)
  • fix: handle #await inside #snippet (#2348)
  • fix: better bind:group transformation (#2349)
  • fix: handle boolean css var (#2350)