Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte-check-3.6.3
language-server-0.16.2
extensions-108.2.0
- fix: various snippet improvements
- fix: don't remove non-null-assertion operator (#2248)
- fix: prevent crash in moduleResolution Node16+ (#2230)
- fix: correct declareMap reference line number (#2250)
- fix: workaround for move to file refactor restriction to prevent it from crashing (#2227)
- fix: map optionalReplacementSpan for typescript-language-server (#2257)
- feat: transpile
$props()differently to support rename/find reference (#2255) - feat: zero effort typings for reroute (#2252)
- perf: auto import cache (#2237)
typescript-plugin-0.3.36
- fix: remove component suffix in import statement (#2206)
svelte2tsx-0.6.27
- feat: add best-effort fallback typings to
$props()rune - fix: don't add generic type when snippet has no params
- fix: pass children to zero types Svelte 5 (#2212)
- fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
- fix: add implicit children prop in Svelte 5 mode (#2211)
- perf: faster checks for certain characters (#2179)
svelte-check-3.6.2
- feat: add best-effort fallback typings to
$props()rune - fix: don't add generic type when snippet has no params
- fix: pass children to zero types Svelte 5 (#2212)
- fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
- fix: add implicit children prop in Svelte 5 mode (#2211)
- fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
- chore: bump deps (#2214)
- perf: faster checks for certain characters (#2179)
language-server-0.16.1
- fix: adjust prettier fallback logic (#2210)
- fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
- fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
- chore: bump deps (#2214)
- perf: faster checks for certain characters (#2179)
- perf: be able to cancel diagnostics (#2216)
extensions-108.1.0
- feat: add best-effort fallback typings to
$props()rune - fix: adjust prettier fallback logic (#2210)
- fix: don't add generic type when snippet has no params
- fix: pass children to zero types Svelte 5 (#2212)
- fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
- fix: add implicit children prop in Svelte 5 mode (#2211)
- fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
- chore: bump deps (#2214)
- perf: faster checks for certain characters (#2179)
- perf: be able to cancel diagnostics (#2216)
svelte2tsx-0.6.26
- feat: support SvelteKit zero types with
$propsrune - feat: use
Snippettype and ensure@rendertag only uses snippet functions - fix: account for
>in attribute strings (#2204) - fix: handle contexts in each/await
- fix: don't lowercase custom element attributes (#2190)
- fix: make root snippets available in instance script (#2201)
svelte-check-3.6.1
- fix: support SvelteKit zero types with
$propsrune - fix: use
Snippettype and ensure@rendertag only uses snippet functions - fix: account for
>in attribute strings (#2204) - fix: handle contexts in each/await
- fix: don't lowercase custom element attributes (#2190)
- fix: make root snippets available in instance script (#2201)