Skip to content

Releases: sveltejs/language-tools

extensions-104.6.1

05 Mar 15:05
9740a5c
Compare
Choose a tag to compare
  • (fix) add missing transition events (#857)
  • (fix) $store declaration generation for declaration list (#856)

svelte-check-1.2.1

03 Mar 13:41
ab27900
Compare
Choose a tag to compare
  • (fix) $store usage declared in module (#850)
  • (fix) relax value typing (#849)

extensions-104.6.0

03 Mar 13:42
ab27900
Compare
Choose a tag to compare
  • (feat) support "missing function declaration" quick fix introduced in TypeScript 4.2 (#852)
  • (feat) linked editing for html (#801)
  • (fix) $store usage declared in module (#850)
  • (fix) relax value typing (#849)

svelte-check-1.2.0

02 Mar 15:50
eac5c74
Compare
Choose a tag to compare
  • (feat) support for <svelte:fragment> (#848)

extensions-104.5.0

02 Mar 16:56
eac5c74
Compare
Choose a tag to compare
  • (feat) support for <svelte:fragment> (#848)
  • (feat) completion for ids/classes in the template (#844)

svelte-check-1.1.36

24 Feb 13:51
cbcbea3
Compare
Choose a tag to compare
  • (fix) named slot element can reference let'ed variable (#817, #834)
  • (fix) add href attribute to svg image tag (#824)
  • (fix) add <details> ontoggle event (#829)
  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#816)
  • (fix) control flow for stores. This requires TypeScript 4.2 or later (#493)
  • (fix) correct classname generation for all-invalid filenames (#836)
  • (fix) watch (d.)ts/js files (#839)

extensions-104.4.4

24 Feb 13:47
cbcbea3
Compare
Choose a tag to compare
  • (fix) control flow for stores (#493)
  • (fix) correct classname generation for all-invalid filenames (#836)

extensions-104.4.3

21 Feb 14:10
e4c4a67
Compare
Choose a tag to compare
  • (fix) svelte2tsx: Add <details> ontoggle event (#829)
  • (fix) correct multiple slot let transformation (#834)
  • (chore) add trace server setting to VS Code UI (#830)

extensions-104.4.2

19 Feb 13:35
a56d82e
Compare
Choose a tag to compare
  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#816)
  • (fix) add href attribute to svg image tag (#824)
  • (fix) syntax highlighting: add missing tag.end token (#822)
  • (fix) named slot element can reference let'ed variable (#817)

svelte-check-1.1.35

17 Feb 12:22
91c6b31
Compare
Choose a tag to compare
  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#816)