- Notifications
You must be signed in to change notification settings - Fork476
Releases: vuejs/create-vue
2025-04-07 (v3.16.4)
e78f61a
Compare
What's Changed
Full Changelog:4c21830...v3.16.4
2025-04-03 (v3.16.3)
5411a9c
Compare
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-04-02 (v3.16.2)
085002b
Compare
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-04-02 (v3.16.0)
66991b7
Compare
Notable Changes
- The
create-vue
package is now bundled byRolldown instead of esbuild#721 - Better Oxlint + VS Code integration#720
- Dependency updates. Notably, the generated ESLint config now uses the
defineConfig
&globalIgnores
helpers fromESLint 9.22+.
New Contributors
- @findrakecil made their first contribution in#718
Full Changelog:v3.15.1...v3.16.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-03-09 (v3.15.1)
0682906
Compare
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-03-08 (v3.15.0)
0c183c8
Compare
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, asrecommended by the Prettier team
ESLint
- Updated
eslint-plugin-vue
to v10. The most notable change is for JavaScript projects - browserglobals
must now beexplicitly configured ineslint.config.js
New Contributors
- @hiTommyhu made their first contribution in#700
Full Changelog:v3.14.2...v3.15.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-02-17 (v3.14.2)
8fcd63c
Compare
What's Changed
Updated dependency versions. Most notably,pinia is updated to v3.
Full Changelog:v3.14.1...v3.14.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-02-07 (v3.14.1)
7850c73
Compare
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2025-01-22 (v3.14.0)
092ac9b
Compare
What's Changed
- Updated dependencies, most notably:
- Updated dependency vite to ^6.0.11 to address amoderate 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2024-12-24 (v3.13.0)
09d3996
Compare
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!
Assets2
Uh oh!
There was an error while loading.Please reload this page.