File tree 23 files changed +106
-72
lines changed
cli-plugin-e2e-nightwatch 23 files changed +106
-72
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 3.12.0 (2019-10-10)
3
+
4
+ #### :rocket : New Features
5
+ * ` @vue/cli-service `
6
+ * [ #4662 ] ( https://github.com/vuejs/vue-cli/pull/4662 ) [ v3] Support sass-loader v8 ([ @sodatea ] ( https://github.com/sodatea ) )
7
+
8
+ #### :bug : Bug Fix
9
+ * ` @vue/cli-service `
10
+ * [ #4666 ] ( https://github.com/vuejs/vue-cli/pull/4666 ) fix: fix redundant log messages from webpack-dev-server ([ @sodatea ] ( https://github.com/sodatea ) )
11
+ * [ #4613 ] ( https://github.com/vuejs/vue-cli/pull/4613 ) fix: correctly ignore html templates in copy-webpack-plugin ([ @sodatea ] ( https://github.com/sodatea ) )
12
+ * [ #4550 ] ( https://github.com/vuejs/vue-cli/pull/4550 ) fix: should not proxy sockjs endpoint ([ @sodatea ] ( https://github.com/sodatea ) )
13
+ * [ #4654 ] ( https://github.com/vuejs/vue-cli/pull/4654 ) fix: fix ie11 compatibility when css.extract set to true ([ @sodatea ] ( https://github.com/sodatea ) )
14
+ * ` @vue/cli-shared-utils `
15
+ * [ #4512 ] ( https://github.com/vuejs/vue-cli/pull/4512 ) fix(pluginResolution): support dots in scope names ([ @ma-jahn ] ( https://github.com/ma-jahn ) )
16
+ * ` @vue/cli `
17
+ * [ #4525 ] ( https://github.com/vuejs/vue-cli/pull/4525 ) fix: remove the nonexistent ` test ` command from generated README ([ @cexbrayat ] ( https://github.com/cexbrayat ) )
18
+
19
+ #### :memo : Documentation
20
+ * ` @vue/cli `
21
+ * [ #4551 ] ( https://github.com/vuejs/vue-cli/pull/4551 ) docs: remove run for yarn commands in readme ([ @cexbrayat ] ( https://github.com/cexbrayat ) )
22
+ * Other
23
+ * [ #4561 ] ( https://github.com/vuejs/vue-cli/pull/4561 ) Edited Dockerfile of Docker(Nginx) deployment doc ([ @vahdet ] ( https://github.com/vahdet ) )
24
+ * [ #4500 ] ( https://github.com/vuejs/vue-cli/pull/4500 ) Documentation typo fixes ([ @owanhunte ] ( https://github.com/owanhunte ) )
25
+
26
+ #### Committers: 6
27
+ - Cédric Exbrayat ([ @cexbrayat ] ( https://github.com/cexbrayat ) )
28
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
29
+ - Marcel Jahn ([ @ma-jahn ] ( https://github.com/ma-jahn ) )
30
+ - Natalia Tepluhina ([ @NataliaTepluhina ] ( https://github.com/NataliaTepluhina ) )
31
+ - Owan Hunte ([ @owanhunte ] ( https://github.com/owanhunte ) )
32
+ - vahdet ([ @vahdet ] ( https://github.com/vahdet ) )
33
+
34
+
35
+
2
36
## 3.11.0 (2019-08-21)
3
37
4
38
#### :rocket : New Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : false ,
4
- "version" : " 3.11 .0" ,
4
+ "version" : " 3.12 .0" ,
5
5
"packages" : [
6
6
" packages/@vue/babel-preset-app" ,
7
7
" packages/@vue/cli*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-preset-app" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " babel-preset-app for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-init" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " init addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-overlay" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " error overlay & dev server middleware for vue-cli" ,
5
5
"main" : " dist/client.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-babel" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " babel plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
21
21
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme" ,
22
22
"dependencies" : {
23
23
"@babel/core" : " ^7.0.0" ,
24
- "@vue/babel-preset-app" : " ^3.11 .0" ,
25
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
24
+ "@vue/babel-preset-app" : " ^3.12 .0" ,
25
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
26
26
"babel-loader" : " ^8.0.5" ,
27
27
"webpack" : " ^4.0.0"
28
28
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-cypress" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " e2e-cypress plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
26
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
27
27
"cypress" : " ^3.2.0" ,
28
28
"eslint-plugin-cypress" : " ^2.2.1"
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-nightwatch" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " e2e-nightwatch plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
26
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
27
27
"chromedriver" : " ^2.46.0" ,
28
28
"deepmerge" : " ^3.2.0" ,
29
29
"execa" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-eslint" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " eslint plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
26
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
27
27
"babel-eslint" : " ^10.0.1" ,
28
28
"eslint-loader" : " ^2.1.2" ,
29
29
"globby" : " ^9.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " pwa plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
26
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
27
27
"webpack" : " ^4.0.0" ,
28
28
"workbox-webpack-plugin" : " ^3.6.3"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-typescript" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " typescript plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
24
24
},
25
25
"dependencies" : {
26
26
"@types/webpack-env" : " ^1.13.9" ,
27
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
27
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
28
28
"fork-ts-checker-webpack-plugin" : " ^0.5.2" ,
29
29
"globby" : " ^9.2.0" ,
30
30
"ts-loader" : " ^5.3.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-jest" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " unit-jest plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
26
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
27
27
"babel-jest" : " ^23.6.0" ,
28
28
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.2" ,
29
29
"jest" : " ^23.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-mocha" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " mocha unit testing plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
},
23
23
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme" ,
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
25
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
26
26
"jsdom" : " ^13.2.0" ,
27
27
"jsdom-global" : " ^3.0.2" ,
28
28
"mocha" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service-global" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " vue-cli-service global addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
22
22
},
23
23
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme" ,
24
24
"dependencies" : {
25
- "@vue/babel-preset-app" : " ^3.11 .0" ,
26
- "@vue/cli-plugin-babel" : " ^3.11 .0" ,
27
- "@vue/cli-plugin-eslint" : " ^3.11 .0" ,
28
- "@vue/cli-service" : " ^3.11 .0" ,
25
+ "@vue/babel-preset-app" : " ^3.12 .0" ,
26
+ "@vue/cli-plugin-babel" : " ^3.12 .0" ,
27
+ "@vue/cli-plugin-eslint" : " ^3.12 .0" ,
28
+ "@vue/cli-service" : " ^3.12 .0" ,
29
29
"babel-eslint" : " ^10.0.1" ,
30
30
"chalk" : " ^2.4.2" ,
31
31
"eslint" : " ^4.19.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " local service for vue-cli projects" ,
5
5
"main" : " lib/Service.js" ,
6
6
"typings" : " types/index.d.ts" ,
25
25
"dependencies" : {
26
26
"@intervolga/optimize-cssnano-plugin" : " ^1.0.5" ,
27
27
"@soda/friendly-errors-webpack-plugin" : " ^1.7.1" ,
28
- "@vue/cli-overlay" : " ^3.11 .0" ,
29
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
28
+ "@vue/cli-overlay" : " ^3.12 .0" ,
29
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
30
30
"@vue/component-compiler-utils" : " ^3.0.0" ,
31
31
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
32
32
"@vue/web-component-wrapper" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-shared-utils" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " shared utilities for vue-cli packages" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-test-utils" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " test utilities for vue-cli packages" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui-addon-webpack" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
18
18
},
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
- "@vue/cli-plugin-babel" : " ^3.11 .0" ,
22
- "@vue/cli-plugin-eslint" : " ^3.11 .0" ,
23
- "@vue/cli-service" : " ^3.11 .0" ,
21
+ "@vue/cli-plugin-babel" : " ^3.12 .0" ,
22
+ "@vue/cli-plugin-eslint" : " ^3.12 .0" ,
23
+ "@vue/cli-service" : " ^3.12 .0" ,
24
24
"@vue/eslint-config-standard" : " ^4.0.0" ,
25
25
"eslint" : " ^5.16.0" ,
26
26
"stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui-addon-widgets" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
18
18
},
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
- "@vue/cli-plugin-babel" : " ^3.11 .0" ,
22
- "@vue/cli-plugin-eslint" : " ^3.11 .0" ,
23
- "@vue/cli-service" : " ^3.11 .0" ,
21
+ "@vue/cli-plugin-babel" : " ^3.12 .0" ,
22
+ "@vue/cli-plugin-eslint" : " ^3.12 .0" ,
23
+ "@vue/cli-service" : " ^3.12 .0" ,
24
24
"@vue/eslint-config-standard" : " ^4.0.0" ,
25
25
"eslint" : " ^5.16.0" ,
26
26
"stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
34
34
],
35
35
"dependencies" : {
36
36
"@akryum/winattr" : " ^3.0.0" ,
37
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
37
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
38
38
"apollo-client" : " ^2.6.0" ,
39
39
"chalk" : " ^2.4.1" ,
40
40
"clone" : " ^2.1.1" ,
66
66
"watch" : " ^1.0.2"
67
67
},
68
68
"devDependencies" : {
69
- "@vue/cli-plugin-babel" : " ^3.11 .0" ,
70
- "@vue/cli-plugin-e2e-cypress" : " ^3.11 .0" ,
71
- "@vue/cli-plugin-eslint" : " ^3.11 .0" ,
72
- "@vue/cli-service" : " ^3.11 .0" ,
69
+ "@vue/cli-plugin-babel" : " ^3.12 .0" ,
70
+ "@vue/cli-plugin-e2e-cypress" : " ^3.12 .0" ,
71
+ "@vue/cli-plugin-eslint" : " ^3.12 .0" ,
72
+ "@vue/cli-service" : " ^3.12 .0" ,
73
73
"@vue/eslint-config-standard" : " ^4.0.0" ,
74
74
"@vue/ui" : " ^0.9.1" ,
75
75
"ansi_up" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-upgrade" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " utility to upgrade vue cli service / plugins in vue apps" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " Command line interface for rapid Vue.js development" ,
5
5
"bin" : {
6
6
"vue" : " bin/vue.js"
24
24
"access" : " public"
25
25
},
26
26
"dependencies" : {
27
- "@vue/cli-shared-utils" : " ^3.11 .0" ,
28
- "@vue/cli-ui" : " ^3.11 .0" ,
29
- "@vue/cli-ui-addon-webpack" : " ^3.11 .0" ,
30
- "@vue/cli-ui-addon-widgets" : " ^3.11 .0" ,
27
+ "@vue/cli-shared-utils" : " ^3.12 .0" ,
28
+ "@vue/cli-ui" : " ^3.12 .0" ,
29
+ "@vue/cli-ui-addon-webpack" : " ^3.12 .0" ,
30
+ "@vue/cli-ui-addon-widgets" : " ^3.12 .0" ,
31
31
"chalk" : " ^2.4.1" ,
32
32
"cmd-shim" : " ^2.0.2" ,
33
33
"commander" : " ^2.20.0" ,
You can’t perform that action at this time.
0 commit comments