2025-03-08 (v3.15.0)
Notable Changes
CLI Experience
- We now show a multiselect for feature options instead of individual Yes/No prompts #695
- If you are using feature flags to skip the feature prompts, we now provide two new feature flags
--eslint-with-oxlint
and--prettier
#682
Prettier
- Prettier version in a generated project is now pinned, as recommended by the Prettier team
ESLint
- Updated
eslint-plugin-vue
to v10. The most notable change is for JavaScript projects - browserglobals
must now be explicitly configured ineslint.config.js
New Contributors
- @hiTommyhu made their first contribution in #700
Full Changelog: v3.14.2...v3.15.0