- (feat) restart language server when tsconfig/jsconfig changed
- (feat) prettier/emmet VS Code setting updates are now reflected in the LSP (#709)
- (feat) option to disable emmet for html/css (#708, #677)
- (fix) only search for imports to update when ts/js/svelte/json file paths changed
- (fix) add part attribute (#703)
- (fix) Fall back to any-type when a prop has no fallback value in JS (#697)
- (fix) Transform if-blocks to ternaries. This way the TypeScript control flow will be broken in less instances of nested if-blocks (#619)