Skip to content

Releases: sveltejs/language-tools

extensions-105.5.2

15 Nov 11:41
1f7efec

Choose a tag to compare

  • (fix) string completion with special characters (#1227)
  • (fix) enterkeyhint type def (#1235)
  • (fix) slot let rename (#1238)
  • (chore) bump versions: css/html ls, vscode-uri, prettier (#1241)
  • (perf) implement project version for typescript language service (#1236)

extensions-105.5.1

15 Nov 10:56
9c67f8a

Choose a tag to compare

Failed deployment, version does not exist / was not published

svelte2tsx-0.4.8

30 Oct 10:31
505d21d

Choose a tag to compare

  • (fix) support ShadowRoot as target (#1203)
  • (fix) remove false positive warnings for unary operators (#1206)
  • (fix) remove wrong DOM typings
  • (fix) enable each to handle unions of arrays (#1218)
  • (fix) improve bind:this diagnostics. This may result in hidden type bugs surfacing (#1221)
  • (fix) handle binding assignment to $store (#1223)

svelte-check-2.2.8

30 Oct 10:40
505d21d

Choose a tag to compare

  • (fix) support ShadowRoot as target (#1203)
  • (fix) remove false positive warnings for unary operators (#1206)
  • (fix) remove wrong DOM typings
  • (fix) enable each to handle unions of arrays (#1218)
  • (fix) improve bind:this diagnostics. This may result in hidden type bugs surfacing (#1221)
  • (fix) handle binding assignment to $store (#1223)
  • (fix) add open tag checks to html scanner for more robust scanning (#1209)

language-server-0.14.11

30 Oct 10:32
505d21d

Choose a tag to compare

  • (feat) css config settings (#1222)
  • (fix) add open tag checks to html scanner for more robust scanning (#1209)

extensions-105.5.0

30 Oct 10:42
505d21d

Choose a tag to compare

  • (fix) support ShadowRoot as target (#1203)
  • (fix) remove false positive warnings for unary operators (#1206)
  • (fix) remove wrong DOM typings
  • (fix) enable each to handle unions of arrays (#1218)
  • (fix) improve bind:this diagnostics. This may result in hidden type bugs surfacing (#1221)
  • (fix) handle binding assignment to $store (#1223)
  • (fix) add open tag checks to html scanner for more robust scanning (#1209)
  • (feat) css config settings (#1222)

typescript-plugin-0.2.5

08 Oct 10:06
218bbb9

Choose a tag to compare

  • (fix) don't load ambient typings in non-svelte-projects (#1193)

svelte-check-2.2.7

08 Oct 10:12
218bbb9

Choose a tag to compare

  • (fix) support strict optional types in jsx typings (#1178)
  • (fix) svelte2tsx runtime error diagnostics line number (#1183)
  • (fix) adjust error message suggestion (#1184)
  • (fix) don't do any diagnostics for node_module files (#1174)

language-server-0.14.10

08 Oct 10:07
218bbb9

Choose a tag to compare

  • (perf) add typescript language service size limit (#1194)
  • (fix) support component import quick fix (#1198)

extensions-105.4.2

08 Oct 10:12
218bbb9

Choose a tag to compare

  • (perf) add typescript language service size limit (#1194)
  • (fix) support component import quick fix (#1198)
  • (fix) TS-plugin: don't load ambient typings in non-svelte-projects (#1193)