2023-05-05 (v3.6.2)
Notable Changes
- The default TypeScript version is updated to
~5.0
(#255).@vue/tsconfig
is updated from 0.1.x to 0.3.x. Manually migration is required for old projects since there are breaking changes. More details available at https://github.com/vuejs/tsconfig#migrating-from-typescript--50
- Droped support for Node.js 14 as it has reached End-of-Life.
- If you plan to upgrade to Node.js 18, please note that 18.16 has a regression that breaks some users' testing setups. If you encounter similar errors, please stay with 18.15 until Node.js fixes it.
- Added Playwright VS Code extension recommendation. (by @btea in #250)
Other Contributors
Full Changelog: v3.6.1...v3.6.2
How to Upgrade an Existing Project: #70 (comment)