-
Notifications
You must be signed in to change notification settings - Fork 495
Releases: vuejs/create-vue
Releases · vuejs/create-vue
2025年07月28日 (v3.18.0)
@haoqunjiang
haoqunjiang
b19cb3d
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
Notable Changes
- Added an
engines
field in the generatedpackage.json
by @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
Assets 2
2 people reacted
2025年06月25日 (v3.17.0)
@haoqunjiang
haoqunjiang
e6ac333
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
Notable Changes
- Update dependencies, most notably, Vite 7.0
- Drop Node 18 by @btea in #743
- Experimental
rolldown-vite
option by @btea in #760
Full Changelog: v3.16.4...v3.17.0
Assets 2
1 person reacted
2025年04月07日 (v3.16.4)
@haoqunjiang
haoqunjiang
e78f61a
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
What's Changed
Full Changelog: 4c21830...v3.16.4
Assets 2
2025年04月03日 (v3.16.3)
@haoqunjiang
haoqunjiang
5411a9c
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
Assets 2
1 person reacted
2025年04月02日 (v3.16.2)
@haoqunjiang
haoqunjiang
085002b
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
Assets 2
2 people reacted
2025年04月02日 (v3.16.0)
@haoqunjiang
haoqunjiang
66991b7
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
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
Assets 2
2025年03月09日 (v3.15.1)
@haoqunjiang
haoqunjiang
0682906
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
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
Assets 2
1 person reacted
2025年03月08日 (v3.15.0)
@haoqunjiang
haoqunjiang
0c183c8
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
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
Assets 2
2025年02月17日 (v3.14.2)
@haoqunjiang
haoqunjiang
8fcd63c
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
What's Changed
Updated dependency versions. Most notably, pinia is updated to v3.
Full Changelog: v3.14.1...v3.14.2
Assets 2
2025年02月07日 (v3.14.1)
@haoqunjiang
haoqunjiang
7850c73
This commit was signed with the committer’s verified signature.
haoqunjiang
Haoqun Jiang
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
Assets 2
2 people reacted