Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte-check-1.1.34
extensions-104.4.1
- (fix) svelte2tsx: filter out chars not allowed in JSX (#806)
- (fix) infer element type for directives. Silences wrong type errors (#815)
- (fix) add missing events to Window
- (fix) template highlighting (#694)
- (fix) syntax highlighting around
$
(#812) - (fix) semantic tokens: filter out negative length, sort tokens (#808)
svelte-check-1.1.33
- (fix) transform slot
bind:this
(allowed for custom elements) (#803)
extensions-104.4.0
extensions-104.3.0
svelte-check-1.1.32
- (fix) fallback param for built-in transition/animate to silence wrong errors about missing params (#785)
svelte-check-1.1.31
Test release to test new deployment setup
extensions-104.2.1
Test release to test new deployment setup
104.1.1
104.1.0
- (feat) listen to TS/JS file changes - you no longer need to save the files for the changes to be noticed by the Svelte extension (#636)
- (feat) autocompletion schemas for
prettier-plugin-svelte
options (#770) - (perf) cap full file semantic tokens (#772)
- (fix) remove
options
from svelteSortOrder if user usesprettier-plugin-svelte
version1.x
- (fix) turn off diagnostics for coffeescript (#780)
- (fix) adjust end of range mapping (#762)
- (fix) correct Events typing in svelte-shims.d.ts (#775)
- (fix) syntax highlighting for self-closing tags (#773)
- (fix) different action/animation/transition transformation to avoid incorrect type inference in edge cases (#754)