Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.5.10

14 May 15:55
abac29d

Choose a tag to compare

  • (feat) support const tag in if block (#1478)

New transformation

  • (fix) better mapping for empty text attribute (#1483)

svelte-check-2.7.1

14 May 16:02
abac29d

Choose a tag to compare

  • (fix) detect invalid Svelte import paths (now for real) (#1471)
  • (feat) support const tag in if block (#1478)
  • (chore) replace source-map library (#1464)

language-server-0.14.27

14 May 15:55
abac29d

Choose a tag to compare

  • (fix) don't remove next char in remove import code action (#1451)
  • (fix) detect invalid Svelte import paths for svelte-check (#1471)
  • (chore) replace source-map library (#1464)

extensions-105.16.1

14 May 16:02
abac29d

Choose a tag to compare

  • (feat) support const tag in if block (#1478)
  • (fix) don't remove next char in remove import code action (#1451)
  • (fix) detect invalid Svelte import paths for svelte-check (#1471)
  • (fix) prevent duplicate import updates (#1466)
  • (chore) replace source-map library (#1464)
  • (chore) bump Svelte version (#1474)

New transformation

  • (fix) better mapping for empty text attribute (#1483)

typescript-plugin-0.3.2

14 Apr 10:39
1415196

Choose a tag to compare

  • (feat) detect invalid Svelte import paths - see PR for getting back the old behavior (#1448)

svelte2tsx-0.5.9

14 Apr 10:30
1415196

Choose a tag to compare

  • (fix) more robust transformation for reactive declare with destructure (#1442)
  • (fix) relax tag mapping for <svelte:element> (#1443)
  • (fix) add ping attribute for (#1450)

svelte-check-2.7.0

14 Apr 10:48
1415196

Choose a tag to compare

  • (feat) detect invalid Svelte import paths - see PR for getting back the old behavior (#1448)
  • (fix) more robust transformation for reactive declare with destructure (#1442)
  • (fix) relax tag mapping for <svelte:element> (#1443)
  • (fix) add ping attribute for (#1450)

language-server-0.14.26

14 Apr 10:38
1415196

Choose a tag to compare

  • (feat) sort imports (#1446)
  • (feat) better hover info for html attributes (#1447)
  • (feat) detect invalid Svelte import paths - see PR for getting back the old behavior (#1448)
  • (fix) more robust transformation for reactive declare with destructure (#1442)
  • (fix) relax tag mapping for <svelte:element> (#1443)
  • (fix) add ping attribute for (#1450)

extensions-105.16.0

14 Apr 10:48
1415196

Choose a tag to compare

  • (feat) sort imports (#1446)
  • (feat) better hover info for html attributes (#1447)
  • (feat) detect invalid Svelte import paths - see PR for getting back the old behavior (#1448)
  • (fix) more robust transformation for reactive declare with destructure (#1442)
  • (fix) relax tag mapping for <svelte:element> (#1443)
  • (fix) add ping attribute for (#1450)

svelte2tsx-0.5.8

09 Apr 10:12
cd98a53

Choose a tag to compare

  • (feat) add support for <svelte:element> (#1437)