Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte-check-4.2.0
language-server-0.17.14
extensions-109.7.0
svelte2tsx-0.7.37
svelte-check-4.1.7
- 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
extensions-109.6.0
- 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
- 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
- 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
- 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