Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
extensions-105.18.1
- (fix) TypeScript plugin: rename of
$stores(#1539)
typescript-plugin-0.3.4
- (feat) support node16/nodenext module resolution (#1522)
svelte2tsx-0.5.11
svelte-check-2.8.0
language-server-0.14.29
- (feat) find component references (#1509)
- (feat) support TypeScript 4.7 group aware organize import (#1515)
- (feat) support TypeScript node16/nodenext module resolution (#1522)
- (feat) CSS path completion (#1533)
- (feat) watch tsconfig and extended tsconfig (#1535)
- (fix) remove some options that enabled/disabled commands the user has to execute explicitly (#1520)
- (fix) handle
@constin html pre-scanner (#1524)
extensions-105.18.0
- (feat) find component references (#1509)
- (feat) support TypeScript 4.7 group aware organize import (#1515)
- (feat) support TypeScript node16/nodenext module resolution (#1522)
- (feat) CSS path completion (#1533)
- (feat) watch tsconfig and extended tsconfig (#1535)
- (fix) remove some options that enabled/disabled commands the user has to execute explicitly (#1520)
- (fix) handle
@constin html pre-scanner (#1524) - (fix) handle syntax highlighting for most markdown files (#1537)
New transformation
- (fix) keep control flow after each block (#1531)
svelte-check-2.7.2
- (fix) ignore js files in node_modules when type checking
- (fix) correctly extract script/style tag when there's whitespace before block name (#1494)
language-server-0.14.28
- (fix) prevent crash on some language clients with unknown code action kind (#1488)
- (fix) update urls to docs to link to correct place (#1497)
- (fix) correctly extract script/style tag when there's whitespace before block name (#1494)
- (fix) don't organize imports in error state (#1500)
- (chore) typescript 4.7 support (#1496)
- (feat) Implement find file references (#1491)