Skip to content

Releases: vuejs/vue-cli

v5.0.9

21 Aug 11:11
7eb93c1
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • @vue/cli-service
    • #7443 fix: add missing default __VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@bobvandevijver)

v5.0.8

07 Jul 11:46
b154dbd
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • @vue/cli-service
    • 0260e4d fix: add devServer.server.type to useHttps judgement (#7222)
  • @vue/cli-ui
    • 07052c4 fix: Vue CLI UI graphql subscription server error, fixes #7221

v5.0.7

05 Jul 09:02
4a0655f
Compare
Choose a tag to compare
  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

v4.5.19

28 Jun 05:30
bef7a67
Compare
Choose a tag to compare

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

๐Ÿ› Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v5.0.6

16 Jun 14:46
ef08a08
Compare
Choose a tag to compare

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v5.0.5

16 Jun 06:17
98c66c9
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • @vue/cli
    • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@blzsaa)
  • @vue/cli-service
  • @vue/cli-plugin-e2e-cypress
    • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

Committers: 3

v4.5.18

16 Jun 14:46
9245eb2
Compare
Choose a tag to compare

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

23 Mar 05:58
58ff39c
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v5.0.4

22 Mar 14:32
ca97fc2
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v5.0.3

15 Mar 13:24
dd53f26
Compare
Choose a tag to compare

5.0.3 (2022-03-15)

๐Ÿ› Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1