Skip to content

Commit e9ed77c

Browse files
committed
chore: 3.1.2 - 3.1.5 changelog [ci skip]
1 parent 9ab0fbd commit e9ed77c

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
# 3.1.5
2+
3+
## cli-plugin-eslint
4+
5+
#### Bug Fixes
6+
7+
* specify eslintPath for eslint-loader, fixes [#2924](https://github.com/vuejs/vue-cli/issues/2924) ([077343b](https://github.com/vuejs/vue-cli/commit/077343b))
8+
9+
# 3.1.4
10+
11+
## cli-plugin-eslint
12+
13+
#### Bug Fixes
14+
15+
* should fallback to local eslint, fixes instant prototyping, closes [#2866](https://github.com/vuejs/vue-cli/issues/2866) ([becde30](https://github.com/vuejs/vue-cli/commit/becde30))
16+
17+
## cli-service
18+
19+
#### Bug Fixes
20+
21+
* assetsDir can be an empty string, fixes [#2511](https://github.com/vuejs/vue-cli/issues/2511) ([5d49d57](https://github.com/vuejs/vue-cli/commit/5d49d57))
22+
* do not display absolute baseUrl ([#2900](https://github.com/vuejs/vue-cli/pull/2900)) ([6d35461](https://github.com/vuejs/vue-cli/commit/6d35461))
23+
24+
# 3.1.3
25+
26+
## cli
27+
28+
#### Bug Fixes
29+
30+
* fixes version check
31+
32+
## cli-plugin-eslint
33+
34+
#### Bug Fixes
35+
36+
* add cwd path prefix to globby patterns ([0149444](https://github.com/vuejs/vue-cli/commit/0149444))
37+
38+
## cli-service
39+
40+
#### Bug Fixes
41+
42+
* relax webpack version requirement ([73923de](https://github.com/vuejs/vue-cli/commit/73923de))
43+
44+
## cli-service-global
45+
46+
#### Bug Fixes
47+
48+
* remove extraneous dependency ([7a3de17](https://github.com/vuejs/vue-cli/commit/7a3de17))
49+
50+
# 3.1.2
51+
52+
## cli
53+
54+
### Bug Fixes
55+
56+
* plugin.options can be missing when runGenerator is directly called, fixes [#2906](https://github.com/vuejs/vue-cli/issues/2906) ([d1cd4aa](https://github.com/vuejs/vue-cli/commit/d1cd4aa))
57+
58+
## cli-plugin-e2e-cypress
59+
60+
#### Bug Fixes
61+
62+
* remove webpack-preprocessor from cypress config ([#2904](https://github.com/vuejs/vue-cli/pull/2904)), fixes [#2903](https://github.com/vuejs/vue-cli/issues/2903) ([e4e151b](https://github.com/vuejs/vue-cli/commit/e4e151b))
63+
64+
## cli-plugin-eslint
65+
66+
#### Bug Fixes
67+
68+
* check if glob patterns matches any files before linting, closes [#2854](https://github.com/vuejs/vue-cli/issues/2854), [#2860](https://github.com/vuejs/vue-cli/issues/2860) ([ccc146b](https://github.com/vuejs/vue-cli/commit/ccc146))
69+
70+
## cli-service-global
71+
72+
#### Bug Fixes
73+
74+
* should fallback to local eslint, fixes instant prototyping, closes [#2866](https://github.com/vuejs/vue-cli/issues/2866) ([becde30](https://github.com/vuejs/vue-cli/commit/becde30))
75+
76+
## cli-ui
77+
78+
#### Bug Fixes
79+
80+
* remove last route restore ([305c4bf](https://github.com/vuejs/vue-cli/commit/305c4bf))
81+
* refresh page & switching between views doesn't lose selected item ([11e59f8](https://github.com/vuejs/vue-cli/commit/11e59f8))
82+
* restore route making a view unnavigable ([1a34618](https://github.com/vuejs/vue-cli/commit/))
83+
* **plugins:** local install ([bd06cd4](https://github.com/vuejs/vue-cli/commit/bd06cd4))
84+
85+
#### Features
86+
87+
* **plugin:** quick local plugin refresh ([91a4b2e](https://github.com/vuejs/vue-cli/commit/91a4b2e))
88+
* **status bar:** last log animation ([ebc0ea2](https://github.com/vuejs/vue-cli/commit/ebc0ea2))
89+
190
# [3.1.1](https://github.com/vuejs/vue-cli/compare/v3.1.0...v3.1.1) (2018-10-31)
291

392
## babel-preset-app

0 commit comments

Comments
 (0)