|
| 1 | + |
| 2 | +## 5.0.9 (2025-08-21) |
| 3 | + |
| 4 | +#### :bug: Bug Fix |
| 5 | +* `@vue/cli` |
| 6 | + * [#7265](https://github.com/vuejs/vue-cli/pull/7265) fix: pnpm v7 install error ([@lvqq](https://github.com/lvqq)) |
| 7 | + |
| 8 | +#### Committers: 2 |
| 9 | +- Bob van de Vijver ([@bobvandevijver](https://github.com/bobvandevijver)) |
| 10 | +- chlorine ([@lvqq](https://github.com/lvqq)) |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +## 5.0.7 (2022-07-05) |
| 18 | + |
| 19 | +* `@vue/cli-service` |
| 20 | + * [#7202](https://github.com/vuejs/vue-cli/pull/7202), [[558dea2](https://github.com/vuejs/vue-cli/commit/558dea2)] fix: support `devServer.server` option, avoid deprecation warnings ([@backrunner](https://github.com/backrunner), [@sodatea](https://github.com/sodatea)) |
| 21 | + * [[beffe8a](https://github.com/vuejs/vue-cli/commit/beffe8a)] fix: allow disabling progress plugin via `devServer.client.progress` |
| 22 | +* `@vue/cli-ui` |
| 23 | + * [#7210](https://github.com/vuejs/vue-cli/pull/7210) chore: upgrade to apollo-server-express 3.x |
| 24 | + |
| 25 | +#### Committers: 2 |
| 26 | +- BackRunner ([@backrunner](https://github.com/backrunner)) |
| 27 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +## 5.0.6 (2022-06-16) |
| 32 | + |
| 33 | +Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta). |
| 34 | + |
| 35 | +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`. |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## 5.0.5 (2022-06-16) |
| 40 | + |
| 41 | +#### :bug: Bug Fix |
| 42 | +* `@vue/cli` |
| 43 | + * [#7167](https://github.com/vuejs/vue-cli/pull/7167) feat(upgrade): prevent changing the structure of package.json file during upgrade ([@blzsaa](https://github.com/blzsaa)) |
| 44 | +* `@vue/cli-service` |
| 45 | + * [#7023](https://github.com/vuejs/vue-cli/pull/7023) fix: windows vue.config.mjs support ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 46 | + |
| 47 | +#### Committers: 3 |
| 48 | +- Martijn Jacobs ([@maerteijn](https://github.com/maerteijn)) |
| 49 | +- ZHAO Jinxiang ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe)) |
| 50 | +- [@blzsaa](https://github.com/blzsaa) |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +## 5.0.4 (2022-03-22) |
| 55 | + |
| 56 | +#### :bug: Bug Fix |
| 57 | +* `@vue/cli-service` |
| 58 | + * [#7005](https://github.com/vuejs/vue-cli/pull/7005) Better handling of `publicPath: 'auto'` ([@AndreiSoroka](https://github.com/AndreiSoroka)) |
| 59 | +* `@vue/cli-shared-utils`, `@vue/cli-ui` |
| 60 | + * [75826d6](https://github.com/vuejs/vue-cli/commit/75826d6) fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure the dependency chain |
| 61 | + |
| 62 | +#### Committers: 1 |
| 63 | +- Andrei ([@AndreiSoroka](https://github.com/AndreiSoroka)) |
| 64 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 65 | + |
| 66 | +## 5.0.3 (2022-03-15) |
| 67 | + |
| 68 | +#### :bug: Bug Fix |
| 69 | +* `@vue/cli-shared-utils`, `@vue/cli-ui` |
| 70 | + * Lock `node-ipc` to v9.2.1 |
| 71 | + |
| 72 | +## 5.0.2 (2022-03-15) |
| 73 | + |
| 74 | +#### :bug: Bug Fix |
| 75 | +* `@vue/cli-service` |
| 76 | + * [#7044](https://github.com/vuejs/vue-cli/pull/7044) fix(cli-service): devServer proxy should be optional ([@ntnyq](https://github.com/ntnyq)) |
| 77 | + * [#7039](https://github.com/vuejs/vue-cli/pull/7039) chore: add scss to LoaderOptions ([@hiblacker](https://github.com/hiblacker)) |
| 78 | + |
| 79 | +#### Committers: 2 |
| 80 | +- Blacker ([@hiblacker](https://github.com/hiblacker)) |
| 81 | +- ntnyq ([@ntnyq](https://github.com/ntnyq)) |
| 82 | + |
| 83 | + |
1 | 84 | ## 5.0.1 (2022-02-17) |
2 | 85 |
|
3 | 86 | Same as 5.0.0. |
@@ -786,6 +869,54 @@ Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starla |
786 | 869 | - Yazhe Wang ([@jeneser](https://github.com/jeneser)) |
787 | 870 |
|
788 | 871 |
|
| 872 | +## 4.5.19 (2022-06-28) |
| 873 | + |
| 874 | +IMPORTANT NOTE: [IE 11 has reached End-of-Life](https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge#what-is-the-lifecycle-policy-for-internet-explorer-). The default `browserslist` query no longer includes IE 11 as a target. |
| 875 | +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`) |
| 876 | + |
| 877 | +#### :bug: Bug Fix |
| 878 | + |
| 879 | +* `@vue/babel-preset-app` |
| 880 | + * [[c7fa1cf](https://github.com/vuejs/vue-cli/commit/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. |
| 881 | +* `@vue/cli-plugin-typescript` |
| 882 | + * [[5b57792](https://github.com/vuejs/vue-cli/commit/5b57792)] fix: typechecking with Vue 2.7, fixes #7213 |
| 883 | + |
| 884 | + |
| 885 | +## 4.5.18 (2022-06-16) |
| 886 | + |
| 887 | +Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta). |
| 888 | + |
| 889 | +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`. |
| 890 | + |
| 891 | + |
| 892 | +## 4.5.17 (2022-03-23) |
| 893 | + |
| 894 | +#### :bug: Bug Fix |
| 895 | +* `@vue/cli-shared-utils`, `@vue/cli-ui` |
| 896 | + * [d7a9881](https://github.com/vuejs/vue-cli/commit/d7a9881) fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure the dependency chain |
| 897 | + |
| 898 | +#### Committers: 1 |
| 899 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 900 | + |
| 901 | + |
| 902 | +## 4.5.16 (2022-03-15) |
| 903 | + |
| 904 | +#### :bug: Bug Fix |
| 905 | +* `@vue/cli-service` |
| 906 | + * Fix demo-lib.html and demo-wc.html for Vue 2 |
| 907 | +* `@vue/cli-shared-utils`, `@vue/cli-ui` |
| 908 | + * Lock `node-ipc` to v9.2.1 |
| 909 | + |
| 910 | + |
| 911 | +## 4.5.15 (2021-10-28) |
| 912 | + |
| 913 | +#### Bug Fixes |
| 914 | + |
| 915 | +* fix: set `.mjs` file type to `javascript/auto` [[15b1e1b]](https://github.com/vuejs/vue-cli/commit/15b1e1b6bfa40fe0b69db304a2439c66ff9ba65f) |
| 916 | + |
| 917 | +This change allows an `.mjs` file to import named exports from `.cjs` and plain `.js` files. |
| 918 | +Fixes compatibility with `pinia`. |
| 919 | + |
789 | 920 |
|
790 | 921 | ## 4.5.14 (2021-10-14) |
791 | 922 |
|
|
0 commit comments