Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: vuejs/create-vue

2025年01月22日 (v3.14.0)

21 Jan 17:14
@haoqunjiang haoqunjiang
092ac9b
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

haoqunjiang, shi0rik0, and 2 other contributors
Loading
messenjer reacted with hooray emoji
1 person reacted

2024年12月24日 (v3.13.0)

24 Dec 15:09
@haoqunjiang haoqunjiang
09d3996
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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!

Loading
fadrian06 and TNTSuperMan reacted with heart emoji
2 people reacted

2024年11月30日 (v3.12.2)

29 Nov 16:34
@haoqunjiang haoqunjiang
5611265
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

haoqunjiang and Hornwitser
Loading
Yordan-Ramchev and messenjer reacted with hooray emoji
2 people reacted

2024年11月08日 (v3.12.1)

08 Nov 14:45
@haoqunjiang haoqunjiang
d7bd4b7
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • DevTools v7 is no longer experimental. vite-plugin-vue-devtools is included in the base template for all new projects.
  • TypeScript projects now come with @types/node v22 and @tsconfig/node22, as Node.js v22 has recently become the active LTS
  • fix(oxlint): avoid linting unnecessary files by adding --ignore-path .gitignore to the lint:oxlint script.

Full Changelog: v3.12.0...v3.12.1

Loading
vue-v1rt24 and juliandreas reacted with thumbs up emoji fadrian06, Denisskas, and ndriodna reacted with heart emoji
5 people reacted

2024年11月05日 (v3.12.0)

05 Nov 08:59
@haoqunjiang haoqunjiang
bcf58c5
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Notable Changes

Note

If you want to try Oxlint out in your existing project following our setup, please be aware that it's not a drop-in replacement. Oxlint could catch more errors than the previous default ESLint configuration.
It's because Oxlint's correctness rule category also contains rules from other popular community plugins such as unicorn, while the previous default ESLint configuration only errors on recommended rules from @eslint/js, typescript-eslint, eslint-plugin-vue, and other project-specific plugins.

  • chore: dependency maintenance
  • chore: mark template files as CC0 1.0 (public domain) by @btea in #594
  • fix(index.html): set lang attribute to an empty string, dropping English as the default language by @botic in #600
    Please set your preferred language manually after scaffolding the project
  • feat(Prettier): align the default prettier style with create-vue instead of vue core by @haoqunjiang in 5c93155
    (TL;DR: removed "arrowParens": "avoid" and added "printWidth": 100)

New Contributors

Full Changelog: v3.11.2...v3.12.0

Contributors

botic, haoqunjiang, and btea
Loading
vue-v1rt24 reacted with thumbs up emoji messenjer, Denisskas, okineadev, ParasSolanki, fadrian06, and angelhdzmultimedia reacted with rocket emoji
7 people reacted

2024年10月25日 (v3.11.2)

24 Oct 17:29
@haoqunjiang haoqunjiang
04fa446
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • feat: add EditorConfig to .vscode/extensions.json when ESLint is selected by @yoshi-pi in #584
  • chore: dependency maintenance; most notably, update dependency typescript to ~5.6.0

Full Changelog: v3.11.1...v3.11.2

Contributors

yoshi-pi
Loading
fadrian06, yoshi-pi, and alikaram98 reacted with heart emoji
3 people reacted

2024年10月15日 (v3.11.1)

15 Oct 07:39
@haoqunjiang haoqunjiang
938c3ce
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • chore: dependency maintenance
  • feat(All): add VS Code file nesting config to the base template by @haoqunjiang in #577
  • fix(ESLint): remove comment from generated config by @cexbrayat in #578
  • fix(Cypress + TypeScript): move tsconfig.json for cypress e2e a level up for better tooling compatibility [5027f2b]

Full Changelog: v3.11.0...v3.11.1

Contributors

cexbrayat and haoqunjiang
Loading
suleiman-hamza and Denisskas reacted with thumbs up emoji
2 people reacted

2024年10月11日 (v3.11.0)

11 Oct 07:29
@haoqunjiang haoqunjiang
db027a2
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • chore: dependency maintenance
  • feat(ESLint): support ESLint 9 Flat Config by @haoqunjiang in #573
  • feat(ESLint + Vitest): add @vitest/eslint-plugin by @cexbrayat in #559
  • feat(Vitest): add Vitest VSCode extension recommendation by @btea in #553
  • fix(Playwright): use npm run to start the server on default port by @zetaraku in #540

New Contributors

Full Changelog: v3.10.4...v3.11.0

Contributors

cexbrayat, haoqunjiang, and 2 other contributors
Loading
bblanchon, Denisskas, grig0ry, messenjer, JoseGoncalves, Yordan-Ramchev, yoshi-pi, landeaux, vue-v1rt24, fadrian06, and 2 more reacted with hooray emoji
12 people reacted

2024年06月19日 (v3.10.4)

19 Jun 07:04
@haoqunjiang haoqunjiang
da03911
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog: v3.10.3...v3.10.4

Contributors

cexbrayat, Muluk-m, and aisevim
Loading
hezhongfeng and alikaram98 reacted with thumbs up emoji
2 people reacted

v3.10.3

19 Jun 07:03
@haoqunjiang haoqunjiang
c31c47a
This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
GPG key ID: BC1665FD8DE94CD5
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog: v3.10.2...v3.10.3

Contributors

messenjer and toto6038
Loading
messenjer reacted with hooray emoji
1 person reacted

AltStyle によって変換されたページ (->オリジナル) /