Skip to content

Releases: sveltejs/language-tools

language-server-0.15.14

06 Jul 12:50

Choose a tag to compare

  • fix: inlay hint position sometimes off by one (#2079)
  • fix: remove duplicate attribute value suggestion (#2077)
  • perf: prevent multiple recompiles during update import (#2071)

extensions-107.7.0

06 Jul 13:22

Choose a tag to compare

  • feat: don't use deprecated SvelteComponentTyped import if shims path hints at v4
  • feat: SvelteKit HEAD export
  • fix: deduplicate exports (#2083)
  • fix: inlay hint position sometimes off by one (#2079)
  • fix: type one way bindings that are not the element (#2066)
  • fix: remove duplicate attribute value suggestion (#2077)
  • perf: prevent multiple recompiles during update import (#2071)

typescript-plugin-0.3.27

21 Jun 15:33

Choose a tag to compare

  • (fix) remove Svelte 4 ambient module declaration

svelte-check-3.4.4

21 Jun 15:56

Choose a tag to compare

  • (fix) add support for resize observer bindings (#2044)
  • (fix) remove Svelte 4 ambient module declaration
  • (fix) add vite.config.ts.timestamp-* to ignore list (#2052)

extensions-107.6.0

21 Jun 15:56

Choose a tag to compare

  • (feat) add support for resize observer bindings (#2044)
  • (feat) sync compiled code preview with open Svelte file (#2060)
  • (fix) remove Svelte 4 ambient module declaration
  • (fix) insert tab when usesTabs and tabWidth is 2 (#2058)
  • (fix) diagnostics throttle shouldn't cancel other files (#2055)
  • (chore) TypeScript 5.1 (#2048)

svelte2tsx-0.6.16

21 Jun 15:23
02a5de1

Choose a tag to compare

  • (feat) add support for resize observer bindings (#2044)

language-server-0.15.13

21 Jun 15:27
02a5de1

Choose a tag to compare

  • (feat) add support for resize observer bindings (#2044)
  • (fix) remove Svelte 4 ambient module declaration
  • (fix) insert tab when usesTabs and tabWidth is 2 (#2058)
  • (fix) diagnostics throttle shouldn't cancel other files (#2055)

typescript-plugin-0.3.26

26 May 15:55
3e7ae2d

Choose a tag to compare

  • (feat) get ready for Svelte 4 (#2030)
  • (fix) prevent ts plugin crash when config updated (#2019)

svelte2tsx-0.6.15

26 May 15:43
3e7ae2d

Choose a tag to compare

  • (feat) implement generics attr on script tags (#2020)
  • (fix) support nested destructuring in export const (#2028)
  • (feat) get ready for Svelte 4 (#2030)

svelte-check-3.4.3

26 May 20:45

Choose a tag to compare

  • (fix) load svelte/compiler for version 4 correctly