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

Commit a5a893e

Browse files
chore: update changelog
1 parent 4a0655f commit a5a893e

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

‎CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11

22
## 5.0.7 (2022年07月05日)
33

4-
#### :bug: Bug Fix
54
* `@vue/cli-service`
6-
* [#7202](https://github.com/vuejs/vue-cli/pull/7202) fix: optimize the judgment on whether HTTPS has been set in options ([@backrunner](https://github.com/backrunner))
5+
* [#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))
6+
* [[beffe8a](https://github.com/vuejs/vue-cli/commit/beffe8a)] fix: allow disabling progress plugin via `devServer.client.progress`
7+
* `@vue/cli-ui`
8+
* [#7210](https://github.com/vuejs/vue-cli/pull/7210) chore: upgrade to apollo-server-express 3.x
79

810
#### Committers: 2
911
- BackRunner ([@backrunner](https://github.com/backrunner))
1012
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
1113

1214

1315

16+
## 5.0.6 (2022年06月16日)
17+
18+
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
19+
20+
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`.
1421

1522

1623

@@ -847,6 +854,26 @@ Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starla
847854
- Yazhe Wang ([@jeneser](https://github.com/jeneser))
848855

849856

857+
## 4.5.19 (2022年06月28日)
858+
859+
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.
860+
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`)
861+
862+
#### :bug: Bug Fix
863+
864+
* `@vue/babel-preset-app`
865+
* [[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.
866+
* `@vue/cli-plugin-typescript`
867+
* [[5b57792](https://github.com/vuejs/vue-cli/commit/5b57792)] fix: typechecking with Vue 2.7, fixes #7213
868+
869+
870+
## 4.5.18 (2022年06月16日)
871+
872+
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
873+
874+
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`.
875+
876+
850877
## 4.5.17 (2022年03月23日)
851878

852879
#### :bug: Bug Fix

0 commit comments

Comments
(0)

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