Skip to content

Releases: sveltejs/language-tools

extensions-105.18.1

27 Jun 14:57
b9920f6

Choose a tag to compare

  • (fix) TypeScript plugin: rename of $stores (#1539)

typescript-plugin-0.3.4

26 Jun 07:54
35bbfc5

Choose a tag to compare

  • (feat) support node16/nodenext module resolution (#1522)

svelte2tsx-0.5.11

26 Jun 08:01
35bbfc5

Choose a tag to compare

  • (feat) support TypeScript 4.7 group aware organize import (#1515)
  • (fix) store rework (#1531)

svelte-check-2.8.0

26 Jun 08:22
35bbfc5

Choose a tag to compare

  • (feat) support TypeScript node16/nodenext module resolution (#1522)
  • (feat) watch tsconfig and extended tsconfig (#1535)
  • (fix) handle @const in html pre-scanner (#1524)

New transformation

  • (fix) keep control flow after each block (#1531)

language-server-0.14.29

26 Jun 07:59
35bbfc5

Choose a tag to compare

  • (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 @const in html pre-scanner (#1524)

extensions-105.18.0

26 Jun 08:22
35bbfc5

Choose a tag to compare

  • (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 @const in 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

02 Jun 20:17
5a6eba1

Choose a tag to compare

  • (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

02 Jun 20:09
5a6eba1

Choose a tag to compare

  • (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)

extensions-105.17.0

02 Jun 20:17
5a6eba1

Choose a tag to compare

  • (feat) bump to typescript 4.7 (#1496)
  • (feat) implement find file references (#1491)
  • (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)

typescript-plugin-0.3.3

14 May 15:54
abac29d

Choose a tag to compare

  • (fix) sourcemap definition members which point to Svelte files (#1482)
  • (fix) prevent duplicate import updates (#1466)