Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
language-server-0.13.8
- (fix) add new import to existing import in module script when both scripts present (#1007)
- (fix) adjust organize imports mapping to not produce extra lines (#1008)
- (fix) more robust language detection for syntax highlighting (#964)
- (fix) better css error diagnostics (#1009)
- (fix) better import completion locations (#1011)
- (feat) load all Svelte files on startup in the internal TypeScript service (#1013)
- (perf) also cache unresolved modules (#1015)
- (perf) improvements around diagnostics and completions (#1022)
extensions-104.13.0
- (fix) add new import to existing import in module script when both scripts present (#1007)
- (fix) adjust organize imports mapping to not produce extra lines (#1008)
- (fix) more robust language detection for syntax highlighting (#964)
- (fix) better css error diagnostics (#1009)
- (fix) better import completion locations (#1011)
- (fix) add beforeinput event typing
- (fix) better transform of custom css properties (#1024)
- (feat) load all Svelte files on startup in the internal TypeScript service (#1013)
- (perf) also cache unresolved modules (#1015)
- (perf) improvements around diagnostics and completions (#1022)
svelte2tsx-0.1.191
- (fix) make
on:sveltekit:xyevents optional (#1003)
svelte-check-1.5.4
language-server-0.13.7
extensions-104.12.2
svelte2tsx-0.1.190
svelte-check-1.5.3
language-server-0.13.6
extensions-104.12.1
- (fix) add hashchange event (#968)
- (fix) add dirname attribute (#995)
- (fix) add on:sveltekit:xy events (#997)
- (fix) deal with third kind of sourcemaps (#987)
- (fix) update ignored build directories for SvelteKit
- (chore) bump versions of svelte, svelte-preprocess, prettier and prettier-plugin-svelte. The latter two may result in slightly different formatting (#1000, #1001)