Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte2tsx-0.7.24
- fix:
$props
: infer types for$bindable
, infer function type from arrow function
svelte-check-4.0.7
- fix:
$props
: infer types for$bindable
, infer function type from arrow function
language-server-0.17.5
- fix: use user's Svelte parser when formatting if necessary (#2578)
- fix: ensure code lenses from different sources are merged
- fix: make it possible to disable runes/legacy mode code lens
extensions-109.2.2
- fix:
$props
: infer types for$bindable
, infer function type from arrow function - fix: use user's Svelte parser when formatting if necessary (#2578)
- fix: ensure code lenses from different sources are merged
- fix: make it possible to disable runes/legacy mode code lens
typescript-plugin-0.3.43
- fix: ignore exported variable declarations that aren't simple identifiers
- feat: autotype
const load = ...
declarations (#2540)
svelte2tsx-0.7.23
svelte-check-4.0.6
language-server-0.17.4
- chore: support typescript 5.6 (#2545)
- fix: take complex/mapped typed into account during prop completions (#2563)
- fix: copy global types into hidden folder in IDE contexts to prevent extension types to be accidentally loaded (#2561)
- fix: keep linked editing working when tag name contains a dot (#2570)
- fix: migrate glob file watch for chokidar v4 (#2551)
- feat: add runes mode indicator (#2554)
language-server-0.17.3
broken release, don't use
extensions-109.2.1
- feat: autotype
const load = ...
declarations (#2540) - feat: provide component instance type in Svelte 5 (#2553)
- feat: add runes mode indicator (#2554)
- fix: infer object and array shapes from fallback types (#2562)
- fix: ignore exported variable declarations that aren't simple identifiers when checking for valid SvelteKit exports
- fix: take complex/mapped typed into account during prop completions (#2563)
- fix: copy global types into hidden folder in IDE contexts to prevent extension types to be accidentally loaded (#2561)
- fix: keep linked editing working when tag name contains a dot (#2570)
- chore: support typescript 5.6 (#2545)