Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.7.37

02 May 14:47
2bdbf6d
Compare
Choose a tag to compare
  • fix: robustify hoisting logic around prop types (#2740)
  • fix: ensure typed exports are marked as used (#2746)
  • fix: ensure eligible snippets can be referenced in module script (#2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#2750)

svelte-check-4.1.7

02 May 15:48
2bdbf6d
Compare
Choose a tag to compare
  • fix: robustify hoisting logic around prop types (#2740)
  • fix: ensure typed exports are marked as used (#2746)
  • chore: bump vscode-html/css-language-service (#2752)
  • fix: ensure eligible snippets can be referenced in module script (#2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#2750)

language-server-0.17.13

02 May 14:47
2bdbf6d
Compare
Choose a tag to compare
  • feat: support "add missing imports on save" (#2744)
  • fix: invalidate module resolution when higher priority file is added (#2754)

extensions-109.6.0

02 May 15:48
2bdbf6d
Compare
Choose a tag to compare
  • feat: support "add missing imports on save" (#2744)
  • fix: robustify hoisting logic around prop types (#2740)
  • fix: ensure typed exports are marked as used (#2746)
  • chore: bump vscode-html/css-language-service (#2752)
  • fix: ensure eligible snippets can be referenced in module script (#2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#2750)
  • fix: invalidate module resolution when higher priority file is added (#2754)

svelte2tsx-0.7.36

13 Apr 06:23
fa746fb
Compare
Choose a tag to compare
  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • chore: standardize author field

svelte-check-4.1.6

13 Apr 07:10
fa746fb
Compare
Choose a tag to compare
  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • fix: add color CLI options

language-server-0.17.12

13 Apr 06:33
fa746fb
Compare
Choose a tag to compare
  • fix: prevent extra bracket with import statement completion
  • feat: directive keyword autocomplete
  • chore: standardize author field
  • fix: don't highlight component as parameter in the template
  • fix: don't provide quickfix to add async to the script tag

extensions-109.5.4

13 Apr 07:12
fa746fb
Compare
Choose a tag to compare
  • fix: prevent extra bracket with import statement completion
  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • feat: directive keyword autocomplete
  • chore: standardize author field
  • fix: don't highlight component as parameter in the template
  • fix: don't create new output channel after restart
  • fix: highlight one-character component
  • fix: don't provide quickfix to add async to the script tag

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)