Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.4.3

26 Jul 13:39
43b0411

Choose a tag to compare

(fix) emitDts for components with no script

svelte2tsx-0.4.2

17 Jul 11:43
2aae90e

Choose a tag to compare

  • (fix) correctly transform store+reactive assignment when semicolon is missing (#1105)
  • (fix) include referrerpolicy in HTMLProps (#1103)

svelte-check-2.2.3

17 Jul 11:54
2aae90e

Choose a tag to compare

  • (fix) correctly transform store+reactive assignment when semicolon is missing (#1105)
  • (fix) include referrerpolicy in HTMLProps (#1103)
  • (fix) don't diagnose node_module files (#1104)
  • (fix) silence false positive warning for namespace (#1099)

language-server-0.14.4

17 Jul 11:43
2aae90e

Choose a tag to compare

  • (fix) don't diagnose node_module files (#1104)
  • (fix) silence false positive warning for namespace (#1099)

extensions-105.3.1

17 Jul 11:54
2aae90e

Choose a tag to compare

  • (fix) correctly transform store+reactive assignment when semicolon is missing (#1105)
  • (fix) include referrerpolicy in HTMLProps (#1103)
  • (fix) don't diagnose node_module files (#1104)
  • (fix) silence false positive warning for namespace (#1099)

svelte-check-2.2.2

09 Jul 08:07
6e0396c

Choose a tag to compare

  • (fix) fall back to any for untyped slot when using JS (#1084)

svelte-check-2.2.1

08 Jul 11:55
7abeef4

Choose a tag to compare

Broken release, do not use

language-server-0.14.3

08 Jul 11:45
7abeef4

Choose a tag to compare

  • (feat) add workspace trust functionality (used in VS Code). Trusted by default if setting unset (not a boolean) (#1086)
  • (fix) binding/ shorthand props rename (#1087)
  • (fix) fix event completion with createEventDispatcher or with multiple declarations of the same event (#1083)

extensions-105.3.0

08 Jul 11:56
7abeef4

Choose a tag to compare

  • (feat) add workspace trust support (#1086)
  • (fix) binding/ shorthand props rename (#1087)
  • (fix) fix event completion with createEventDispatcher or with multiple declarations of the same event (#1083)
  • (fix) fall back to any for untyped slot when using JS (#1084)

svelte2tsx-0.4.1

04 Jul 10:56
735cb1e

Choose a tag to compare

  • (fix) fall back to any for untyped slot (#1084)
  • (feat) emitDts functionality for generation type definition files, including Svelte files (#1085)