- Bump deps. Most notably those of prettier which fixes some formatting bugs (#323, #474). If you don't see changes, you have an old
prettier-plugin-svelte
version in your workspace'snode_modules
. Bump that to the latest version. (#505) - (feat) component events hover info (for now only when using
ComponentEvents
interface) (#485) - (fix) innerHTML and textContent attributes (#496)
- Alway include source map in ts-preprocess of internal svelte compile (#495)
- (fix) sequence expression in each block (#501)
- (fix) align Svelte2TsxComponent definition (#486)
- (fix) failure to start with emacs/lsp-mode (#507)