Skip to content

Commit 2d3116e

Browse files
committed
v5.0.0-beta.0
1 parent de52581 commit 2d3116e

File tree

25 files changed

+114
-60
lines changed

25 files changed

+114
-60
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
11

2+
## 5.0.0-beta.0 (2021-04-25)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-typescript`
6+
* [#6428](https://github.com/vuejs/vue-cli/pull/6428) feat(plugin-typescript): add all recommended tsconfig ([@IndexXuan](https://github.com/IndexXuan))
7+
* `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
8+
* [#6420](https://github.com/vuejs/vue-cli/pull/6420) feat!: upgrade to css-minimizer-webpack-plugin v2 ([@sodatea](https://github.com/sodatea))
9+
* `@vue/cli-service`
10+
* [#6422](https://github.com/vuejs/vue-cli/pull/6422) feat!: always inject safari-nomodule-fix as an external script; drop `--no-unsafe-inline` flag ([@sodatea](https://github.com/sodatea))
11+
* [#6285](https://github.com/vuejs/vue-cli/pull/6285) feat(cli-service): provide jsconfig.json in no-ts template ([@yoyo930021](https://github.com/yoyo930021))
12+
* [#5997](https://github.com/vuejs/vue-cli/pull/5997) feat(cli-service): add inline loader support for html-webpack-plugin ([@ylc395](https://github.com/ylc395))
13+
* `@vue/babel-preset-app`, `@vue/cli-service`
14+
* [#6419](https://github.com/vuejs/vue-cli/pull/6419) feat: only needs one bundle if all targets support es module ([@sodatea](https://github.com/sodatea))
15+
* `@vue/cli-plugin-babel`, `@vue/cli-service`, `@vue/cli-ui`
16+
* [#6416](https://github.com/vuejs/vue-cli/pull/6416) feat!: turn on modern mode by default, and provide a `--no-module` option ([@sodatea](https://github.com/sodatea))
17+
* `@vue/cli-plugin-typescript`, `@vue/cli-service`
18+
* [#6405](https://github.com/vuejs/vue-cli/pull/6405) feat: support `vue.config.mjs` ([@sodatea](https://github.com/sodatea))
19+
20+
#### :boom: Breaking Changes
21+
* `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
22+
* [#6439](https://github.com/vuejs/vue-cli/pull/6439) feat!: drop IE11 support in CLI UI ([@sodatea](https://github.com/sodatea))
23+
* `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
24+
* [#6420](https://github.com/vuejs/vue-cli/pull/6420) feat!: upgrade to css-minimizer-webpack-plugin v2 ([@sodatea](https://github.com/sodatea))
25+
* `@vue/cli-service`
26+
* [#6422](https://github.com/vuejs/vue-cli/pull/6422) feat!: always inject safari-nomodule-fix as an external script; drop `--no-unsafe-inline` flag ([@sodatea](https://github.com/sodatea))
27+
* `@vue/cli-plugin-babel`, `@vue/cli-service`, `@vue/cli-ui`
28+
* [#6416](https://github.com/vuejs/vue-cli/pull/6416) feat!: turn on modern mode by default, and provide a `--no-module` option ([@sodatea](https://github.com/sodatea))
29+
30+
#### :bug: Bug Fix
31+
* `@vue/cli-ui`
32+
* [#6440](https://github.com/vuejs/vue-cli/pull/6440) fix(ui): fix publicPath documentation link ([@jeffreyyjp](https://github.com/jeffreyyjp))
33+
* `@vue/cli-service`
34+
* [#6437](https://github.com/vuejs/vue-cli/pull/6437) fix: should not include IE11 target in Vue 3 projects ([@sodatea](https://github.com/sodatea))
35+
* [#6402](https://github.com/vuejs/vue-cli/pull/6402) fix(cli-service): respect the existing 'devtool' ([@fangbinwei](https://github.com/fangbinwei))
36+
* `@vue/cli-plugin-unit-jest`
37+
* [#6418](https://github.com/vuejs/vue-cli/pull/6418) Show fallback message for typescript jest preset if ts-jest is not in… ([@m0ksem](https://github.com/m0ksem))
38+
* `@vue/cli-plugin-unit-mocha`
39+
* [#6400](https://github.com/vuejs/vue-cli/pull/6400) fix(mocha): workaround the SVGElement issue in Vue ([@fangbinwei](https://github.com/fangbinwei))
40+
41+
#### :memo: Documentation
42+
* [#6438](https://github.com/vuejs/vue-cli/pull/6438) docs: add modern mode changes to the migration guide ([@sodatea](https://github.com/sodatea))
43+
44+
#### Committers: 8
45+
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
46+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
47+
- IU ([@yoyo930021](https://github.com/yoyo930021))
48+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
49+
- Jeffrey Yang ([@jeffreyyjp](https://github.com/jeffreyyjp))
50+
- Maksim Nedoshev ([@m0ksem](https://github.com/m0ksem))
51+
- PENG Rui ([@IndexXuan](https://github.com/IndexXuan))
52+
- 叡山电车 ([@ylc395](https://github.com/ylc395))
53+
54+
55+
256
## 5.0.0-alpha.8 (2021-03-24)
357

458
#### :rocket: New Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "5.0.0-alpha.8",
4+
"version": "5.0.0-beta.0",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

packages/@vue/babel-preset-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

packages/@vue/cli-plugin-babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.12.16",
24-
"@vue/babel-preset-app": "^5.0.0-alpha.8",
25-
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
24+
"@vue/babel-preset-app": "^5.0.0-beta.0",
25+
"@vue/cli-shared-utils": "^5.0.0-beta.0",
2626
"babel-loader": "^8.2.2",
2727
"thread-loader": "^3.0.0",
2828
"webpack": "^5.22.0"

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
26+
"@vue/cli-shared-utils": "^5.0.0-beta.0",
2727
"cypress": "^7.1.0",
2828
"eslint-plugin-cypress": "^2.11.2"
2929
},

packages/@vue/cli-plugin-e2e-nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
26+
"@vue/cli-shared-utils": "^5.0.0-beta.0",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^1.4.1"
2929
},

packages/@vue/cli-plugin-e2e-webdriverio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-webdriverio",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "e2e-webdriverio plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@types/mocha": "^8.2.1",
29-
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
29+
"@vue/cli-shared-utils": "^5.0.0-beta.0",
3030
"@wdio/cli": "^7.0.7",
3131
"@wdio/local-runner": "^7.0.7",
3232
"@wdio/mocha-framework": "^7.0.7",

packages/@vue/cli-plugin-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-beta.0",
44
"description": "eslint plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
26+
"@vue/cli-shared-utils": "^5.0.0-beta.0",
2727
"eslint-webpack-plugin": "2.4.3",
2828
"globby": "^11.0.2",
2929
"inquirer": "^8.0.0",

0 commit comments

Comments
 (0)