Skip to content

Releases: vuejs/create-vue

v3.16.3

02 Apr 18:11
5411a9c
Compare
Choose a tag to compare

Bug Fixes

  • Fixed compatibility with Node.js < 20.11.0 [2b4b655]

Full Changelog: v3.16.2...v3.16.3

2025-04-02 (v3.16.2)

02 Apr 06:47
085002b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Windows path problems introduced in 3.16.0

Full Changelog: v3.16.0...v3.16.2

2025-04-02 (v3.16.0)

01 Apr 17:30
66991b7
Compare
Choose a tag to compare

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

Full Changelog: v3.15.1...v3.16.0

2025-03-09 (v3.15.1)

09 Mar 15:50
0682906
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.15.0...v3.15.1

2025-03-08 (v3.15.0)

08 Mar 15:20
0c183c8
Compare
Choose a tag to 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

ESLint

New Contributors

Full Changelog: v3.14.2...v3.15.0

2025-02-17 (v3.14.2)

17 Feb 13:44
8fcd63c
Compare
Choose a tag to compare

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)

07 Feb 14:15
7850c73
Compare
Choose a tag to compare

What's Changed

  • Dependency updates
  • Make E2E tests pass in --bare templates by @cexbrayat in #674
  • PNPM 10 compatibility fixes:
    • Cypress: add cypress install to prepare script #679
    • Nightwatch: note users to run pnpm approve-builds after install #680

New Contributors

Full Changelog: v3.14.0...v3.14.1

2025-01-22 (v3.14.0)

21 Jan 17:14
092ac9b
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies, most notably:
  • Better ESLint + TypeScript integration:
  • 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

New Contributors

Full Changelog: v3.13.0...v3.14.0

2024-12-24 (v3.13.0)

24 Dec 15:09
09d3996
Compare
Choose a tag to 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!

2024-11-30 (v3.12.2)

29 Nov 16:34
5611265
Compare
Choose a tag to compare

What's Changed

  • chore: update dependencies; most notably, Vite 6
  • perf: remove --force from the type-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, not bun build by @Hornwitser in #615

New Contributors

Full Changelog: v3.12.1...v3.12.2