Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte2tsx-0.4.13
- (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
controlslistattribute to types (#1314) - (fix) move comment of import with it (#1320)
- (fix) handle $store shorthand prop assignment (#1322)
svelte-check-2.2.12
- (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
controlslistattribute to types (#1314) - (fix) handle $store shorthand prop assignment (#1322)
- (perf) cache lineoffsets when mapping between position/offset (#1311)
language-server-0.14.17
- (fix) attribute completion for
bind:files,bind:openandbind: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
- (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
controlslistattribute to types (#1314) - (fix) handle $store shorthand prop assignment (#1322)
- (fix) attribute completion for
bind:files,bind:openandbind: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:fooprops (#1327) - (feat) add syntax highlighting for upcoming
@consttag (#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
svelte-check-2.2.11
language-server-0.14.16
extensions-105.8.0
- (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)