Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.7.26

16 Nov 18:32
fba28b2
Compare
Choose a tag to compare
  • fix: detect shadowed variables/types during type hoisting (#2590)

svelte2tsx-0.7.25

15 Nov 12:57
bf2e459
Compare
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)

svelte-check-4.0.8

15 Nov 13:12
bf2e459
Compare
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
Compare
Choose a tag to compare
  • perf: check for and return promise instead of awaiting (#2586)

extensions-109.2.3

15 Nov 13:12
bf2e459
Compare
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
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)