2024-03-11 (v3.10.0)
Notable Changes
- Updated dependency
vue-tsc
to v2 https://github.com/vuejs/language-tools/releases/tag/v2.0.0 - For VS Code users who also need TypeScript support:
- Takeover Mode has been deprecated. The official Vue extension alone is now as performant as the previous Takeover Mode.
- Therefore, the TypeScript Vue Plugin (Volar) has been removed from the recommended extensions list (by @Yordan-Ramchev in #458)
- For Prettier users: a VSCode configuration would now be created to make Prettier the default formatted (by @Yordan-Ramchev in #442)
- For Playwright + ESLint users:
eslint-plugin-playwright
would now be included in the default ESLint configuration (by @georgi-mateev in #433) - An experimental option to enable integration with the next iteration of Vue DevTools (by @Yordan-Ramchev in #460)
- Fixed README generation when Nightwatch + Vitest is used together by @btea in #448
New Contributors
- @liruifengv made their first contribution in #439
- @georgi-mateev made their first contribution in #433
- @Yordan-Ramchev made their first contribution in #442
Full Changelog: v3.9.2...v3.10.0