Skip to content

Releases: sveltejs/language-tools

extensions-108.2.2

08 Feb 16:22
efe8463
Compare
Choose a tag to compare
  • fix: take type annotations into account when transforming one-way bindings (#2283)

Svelte 5:

  • fix: deduplicate generate props/events/slot types correctly (#2269)
  • fix: adjust snippet code generation for new AST shape (#2282)
  • fix: ensure correct types for media bindings (#2284)
  • fix: implict children tweaks (#2285) (#2263)

language-server-0.16.3

15 Jan 09:26
7d4f8a7
Compare
Choose a tag to compare
  • fix: prevent completion using empty cache (#2258)

extensions-108.2.1

15 Jan 09:33
7d4f8a7
Compare
Choose a tag to compare
  • fix: prevent completion using empty cache (#2258)

typescript-plugin-0.3.37

12 Jan 09:21
Compare
Choose a tag to compare
  • fix: workaround for move to file refactor restriction to prevent it from crashing (#2227)
  • fix: map optionalReplacementSpan for typescript-language-server (#2257)
  • feat: zero effort typings for reroute, warn instead of error on disallowed route exports (#2252)

svelte2tsx-0.7.0

12 Jan 09:17
Compare
Choose a tag to compare
  • fix: various snippet improvements
  • fix: handle svelte.ts/js files when emitting types (#2241)
  • fix: don't remove non-null-assertion operator (#2248)
  • feat: transpile $props() differently to support rename/find reference (#2255)
  • feat: zero effort typings for reroute (#2252)

svelte-check-3.6.3

12 Jan 09:39
Compare
Choose a tag to compare
  • 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)
  • feat: zero effort typings for reroute (#2252)

language-server-0.16.2

12 Jan 09:21
Compare
Choose a tag to compare
  • fix: prevent crash in moduleResolution Node16+ (#2230)
  • fix: correct declareMap reference line number (#2250)
  • perf: auto import cache (#2237)

extensions-108.2.0

12 Jan 09:39
Compare
Choose a tag to compare
  • 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

29 Nov 06:22
Compare
Choose a tag to compare
  • fix: remove component suffix in import statement (#2206)

svelte2tsx-0.6.27

24 Nov 16:19
364ac7d
Compare
Choose a tag to compare
  • 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)