Skip to content

Releases: vuejs/create-vue

2023-07-25 (v3.7.2)

25 Jul 05:32
8a328cd
Compare
Choose a tag to compare

Notable Changes

  • Updated dependency versions. Notably:
    • Updated dependency @tsconfig/node18 to v18.
      • If you want to update to this version in an existing project, please explicitly set moduleResolution to bundler in tsconfig.node.json, see f0e47a6
    • Updated dependency prettier to v3.
      • If you want to update to this version in an existing project, please make sure @vue/eslint-config-prettier is also updated to the latest 8.0.0 version.
  • Worked around the type issue in vitest.config.ts (b948832)
    • Please make sure you are on the latest Vite version so that this workaround can take effect.
    • Note that pnpm 8 uses resolution-mode: lowest-direct by default. So, in an existing project, pnpm install won't get the latest dependency versions automatically, you need to run pnpm up manually.

Full Changelog: v3.7.1...v3.7.2

2023-06-13 (v3.7.1)

25 Jul 05:16
111b7a0
Compare
Choose a tag to compare
  • Fixes a regression that the --tests flag would generate both Cypress and Nightwatch templates, closes #297

Full Changelog: v3.7.0...v3.7.1

2023-06-12 (v3.7.0)

12 Jun 08:07
eccd98e
Compare
Choose a tag to compare

Notable Changes

New Contributors

Full Changelog: v3.6.4...v3.7.0
How to Upgrade an Existing Project: #70 (comment)

2023-05-12 (v3.6.4)

12 May 15:44
df4bebf
Compare
Choose a tag to compare

Notable Changes

  • Updated the type-check script, fixing an bug introduced in the 2023-05-05 release that the type-check script in many templates has no effect at all #275
  • Configured transformMode.web in vitest.config.js to support testing JSX/TSX components (by @lakb248 in #269)
  • Removed * { position: relative } from base.css to avoid pollution of global style (by @btea in #271)

Full Changelog: v3.6.3...v3.6.4
How to Upgrade an Existing Project: #70 (comment)

2023-05-06 (v3.6.3)

06 May 12:23
025c912
Compare
Choose a tag to compare

Notable Changes

  • Added "module": "ESNext" to tsconfig.node.json (by @jahnli in #266)

Full Changelog: v3.6.2...v3.6.3
How to Upgrade an Existing Project: #70 (comment)

2023-05-05 (v3.6.2)

05 May 08:09
0d58c53
Compare
Choose a tag to compare

Notable Changes

Other Contributors

Full Changelog: v3.6.1...v3.6.2
How to Upgrade an Existing Project: #70 (comment)

2023-02-28 (v3.6.1)

02 Mar 15:00
b52bafe
Compare
Choose a tag to compare

Notable Changes

  • The default TypeScript version is updated to ~4.8.
  • tsconfig.config.json is renamed to tsconfig.node.json, to keep consistency with Vite templates (by @tjx666 in #232)

Full Changelog: v3.6.0...v3.6.1
How to Upgrade an Existing Project: #70 (comment)

2023-02-23 (v3.6.0)

02 Mar 14:47
6372b3d
Compare
Choose a tag to compare

Notable Changes

Other Contributors

Full Changelog: v3.5.0...v3.6.0
How to Upgrade an Existing Project: #70 (comment)