Skip to content

Releases: sveltejs/language-tools

language-server-0.14.23

14 Mar 16:24
b43bc68

Choose a tag to compare

  • (feat) support code folding in html (#1411)
  • (chore) bump ts to 4.6 (#1402)

extensions-105.13.0

14 Mar 16:59
3f36b47

Choose a tag to compare

  • (feat) support code folding in html (#1411)
  • (chore) bump ts to 4.6 (#1402)
  • (fix) $store++/$store-- return type (#1395)
  • (fix) make uninitialized props be typed as any (#1410)

TS plugin:

  • (fix) use fallback content when parsing of Svelte file fails
  • (fix) avoid duplicate patching (#1404)
  • (feat) improve plugin enable config: enable config option now determines whether or not to enable the plugin (toggleable without reload, no more file change warnings) (#1401)
  • (feat) Support Svelte project files being importable/findable through references without having them imported in a TS file (#1407)

svelte2tsx-0.5.5

16 Feb 15:39
0a81092

Choose a tag to compare

  • (fix) regression with boolean literal props type inference (#1390)

svelte2tsx-0.5.4

16 Feb 10:11
ec51f91

Choose a tag to compare

  • (feat) improve property access completion in markup (#1381)
  • (fix) prevent svelte2tsx function expression scope leaks (#1380)
  • (fix) initialize props so control flow works (#1378)

New transformation:

  • (fix) add key after index definition (#1385)
  • (fix) better ensureComponent check (#1384)

svelte-check-2.4.5

16 Feb 15:49
0a81092

Choose a tag to compare

  • (fix) regression with boolean literal props type inference (#1390)

svelte-check-2.4.4

16 Feb 10:22
ec51f91

Choose a tag to compare

  • (fix) prevent svelte2tsx function expression scope leaks (#1380)
  • (fix) initialize props so control flow works (#1378)

New transformation:

  • (fix) add key after index definition (#1385)
  • (fix) better ensureComponent check (#1384)

language-server-0.14.22

16 Feb 10:13
ec51f91

Choose a tag to compare

  • (feat) improve property access completion in markup (#1381)
  • (fix) prevent svelte2tsx function expression scope leaks (#1380)
  • (fix) initialize props so control flow works (#1378)

New transformation:

  • (fix) add key after index definition (#1385)
  • (fix) better ensureComponent check (#1384)

extensions-105.12.1

16 Feb 15:49
0a81092

Choose a tag to compare

  • (fix) regression with boolean literal props type inference (#1390)

extensions-105.12.0

16 Feb 10:22
ec51f91

Choose a tag to compare

  • (feat) improve property access completion in markup (#1381)
  • (fix) prevent svelte2tsx function expression scope leaks (#1380)
  • (fix) initialize props so control flow works (#1378)

New transformation:

  • (fix) add key after index definition (#1385)
  • (fix) better ensureComponent check (#1384)

svelte2tsx-0.5.3

07 Feb 14:49
513b28c

Choose a tag to compare

New transformation:

  • (fix) no error for component typedef with event (#1375)
  • (fix) no TS/JS completions in html text (#1369)