- (feat) files ending with
.svelte.d.ts
are 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)