Skip to content

Releases: sveltejs/language-tools

extensions-104.6.4

11 Mar 13:48
d4f2ffe

Choose a tag to compare

  • (fix) Don't step out of if block on else if (#874)

svelte-check-1.2.4

10 Mar 13:35
4411fce

Choose a tag to compare

  • (fix) sanitize leading invalid attribute chars (#862)
  • (fix) if conditions control flow (#619)
  • (fix) spellcheck attribute allows strings true and false
  • (fix) ignore generated $store declaration (#871)

extensions-104.6.3

10 Mar 13:37
4411fce

Choose a tag to compare

  • (fix) sanitize leading invalid attribute chars (#862)
  • (fix) if conditions control flow (#619)
  • (fix) spellcheck attribute allows strings true and false
  • (fix) ignore generated $store declaration (#871)

svelte-check-1.2.3

06 Mar 14:24
d29dba0

Choose a tag to compare

  • (fix) store access first in expression statement without semicolon in previous line no longer throws error (#859)

svelte-check-1.2.2

05 Mar 14:59
9740a5c

Choose a tag to compare

  • (fix) add missing transition events (#857)
  • (fix) $store declaration generation for declaration list (#856)
  • (fix) omit svelte compiler from bundle

extensions-104.6.2

06 Mar 14:20
d29dba0

Choose a tag to compare

  • (fix) store access first in expression statement without semicolon in previous line no longer throws error (#859)

extensions-104.6.1

05 Mar 15:05
9740a5c

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

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

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

Choose a tag to compare

  • (feat) support for <svelte:fragment> (#848)