Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
101.13.1
101.13.0
- (feat) region folding, script/style/template folding (#525, #523)
- (feat) add option to set css files which will be checked for global vars which will appear in autocompletion (#521)
- (feat) add a warning message which shows up at the start if you have the old extension installed (#528)
- (feat) show documentation of props on hover/completion (#306)
101.12.2
101.12.1
101.12.0
- 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-svelteversion in your workspace'snode_modules. Bump that to the latest version. (#505) - (feat) component events hover info (for now only when using
ComponentEventsinterface) (#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)
101.11.1
- (fix) correct draggable typing (#481)
- (fix) support for multiple folders in workspace (#480)
- (fix) mark more warnings as non-ignorable
- (fix) moustache highlighting multiline (#483)
- (fix) quote slot name to avoid invalid syntax and number slot name (#491)
- (fix) only provide extension version of prettier plugin if there is no workspace version (#492)
101.11.0
101.10.0
- (feat) better component events completion; possibility to type component events through
ComponentEventsinterface. See the docs for more info. Another way of typing component events coming soon. (#459) - (feat) support upcoming
$$slotsfeature of Svelte (#464) - (chore) bump ts to 4.0 (#470)
- (fix) do not suggest lang when editing attributes (#469)
- (fix) ignore script/styles inside comments (#460)
- (docs) more precise settings docs (#467)
- (fix) filter out component import if already one present (#466)
- (fix) check path aliases (#471)