Releases: sveltejs/language-tools
svelte-language-server@0.17.22
Patch Changes
-
feat: support hierarchical document symbols (#2817)
-
fix: use moustache for svelte5 onhandler completion (#2883)
-
feat: quick fix for adding lang="ts" (#2882)
-
fix: support for @nativescript-community/svelte-native (#2867)
-
fix: always treat a script tag as top-level if it's the first tag in the file (#2886)
-
fix: restrict emmet completion with emmet specific triggerCharacter (#2873)
-
fix: support experimental feature in "Show compiled Code" (#2884)
-
feat: implement 'source.removeUnusedImports' code action (#2875)
svelte-check@4.3.4
Patch Changes
- chore: use machine format when run by Claude Code (#2870)
extensions-109.12.0
-
feat: support hierarchical document symbols (#2817)
-
feat: quick fix for adding lang="ts" (#2882)
-
fix: use moustache for svelte5 onhandler completion (#2883)
-
fix: support for @nativescript-community/svelte-native (#2867)
-
fix: always treat a script tag as top-level if it's the first tag in the file (#2886)
-
fix: restrict emmet completion with emmet specific triggerCharacter (#2873)
-
fix: support experimental feature in "Show compiled Code" (#2884)
-
feat: implement 'source.removeUnusedImports' code action (#2875)
svelte2tsx@0.7.45
Patch Changes
- fix: allow
undefinedandnullvalues for#eachin Svelte 5 (#2863)
svelte-language-server@0.17.21
svelte-check@4.3.3
extensions-109.11.2
- fix: allow undefined and null values for #each in Svelte 5 (#2863)
svelte-check@4.3.2
extensions-109.11.1
typescript-plugin-0.3.50
- fix: support expandable hover (#2808)