2023-02-28 (v3.6.1)
Notable Changes
- The default TypeScript version is updated to
~4.8
.- Holding off on 4.9 because of an annoying bug in TypeScript 4.9 that causes autocompletion issues in VS Code vuejs/language-tools#2190
- The fix has already been landed in TypeScript but not yet released microsoft/TypeScript#52686
- Feel free to update to TypeScript 4.9 to enjoy the new features as long as you know how to work around the bug or do not care about it.
tsconfig.config.json
is renamed totsconfig.node.json
, to keep consistency with Vite templates (by @tjx666 in #232)
Full Changelog: v3.6.0...v3.6.1
How to Upgrade an Existing Project: #70 (comment)