Skip to content

Releases: sveltejs/language-tools

language-server-0.15.1

09 Jan 14:37
84c7463

Choose a tag to compare

  • (fix) patch resolveModuleNameLiterals for ts 5.0 (#1799)
  • (fix) anchor missing attribute code action duplicate rel attribute (#1812)
  • (feat) completion label detail support (#1816)
  • (feat) object/class member snippet completion support (#1817)
  • (feat) autoImportFileExcludePatterns config support (#1818)
  • (feat) autocompletion for stores that need to be imported (#1823)
  • (feat) support html.customData (#1824)

extensions-107.0.0

09 Jan 14:44
84c7463

Choose a tag to compare

  • (fix) patch resolveModuleNameLiterals for ts 5.0 (#1799)
  • (fix) anchor missing attribute code action duplicate rel attribute (#1812)
  • (fix) correctly check if props implement $$Props interface (#1797)
  • (feat) completion label detail support (#1816)
  • (feat) object/class member snippet completion support (#1817)
  • (feat) autoImportFileExcludePatterns config support (#1818)
  • (feat) autocompletion for stores that need to be imported (#1823)
  • (feat) support html.customData (#1824)

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required VS Code version is now 1.67

extensions-106.4.1

24 Dec 09:29

Choose a tag to compare

  • (perf) fix glob

svelte2tsx-0.6.0

22 Dec 11:26
df5513a

Choose a tag to compare

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55

svelte-check-3.0.1

22 Dec 15:23
2fda68a

Choose a tag to compare

  • (fix) correctly check if props implement $$Props interface (#1797)

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55
  • removed hint diagnostics to align with tsc
  • searches for nearest tsconfig/jsconfig by default now (you don't need to specify --tsconfig anymore in most cases now; use --no-tsconfig to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)

svelte-check-3.0.0

22 Dec 11:59
6ee0b2f

Choose a tag to compare

broken release, see 3.0.1 instead

language-server-0.15.0

22 Dec 11:28
df5513a

Choose a tag to compare

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55
  • now uses LSP version 3.17

typescript-plugin-0.3.13

20 Dec 16:00
5ef7acf

Choose a tag to compare

  • (fix) correctly convert offset to position (#1786)

svelte2tsx-0.5.23

20 Dec 16:07
5ef7acf

Choose a tag to compare

  • (fix) move interface if referenced by generic (#1791)
  • (fix) data-sveltekit attributes are valid on all elements (#1773)
  • (fix) no error with unkown props if uses $$props (#1769)

svelte-check-2.10.3

20 Dec 16:17
5ef7acf

Choose a tag to compare

  • (fix) data-sveltekit attributes are valid on all elements (#1773)
  • (fix) move interface if referenced by generic (#1791)
  • (fix) no error with unkown props if uses $$props (#1769)