Skip to content

Releases: sveltejs/language-tools

extensions-109.4.0

17 Dec 15:48
ac10174

Choose a tag to compare

  • feat: make use of loose Svelte parser and provide better intellisense (#2631)
  • chore: tweak completions (#2630)
  • fix: don't patch solution project in ts plugin (#2617)

typescript-plugin-0.3.44

03 Dec 13:25
131f78a

Choose a tag to compare

  • fix: make sure snapshots are shared per ProjectService (#2614)

svelte2tsx-0.7.30

03 Dec 17:08
02db54d

Choose a tag to compare

  • fix: support each without as (#2615)

svelte2tsx-0.7.29

03 Dec 13:24
131f78a

Choose a tag to compare

  • fix: ensure imports without semicolon doesn't break intellisense (#2610)

svelte-check-4.1.1

03 Dec 18:21
02db54d

Choose a tag to compare

  • fix: support each without as (#2615)

extensions-109.3.3

03 Dec 18:21
02db54d

Choose a tag to compare

  • fix: ensure imports without semicolon doesn't break intellisense (#2610)
  • fix: make sure TypeScript plugin snapshots are shared per ProjectService (#2614)
  • fix: support each without as (#2615)

svelte2tsx-0.7.28

22 Nov 20:06

Choose a tag to compare

  • fix: ensure "organize imports" doesn't mess with generated $$Component type

svelte2tsx-0.7.27

22 Nov 12:15

Choose a tag to compare

  • fix: don't move appended content from previous node while hoisting interface (#2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
  • fix: preserve bind:... mapping on elements for better source maps

svelte-check-4.1.0

22 Nov 12:22

Choose a tag to compare

  • fix: don't move appended content from previous node while hoisting interface (#2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
  • fix: preserve bind:... mapping on elements for better source maps
  • feat: prepare for some upcoming features of Svelte 5

language-server-0.17.7

22 Nov 12:16

Choose a tag to compare

  • fix: use original file path casing for shim files (#2591)
  • chore: bump prettier-plugin-svelte