Skip to content

Releases: sveltejs/language-tools

svelte-check-4.0.8

15 Nov 13:12
bf2e459

Choose a tag to compare

  • fix: fall back to any instead of unknown for untyped $props (#2582)
  • fix: robustify and fix file writing (#2584)
  • fix: hoist types related to $props rune if possible (#2571)

language-server-0.17.6

15 Nov 13:02
bf2e459

Choose a tag to compare

  • perf: check for and return promise instead of awaiting (#2586)

extensions-109.2.3

15 Nov 13:12
bf2e459

Choose a tag to compare

  • fix: fall back to any instead of unknown for untyped $props (#2582)
  • perf: check for and return promise instead of awaiting (#2586)
  • fix: robustify and fix file writing (#2584)
  • fix: hoist types related to $props rune if possible (#2571)

svelte2tsx-0.7.24

11 Nov 15:00
437b0e1

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

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

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

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

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

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

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)