Releases: vuejs/create-vue
Releases · vuejs/create-vue
2026-02-02 (v3.21.0)
New Features
- feat: add a new experimental option to try out Vue 3.6 beta by @haoqunjiang in #913
To try out the beta version in existing projects, run:npx install-vue@beta.
Notable Changes
- fix(oxlint): use
buildFromOxlintConfigFilein eslint config by @cexbrayat in #915 - fix(oxlint): do not add typescript plugin to js project by @cexbrayat in #914
- chore(deps): update dependency vue-router to v5 by @renovate[bot] in #919
Full Changelog: v3.20.0...v3.21.0
2026-01-29 (v3.20.0)
Notable Changes
- feat: always include Oxlint when ESLint is selected by @haoqunjiang in #869
- feat: add vite temporarily config to gitignore by @btea in #892
Full Changelog: v3.19.0...v3.20.0
2026-01-22 (v3.19.0)
Notable Changes
- fix: revert Prettier VS Code extension ID to
esbenp.prettier-vscode#906 - refactor: use
eslint-config-prettier/flatdirectly, replacing@vue/eslint-config-prettier/skip-formatting#897 - feat: add oxfmt option to experimental section #904
Full Changelog: v3.18.5...v3.19.0
2026-01-07 (v3.18.5)
What's Changed
- fix: remove the extra space in the generated
.oxlintrc.jsonfile name (#883) by @ShanYi-Hui in #884 - chore(deps): update dependencies
- feat: use vite 8 beta instead of rolldown-vite package by @TheAlexLichter in #888
New Contributors
- @ShanYi-Hui made their first contribution in #884
Full Changelog: v3.18.4...v3.18.5
2025-12-27 (v3.18.4)
What's Changed
- chore: update dependency versions
- feat: migrate vscode default formatter from
esbenp.prettier-vscodetoprettier.prettier-vscodeby @coder-xiaomo in #863
New Contributors
- @coder-xiaomo made their first contribution in #863
Full Changelog: v3.18.3...v3.18.4
2025-11-27 (v3.18.3)
Updated dependency versions. Most notably, replaced @tsconfig/node22 with @tsconfig/node24.
Full Changelog: v3.18.2...v3.18.3
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