Skip to content

Releases: sveltejs/language-tools

typescript-plugin-0.3.46

06 Mar 14:09
58a86ba
Compare
Choose a tag to compare
  • fix: support workspace symbol excludeLibrarySymbols config in ts-plugin (#2674)

svelte2tsx-0.7.35

06 Mar 14:08
58a86ba
Compare
Choose a tag to compare
  • fix: take other snippets into account when checking for hoistability (#2668)
  • fix: disambiguate render in module script (#2667)
  • fix: properly transform $props.id when $props is assigned to props (#2694)
  • fix: correctly handle unclosed tags with same type tag inside (#2682)
  • fix: handle booleanish popover (#2702)
  • perf: cache files during emitDts (#2701)

svelte-check-4.1.5

06 Mar 14:19
58a86ba
Compare
Choose a tag to compare
  • fix: take other snippets into account when checking for hoistability (#2668)
  • fix: disambiguate render in module script (#2667)
  • fix: properly transform $props.id when $props is assigned to props (#2694)
  • fix: handle booleanish popover (#2702)
  • chore: bump vscode-html/css-language-service (#2677)
  • fix: use referenced project's compiler option to get resolution mode (#2676)

language-server-0.17.11

06 Mar 14:09
58a86ba
Compare
Choose a tag to compare
  • fix: don't show html tag completion with namespace component (#2685)
  • chore: bump vscode-html/css-language-service (#2677)
  • fix: prevent error when the script tag is removed in nodenext projects (#2635)
  • fix: use referenced project's compiler option to get resolution mode (#2676)
  • chore: bump to typescript 5.8 (#2704)

extensions-109.5.3

06 Mar 14:19
58a86ba
Compare
Choose a tag to compare
  • fix: highlight type annotation in @const tags
  • fix: take other snippets into account when checking for hoistability (#2668)
  • fix: disambiguate render in module script (#2667)
  • fix: properly transform $props.id when $props is assigned to props (#2694)
  • fix: correctly handle unclosed tags with same type tag inside (#2682)
  • fix: handle booleanish popover (#2702)
  • fix: support workspace symbol excludeLibrarySymbols config in ts-plugin (#2674)
  • fix: don't show html tag completion with namespace component (#2685)
  • fix: prevent error when the script tag is removed in nodenext projects (#2635)
  • fix: use referenced project's compiler option to get resolution mode (#2676)
  • perf: cache files during emitDts (#2701)
  • chore: bump to typescript 5.8 (#2704)
  • chore: bump vscode-html/css-language-service (#2677)

svelte2tsx-0.7.34

10 Jan 16:26
2f46701
Compare
Choose a tag to compare
  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

svelte-check-4.1.4

13 Jan 09:33
2f46701
Compare
Choose a tag to compare
  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

extensions-109.5.2

13 Jan 09:33
2f46701
Compare
Choose a tag to compare
  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

svelte2tsx-0.7.33

08 Jan 14:41
Compare
Choose a tag to compare
  • fix: move snippets to correct place when only module script present

svelte2tsx-0.7.32

08 Jan 12:33
d5fbdfe
Compare
Choose a tag to compare
  • feat: support generics attribute for JSDoc (#2624)
  • fix: better snippet/interface hoistability analysis (#2655)