Skip to content

Releases: sveltejs/language-tools

svelte-check-3.6.2

24 Nov 16:44
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)
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#2214)
  • perf: faster checks for certain characters (#2179)

language-server-0.16.1

24 Nov 16:23
Compare
Choose a tag to compare
  • fix: adjust prettier fallback logic (#2210)
  • fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#2214)
  • perf: faster checks for certain characters (#2179)
  • perf: be able to cancel diagnostics (#2216)

extensions-108.1.0

24 Nov 16:30
Compare
Choose a tag to compare
  • feat: add best-effort fallback typings to $props() rune
  • fix: adjust prettier fallback logic (#2210)
  • 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)
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#2214)
  • perf: faster checks for certain characters (#2179)
  • perf: be able to cancel diagnostics (#2216)

svelte2tsx-0.6.26

22 Nov 11:31
Compare
Choose a tag to compare
  • feat: support SvelteKit zero types with $props rune
  • feat: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#2190)
  • fix: make root snippets available in instance script (#2201)

svelte-check-3.6.1

22 Nov 11:48
Compare
Choose a tag to compare
  • fix: support SvelteKit zero types with $props rune
  • fix: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#2190)
  • fix: make root snippets available in instance script (#2201)

language-server-0.16.0

22 Nov 11:33
Compare
Choose a tag to compare
  • breaking: bump prettier to version 3
  • fix: improve props completion for namespaced component (#2207)

extensions-108.0.0

22 Nov 11:48
Compare
Choose a tag to compare
  • breaking: use prettier version 3 by default / as fallback
  • feat: support SvelteKit zero types with $props rune
  • feat: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#2190)
  • fix: make root snippets available in instance script (#2201)
  • fix: remove component suffix in import statement (#2206)
  • fix: improve props completion for namespaced component (#2207)

typescript-plugin-0.3.35

10 Nov 09:29
64d7b77
Compare
Choose a tag to compare
  • feat: add option to force-start svelte plugin (#2185)

svelte2tsx-0.6.25

10 Nov 10:17
Compare
Choose a tag to compare
  • fix: handle runes looking like stores

svelte2tsx-0.6.24

10 Nov 09:26
64d7b77
Compare
Choose a tag to compare
  • feat: add experimental compatibility for Svelte 5
  • fix: enhance numberOnlyAttributes list