Releases: vuejs/create-vue
Releases · vuejs/create-vue
2025-10-22 (3.18.2)
Notable Changes
- Added the
--experimental-cliflag to the Prettier formatting command by @btea in #837 - Added the
--cacheflag to the ESLint command by @btea in vuejs/create-eslint-config#90 - Added
.eslintcacheto.gitignoreby @btea in #836 - Added
__screenshots__directory to.gitignoreby @cexbrayat in #829
Full Changelog: v3.18.1...v3.18.2
2025-09-29 (3.18.1)
Updated dependency versions.
2025-07-28 (v3.18.0)
Notable Changes
- Added an
enginesfield in the generatedpackage.jsonby @btea in #775 - Added a prompt to skip example code by @haoqunjiang in #787
New Contributors
- @skirtles-code made their first contribution in #774
Full Changelog: v3.17.0...v3.18.0
2025-06-25 (v3.17.0)
Notable Changes
- Update dependencies, most notably, Vite 7.0
- Drop Node 18 by @btea in #743
- Experimental
rolldown-viteoption by @btea in #760
Full Changelog: v3.16.4...v3.17.0
2025-04-07 (v3.16.4)
What's Changed
Full Changelog: 4c21830...v3.16.4
2025-04-03 (v3.16.3)
2025-04-02 (v3.16.2)
2025-04-02 (v3.16.0)
Notable Changes
- The
create-vuepackage is now bundled by Rolldown instead of esbuild #721 - Better Oxlint + VS Code integration #720
- Dependency updates. Notably, the generated ESLint config now uses the
defineConfig&globalIgnoreshelpers from ESLint 9.22+.
New Contributors
- @findrakecil made their first contribution in #718
Full Changelog: v3.15.1...v3.16.0
2025-03-09 (v3.15.1)
What's Changed
- fix(config): move prettier script inside the script section by @dennybiasiolli in #709
New Contributors
- @dennybiasiolli made their first contribution in #709
Full Changelog: v3.15.0...v3.15.1
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-oxlintand--prettier#682
Prettier
- Prettier version in a generated project is now pinned, as recommended by the Prettier team
ESLint
- Updated
eslint-plugin-vueto v10. The most notable change is for JavaScript projects - browserglobalsmust now be explicitly configured ineslint.config.js
New Contributors
- @hiTommyhu made their first contribution in #700
Full Changelog: v3.14.2...v3.15.0