Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.7.24

11 Nov 15:00
437b0e1
Compare
Choose a tag to compare
  • fix: $props: infer types for $bindable, infer function type from arrow function

svelte-check-4.0.7

11 Nov 17:01
437b0e1
Compare
Choose a tag to compare
  • fix: $props: infer types for $bindable, infer function type from arrow function

language-server-0.17.5

11 Nov 15:01
437b0e1
Compare
Choose a tag to compare
  • 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

11 Nov 17:01
437b0e1
Compare
Choose a tag to compare
  • 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

08 Nov 10:48
a3a6393
Compare
Choose a tag to compare
  • fix: ignore exported variable declarations that aren't simple identifiers
  • feat: autotype const load = ... declarations (#2540)

svelte2tsx-0.7.23

08 Nov 10:44
a3a6393
Compare
Choose a tag to compare
  • feat: autotype const load = ... declarations (#2540)
  • feat: provide component instance type in Svelte 5 (#2553)
  • 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

svelte-check-4.0.6

08 Nov 11:03
a3a6393
Compare
Choose a tag to compare
  • chore: autotype const load = ... declarations (#2540)
  • chore: provide component instance type in Svelte 5 (#2553)
  • chore: support typescript 5.6 (#2545)
  • fix: infer object and array shapes from fallback types (#2562)

language-server-0.17.4

08 Nov 12:18
168e568
Compare
Choose a tag to compare
  • 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

08 Nov 10:50
a3a6393
Compare
Choose a tag to compare

broken release, don't use

extensions-109.2.1

08 Nov 12:25
168e568
Compare
Choose a tag to compare
  • 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)