Skip to content

Releases: sveltejs/language-tools

extensions-104.9.1

07 Apr 14:57
0f96738

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

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

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

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

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

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)

extensions-104.8.0

23 Mar 13:50
562ccd1

Choose a tag to compare

  • (feat) support for SvelteKit anchor attributes (#897)
  • (fix) due to security reasons, the runtime and ls-path settings are now configurable in user settings only
  • (fix) accessor creation without type or with rename (#895)
  • (fix) dont show redundant onevent completions (#907)
  • (fix) don't translate typeof $store into a store access (#903)
  • (fix) hover info for $store access (#901)

svelte-check-1.2.6

19 Mar 14:09
dc138f6

Choose a tag to compare

  • (feat) files ending with .svelte.d.ts are now resolved prior to a same file ending with .svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878)
  • (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
  • (fix) control flow for awaited promise (#880)
  • (fix) svelte2tsx-generation of bubbled and custom events (#886)
  • (fix) generate getter/setter when accessors is true (#882)

extensions-104.7.0

19 Mar 14:11
dc138f6

Choose a tag to compare

  • (feat) files ending with .svelte.d.ts are now resolved prior to a same file ending with .svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878)
  • (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
  • (fix) control flow for awaited promise (#880)
  • (fix) move generated $store declaration into render function to fix "organize imports" (#879)
  • (fix) indentation of organize imports: Use indentation of first line of imports to determine the indentation of the following lines (#854)
  • (fix) svelte2tsx-generation of bubbled and custom events (#886)
  • (fix) generate getter/setter when accessors is true (#882)
  • (chore) language server configuration restructuring + docs (#891)

svelte-check-1.2.5

11 Mar 13:49
d4f2ffe

Choose a tag to compare

  • (fix) Don't step out of if block on else if (#874)
  • (perf) improve svelte-check performance (#872)