Skip to content

Releases: sveltejs/language-tools

language-server-0.13.2

23 Apr 15:31
558ea8b
Compare
Choose a tag to compare
  • (fix) ignore certain diagnostics for pug (#960)

language-server-0.13.1

23 Apr 07:49
ef1d791
Compare
Choose a tag to compare
  • (perf) Optimize fallback watcher and don't watch node_modules (#955) (#956) (#950)
  • (fix) don't provide version for edits (#943)
  • (feat) infer slot/events type from props when there's a generic relationship between them (#952)

extensions-104.10.1

23 Apr 15:46
558ea8b
Compare
Choose a tag to compare
  • (fix) ignore certain diagnostics for pug (#960)
  • (fix) string literal transformation when creating instance type of component (#962)

extensions-104.10.0

23 Apr 08:13
ef1d791
Compare
Choose a tag to compare
  • (fix) add img decoding attribute (#954)
  • (fix) don't provide version for edits (#943)
  • (feat) infer slot/events type from props when there's a generic relationship between them (#952)

extensions-104.9.1

07 Apr 14:57
0f96738
Compare
Choose a tag to compare
  • (fix) add esm flag to support node 12 < version < 12.17 (#939)

svelte2tsx-0.1.186

06 Apr 14:37
992dc65
Compare
Choose a tag to compare
  • (chore) add esm entry point
  • (fix) don't remove inserted code around comment (#935)
  • (feat) support foreign namespace behaviour (#937)
  • (fix) handle multiple event dispatchers (#938)

svelte-check-1.4.0

06 Apr 14:48
992dc65
Compare
Choose a tag to compare
  • (feat) support foreign namespace behaviour (#937)
  • (feat) support ESM configs (#930)
  • (fix) don't remove inserted code around comment (#935)
  • (fix) handle multiple event dispatchers (#938)

language-server-0.13.0

06 Apr 14:40
992dc65
Compare
Choose a tag to compare
  • (feat) support foreign namespace behaviour (#937)
  • (feat) support ESM configs (#930)
  • (feat) html style attribute hover/completion (#924)
  • (fix) import completion in upper case directory (#915)

extensions-104.9.0

06 Apr 14:49
992dc65
Compare
Choose a tag to compare
  • (feat) support foreign namespace behaviour (#937)
  • (feat) support ESM configs (#930)
  • (feat) html style attribute hover/completion (#924)
  • (fix) don't remove inserted code around comment (#935)
  • (fix) handle multiple event dispatchers (#938)
  • (fix) import completion in upper case directory (#915)

svelte-check-1.3.0

23 Mar 13:44
562ccd1
Compare
Choose a tag to compare
  • (feat) support for SvelteKit anchor attributes (#897)
  • (fix) accessor creation without type or with rename (#895)
  • (fix) don't translate typeof $store into a store access (#903)