Skip to content

Releases: sveltejs/language-tools

language-server-0.14.32

17 Aug 14:02
936fa6f

Choose a tag to compare

  • (fix) always update files from .svelte-kit/types (#1591)
  • (feat) better ./$types auto imports for SvelteKit (#1592)

extensions-105.21.0

17 Aug 14:23
936fa6f

Choose a tag to compare

  • (fix) allow SapperAnchorProps & SvelteKitAnchorProps on svelte:element (#1577)
  • (fix) always update files from .svelte-kit/types (#1591)
  • (feat) better ./$types auto imports for SvelteKit (#1592)

svelte2tsx-0.5.13

27 Jul 07:51
5904829

Choose a tag to compare

  • (feat) support inert attribute (#1565)

language-server-0.14.31

27 Jul 07:51
5904829

Choose a tag to compare

  • (fix) don't ignore d.ts files in .svelte-kit in file watch (#1566)
  • (fix) skip parser error when there's likely another preprocessor involved. Prevents false positive errors when using Vite preprocess instead of Svelte preprocess (#1569)

extensions-105.20.0

27 Jul 08:07
5904829

Choose a tag to compare

  • (feat) support inert attribute (#1565)
  • (fix) don't ignore d.ts files in .svelte-kit in file watch (#1566)
  • (fix) skip parser error when there's likely another preprocessor involved. Prevents false positive errors when using Vite preprocess instead of Svelte preprocess (#1569)

typescript-plugin-0.3.6

19 Jul 09:45
adf82ab

Choose a tag to compare

  • (fix) don't remove the fallback *.svelte definitions when plugin is disabled (#1557)

svelte2tsx-0.5.12

19 Jul 10:02
adf82ab

Choose a tag to compare

  • (feat) use SvelteComponentTyped if available for some typings (#1548)

New transformation:

  • (fix) adjust special element typings (#1547)

language-server-0.14.30

19 Jul 10:02
adf82ab

Choose a tag to compare

  • (fix) don't show event slot-let completion in attribute value (#1551)
  • (fix) stricter check for component import quick fix (#1555)
  • (fix) better auto import in workspaces without tsconfig/jsconfig (#1543)

New transformation:

  • (fix) better component completions in certain cases (#1546)

extensions-105.19.0

19 Jul 10:13
adf82ab

Choose a tag to compare

  • (feat) use SvelteComponentTyped if available for some typings (#1548)
  • (fix) don't remove the fallback *.svelte definitions when TypeScript plugin is disabled (#1557)
  • (fix) don't show event slot-let completion in attribute value (#1551)
  • (fix) stricter check for component import quick fix (#1555)
  • (fix) better auto import in workspaces without tsconfig/jsconfig (#1543)

New transformation:

  • (fix) better component completions in certain cases (#1546)
  • (fix) adjust special element typings (#1547)

typescript-plugin-0.3.5

27 Jun 13:00
b9920f6

Choose a tag to compare

  • (fix) rename of $stores (#1539)