Releases: vuejs/create-vue
Releases · vuejs/create-vue
v3.16.3
2025-04-02 (v3.16.2)
2025-04-02 (v3.16.0)
Notable Changes
- The
create-vue
package 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
&globalIgnores
helpers 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-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
2025-02-17 (v3.14.2)
What's Changed
Updated dependency versions. Most notably, pinia is updated to v3.
Full Changelog: v3.14.1...v3.14.2
2025-02-07 (v3.14.1)
What's Changed
- Dependency updates
- Make E2E tests pass in
--bare
templates by @cexbrayat in #674 - PNPM 10 compatibility fixes:
New Contributors
- @2giosangmitom made their first contribution in #678
Full Changelog: v3.14.0...v3.14.1
2025-01-22 (v3.14.0)
What's Changed
- Updated dependencies, most notably:
- Updated dependency vite to ^6.0.11 to address a moderate security issue
- Better ESLint + TypeScript integration:
- Updated ESLint to ^9.18.0 to use
eslint.config.ts
in TypeScript projects - Added
eslint.config.*
totsconfig.node.json
and fixed other eslint issues by @haoqunjiang in #669 - Use the
defineConfigWithVueTs
helper from@vue/eslint-config-typescript
14.3
- Updated ESLint to ^9.18.0 to use
- Better handling of prompt messages's i18n support:
- fix: extend
Intl.getCanonicalLocales
error message by @btea in #650 - fix: don't show error when locale is
C
/C.UTF-8
by @haoqunjiang in #657
- fix: extend
New Contributors
- @kevinmarrec made their first contribution in #654
- @shi0rik0 made their first contribution in #658
Full Changelog: v3.13.0...v3.14.0
2024-12-24 (v3.13.0)
Notable Changes
- fix: remove
composite: true
from tsconfigs #635 - feat: new
--bare
CLI option to generate a barebone project without example code #636 - feat: add
--help
and--version
CLI options #646 - chore: small updates to the welcome page #647
Full Changelog: v3.12.2...v3.13.0
Happy Holidays!
2024-11-30 (v3.12.2)
What's Changed
- chore: update dependencies; most notably, Vite 6
- perf: remove
--force
from thetype-check
script by @haoqunjiang in #606 - refactor: remove
baseUrl
from all TSConfig files by @haoqunjiang in #607 - fix: when using bun, the correct build command is
bun run build
, notbun build
by @Hornwitser in #615
New Contributors
- @Hornwitser made their first contribution in #615
Full Changelog: v3.12.1...v3.12.2