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

2024年03月19日 (v3.10.2)

19 Mar 08:56
@haoqunjiang haoqunjiang
9850119
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

  • Turn on VSCode autofix-on-save when ESLint is used (by @yoshi-pi in #467)
  • Fixed command instructions when using bun create vue@latest (by @ccjr1120 in #471)

New Contributors

Full Changelog: v3.10.1...v3.10.2

Contributors

yoshi-pi and ccjr1120
Loading
Yordan-Ramchev, DWolf-19, hezhongfeng, and yoshi-pi reacted with hooray emoji
4 people reacted

2024年03月12日 (v3.10.1)

12 Mar 08:24
@haoqunjiang haoqunjiang
a772339
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

  • Fixed a CLI bug where additional arguments (e.g. --typescript) caused the wrong target directory name to be inferred

Full Changelog: v3.10.0...v3.10.1

Loading
huynhdev24 reacted with thumbs up emoji Yordan-Ramchev reacted with hooray emoji
2 people reacted

2024年03月11日 (v3.10.0)

11 Mar 07:47
@haoqunjiang haoqunjiang
5100a92
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

New Contributors

Full Changelog: v3.9.2...v3.10.0

Contributors

btea, liruifengv, and 2 other contributors
Loading
messenjer and DWolf-19 reacted with rocket emoji
2 people reacted

2024年01月30日 (v3.9.2)

30 Jan 15:31
@haoqunjiang haoqunjiang
4ec1468
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

  • Updated dependency versions, most notably:
    • Updated dependency @vitejs/plugin-vue to v5
    • Updated dependency @types/node to v20 and replaced @tsconfig/node18 with tsconfig/node20
  • Added zh-Hant locale by @CoolPlayLin in #365
  • Explicitly set tsBuildInfoFile in tsconfig.*.json files by @sodatea in #409

Full Changelog: v3.9.1...v3.9.2

Contributors

haoqunjiang and CoolPlayLin
Loading
artsmp0 and xiaou66 reacted with hooray emoji
2 people reacted

2023年12月16日 (v3.9.1)

15 Dec 17:13
@haoqunjiang haoqunjiang
9815de9
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

Full Changelog: v3.9.0...v3.9.1

Contributors

cexbrayat
Loading
messenjer, adydetra, and dangddang reacted with thumbs up emoji vlbn reacted with eyes emoji
4 people reacted

2023年12月06日 (v3.9.0)

06 Dec 09:18
@haoqunjiang haoqunjiang
773d698
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

  • Updated dependency versions, most notably:
  • Updated most project templates to use "type": "module" in package.json
    • This helps avoid Vite 5's CJS Node API deprecation warning. But you might still see a few such warnings here and there; that's because some tools depending on Vite haven't migrated to ESM yet. We'll continue to push the ecosystem forward and eliminate these warnings whenever possible.
    • For more info on the deprecation warning, see https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated
  • I18n improvements
  • Type-checking improvements #274:
    • We now use the vue-tsc --build --force command for type-checking, instead of the cumbersome vue-tsc --noEmit -p tsconfig.app.json --composite false. After this change, the type-check command is able to check all files in the project and catch more errors.
    • To adopt this approach in an existing project, you need to:
      1. Make sure you are using TypeScript >= 5
      2. Add *.tsbuildinfo to the end of .gitignore
      3. Add "noEmit": true to the compilerOptions in all existing tsconfig.*.jsons, such as tsconfig.app.json and tsconfig.node.json.
  • Added jsconfig.json for JS projects by @GraxMonzo in #102
  • Fixed Nightwatch integration by @cexbrayat in #386

New Contributors

Full Changelog: v3.8.0...v3.9.0

Contributors

cexbrayat, beta, and 4 other contributors
Loading
lorand-horvath, volkovnd, melaku-z, hezhongfeng, wzc520pyfm, alikaram98, and haosmos reacted with thumbs up emoji messenjer reacted with hooray emoji
8 people reacted

2023年10月20日 (v3.8.0)

20 Oct 07:38
@haoqunjiang haoqunjiang
d01bf16
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

New Contributors

Full Changelog: v3.7.5...v3.8.0

Contributors

cexbrayat, luventa, and miguel-martinr
Loading
lorand-horvath, kufre-abasi, adydetra, and Me-Phew reacted with thumbs up emoji Me-Phew reacted with heart emoji
4 people reacted

2023年09月20日 (v3.7.5)

19 Sep 17:19
@haoqunjiang haoqunjiang
0932e00
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

  • Updated dependency versions.
  • Replace npm-run-all with npm-run-all2 (correctly) by @cexbrayat in #343

Full Changelog: v3.7.4...v3.7.5

Contributors

cexbrayat
Loading
hazadus and weizhanzhan reacted with thumbs up emoji
2 people reacted

2023年09月14日 (v3.7.4)

14 Sep 12:16
@haoqunjiang haoqunjiang
64b03f9
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

  • (削除) Replaced npm-run-all with its maintained fork npm-run-all2 (削除ここまで) It's not actually replaced until the v3.7.5 release.
  • Updated the build script in the TypeScript template, to allow passing arguments to vite build (by @wsehl in #338)
  • Updated dependency versions.

New Contributors

Full Changelog: v3.7.3...v3.7.4

Contributors

wsehl
Loading
hausg, Jhon-Henkel, angelhdzmultimedia, hezhongfeng, and wsehl reacted with thumbs up emoji huynhdev24 reacted with hooray emoji
6 people reacted

2023年08月19日 (v3.7.3)

19 Aug 05:41
@haoqunjiang haoqunjiang
9688063
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

Full Changelog: v3.7.2...v3.7.3

Contributors

zhhbstudio
Loading
lorand-horvath, Borrus-sudo, ahmedragab20, sardor01, meitrix8208, yigittosun, Jhon-Henkel, liuyuanyuannumberone, tpkee, HassanRaza375, and ettaegbe reacted with thumbs up emoji yigittosun, Ilove-Heng, Jhon-Henkel, HeyEverton, and DevKowalsky reacted with heart emoji
14 people reacted

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