Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
language-server-0.15.1
- (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
- (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
- (perf) fix glob
svelte2tsx-0.6.0
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSXnamespace 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
- (fix) correctly check if props implement $$Props interface (#1797)
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSXnamespace 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
--tsconfiganymore in most cases now; use--no-tsconfigto get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)
svelte-check-3.0.0
broken release, see 3.0.1 instead
language-server-0.15.0
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSXnamespace 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
- (fix) correctly convert offset to position (#1786)