Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
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)
101.9.3
101.9.2
101.9.1
- Fix syntax highlighting:
_can be part of attribute name - Fix awaited type of promise or plain value (#439)
- Support
sapper:noscroll(#438) - Remove
sveltefromtypes, add it to everysvelte2tsxoutput instead. One less setup step, makes more global libs searchable (#430) - Fix normalize uris coming from client (#443)
- Add more missing html/svg attributes (#446, #387)
- Infer svg element type (#447)
101.9.0
101.8.0
- Fix error when using $store as key or index #407
- lang="..." completions for script/style/template #413
- Emmet completions for sass #399
- Markdown in completion resolve #403
- Always show
svelte.config.jsparser errors #423 - Fix
svelte:componenton:event#418 - Better typings for actions #416
- Add missing SVG attributes #387