Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
extensions-104.9.1
- (fix) add esm flag to support node 12 < version < 12.17 (#939)
svelte2tsx-0.1.186
svelte-check-1.4.0
language-server-0.13.0
extensions-104.9.0
svelte-check-1.3.0
extensions-104.8.0
- (feat) support for SvelteKit anchor attributes (#897)
- (fix) due to security reasons, the runtime and ls-path settings are now configurable in user settings only
- (fix) accessor creation without type or with rename (#895)
- (fix) dont show redundant onevent completions (#907)
- (fix) don't translate
typeof $storeinto a store access (#903) - (fix) hover info for $store access (#901)
svelte-check-1.2.6
- (feat) files ending with
.svelte.d.tsare now resolved prior to a same file ending with.svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878) - (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
- (fix) control flow for awaited promise (#880)
- (fix) svelte2tsx-generation of bubbled and custom events (#886)
- (fix) generate getter/setter when accessors is true (#882)
extensions-104.7.0
- (feat) files ending with
.svelte.d.tsare now resolved prior to a same file ending with.svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878) - (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
- (fix) control flow for awaited promise (#880)
- (fix) move generated $store declaration into render function to fix "organize imports" (#879)
- (fix) indentation of organize imports: Use indentation of first line of imports to determine the indentation of the following lines (#854)
- (fix) svelte2tsx-generation of bubbled and custom events (#886)
- (fix) generate getter/setter when accessors is true (#882)
- (chore) language server configuration restructuring + docs (#891)