Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte-check-2.9.1
language-server-0.14.36
- (fix) config null check (#1646)
- (fix) add JSDoc before the export keyword in quick-fix (#1643)
- (fix) silence duplicate props warning for window/body (#1656)
- (fix) various update import fixes (#1659)
- (fix) fixes around SvelteKit imports (#1663)
- (fix) add print-color-adjust (#1661)
- (perf) smart priority for semantic tokens (#1654)
extensions-106.1.1
- (fix) config null check (#1646)
- (fix) add JSDoc before the export keyword in quick-fix (#1643)
- (fix) silence duplicate props warning for window/body (#1656)
- (fix) various update import fixes (#1659)
- (fix) fixes around SvelteKit imports (#1663)
- (fix) add print-color-adjust (#1661)
- (fix) SvelteKit create route tweaks (#1655)
- (perf) smart priority for semantic tokens (should be more responsive on fast PCs) (#1654)
svelte2tsx-0.5.18
language-server-0.14.35
- (fix) better completions for tags in broken state (#1642)
extensions-106.1.0
typescript-plugin-0.3.9
- (fix) prevent crash during completions (#1629)
svelte2tsx-0.5.17
language-server-0.14.34
- (feat) format new text in code action and completion (#1598)
extensions-106.0.0
- (fix) prevent crash during completions (#1629)
- (fix) better handling of prettier config files (#1622)
- (fix) user defined prettier plugins gets overridden by svelte plugin (#1623)
- (fix) new line before the JSDoc of the first import (#1621)
- (fix) style directive with multiple values (#1632)
- (feat) format new text in code action and completion (#1598)
BREAKING CHANGE
The new transformation is now enabled by default. You can turn it off by setting svelte.plugin.svelte.useNewTransformation to false. The new transformation brings improved intellisense. If you find bugs, please report them. You can also provide feedback at #1352 . After a testing phase, the old transformation will be removed an svelte-check version 3 with only the new transformation will be released. You can use the new transformation with svelte-check now already by running it with the flag --use-new-transformation true