Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.4.13

10 Jan 12:30
a0b01ff

Choose a tag to compare

  • (fix) handle slot spread (#1292)
  • (fix) update submit event type defintion (#1307)
  • (fix) relax input value typings - can be any value for radio buttons (#1309)
  • (fix) add controlslist attribute to types (#1314)
  • (fix) move comment of import with it (#1320)
  • (fix) handle $store shorthand prop assignment (#1322)

svelte-check-2.2.12

10 Jan 12:39
a0b01ff

Choose a tag to compare

  • (fix) handle slot spread (#1292)
  • (fix) update submit event type defintion (#1307)
  • (fix) relax input value typings - can be any value for radio buttons (#1309)
  • (fix) add controlslist attribute to types (#1314)
  • (fix) handle $store shorthand prop assignment (#1322)
  • (perf) cache lineoffsets when mapping between position/offset (#1311)

language-server-0.14.17

10 Jan 12:32
a0b01ff

Choose a tag to compare

  • (fix) attribute completion for bind:files, bind:open and bind:checked (#1300)
  • (fix) keep comment from being removed in organizes imports (#1320)
  • (fix) add vscode-languageserver-protocol to language-server dependencies (#1313)
  • (feat) implement go to type definition (#1323)
  • (perf) cache lineoffsets when mapping between position/offset (#1311)
  • (perf) cache fileExists resolutions and path. In larger code bases this can significantly speed up global auto completions (#1325)

extensions-105.9.0

10 Jan 12:43
a0b01ff

Choose a tag to compare

  • (fix) handle slot spread (#1292)
  • (fix) update submit event type defintion (#1307)
  • (fix) relax input value typings - can be any value for radio buttons (#1309)
  • (fix) add controlslist attribute to types (#1314)
  • (fix) handle $store shorthand prop assignment (#1322)
  • (fix) attribute completion for bind:files, bind:open and bind:checked (#1300)
  • (fix) keep comment from being removed in organizes imports (#1320)
  • (fix) add vscode-languageserver-protocol to language-server dependencies (#1313)
  • (feat) implement go to type definition (#1323)
  • (feat) add support for highlighting js/ts/coffee in style blocks (#1318)
  • (feat) special highlighting for style props (#1315)
  • (feat) highlight units in strings (#1316)
  • (feat) add syntax highlighting for upcoming style:foo props (#1327)
  • (feat) add syntax highlighting for upcoming @const tag (#1319)
  • (perf) cache lineoffsets when mapping between position/offset (#1311)
  • (perf) cache fileExists resolutions and path. In larger code bases this can significantly speed up global auto completions (#1325)

svelte2tsx-0.4.12

17 Dec 13:24
255d9dc

Choose a tag to compare

  • (feat) support then/catch shorthands introduced in Svelte 3.41 (#1171)
  • (fix) allow null on all HTML props (#1287)
  • (fix) allow nullish stores (#1288)

svelte-check-2.2.11

17 Dec 13:32
255d9dc

Choose a tag to compare

  • (feat) Support then/catch shorthands introduced in Svelte 3.41 (#1171)
  • (fix) Allow null on all HTML props (#1287)
  • (fix) Allow nullish stores (#1288)
  • (fix) Silence diagnostics for no side effects variables in reactive blocks (#1286)
  • (fix) Adjust invalid position in ParserError diagnostics (#1281)

language-server-0.14.16

17 Dec 13:26
255d9dc

Choose a tag to compare

  • (feat) Typescript go to implemenation (#1282)
  • (fix) Silence diagnostics for no side effects variables in reactive blocks (#1286)
  • (fix) Ignore refs in generated tsx / non user code (#1276)
  • (fix) Adjust invalid position in ParserError diagnostics (#1281)

extensions-105.8.0

17 Dec 13:32
255d9dc

Choose a tag to compare

  • (feat) Support then/catch shorthands introduced in Svelte 3.41 (#1171)
  • (feat) Typescript go to implemenation (#1282)
  • (fix) Allow null on all HTML props (#1287)
  • (fix) Allow nullish stores (#1288)
  • (fix) Silence diagnostics for no side effects variables in reactive blocks (#1286)
  • (fix) Ignore refs in generated tsx / non user code (#1276)
  • (fix) Adjust invalid position in ParserError diagnostics (#1281)
  • (perf) vscodeIgnore some unused files to optimize extension size (#1278)

language-server-0.14.15

10 Dec 11:49
8329bbe

Choose a tag to compare

  • (chore) bump svelte-preprocess and prettier versions (#1274)
  • (feat) add setting to set the default script language (<script lang="ts">..</script>) which is possibly created during auto imports (#1272)

extensions-105.7.0

10 Dec 11:59
8329bbe

Choose a tag to compare

  • (chore) bump TypeScript, svelte-preprocess and Prettier versions (#1274)
  • (feat) add setting to set the default script language (<script lang="ts">..</script>) which is possibly created during auto imports (#1272)