Skip to content

Releases: sveltejs/language-tools

extensions-104.7.0

19 Mar 14:11
dc138f6
Compare
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
Compare
Choose a tag to compare
  • (fix) Don't step out of if block on else if (#874)
  • (perf) improve svelte-check performance (#872)

extensions-104.6.4

11 Mar 13:48
d4f2ffe
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
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)