Skip to content

Commit 4a07e0d

Browse files
committed
chore: 3.0.0-rc.8 changelog [ci skip]
1 parent eafacba commit 4a07e0d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# [3.0.0-rc.8](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2018-07-27)
2+
3+
## babel-preset-app
4+
5+
#### Code Refactoring
6+
7+
* **babel:** use individual plugins instead of stage presets ([da833d6](https://github.com/vuejs/vue-cli/commit/da833d6))
8+
9+
## cli
10+
11+
#### Bug Fixes
12+
13+
* revert windows config path change, close [#1961](https://github.com/vuejs/vue-cli/issues/1961) ([b60dd4b](https://github.com/vuejs/vue-cli/commit/b60dd4b))
14+
15+
## cli-plugin-typescript
16+
17+
#### Bug Fixes
18+
19+
* do not default emitDecoratorMetadata to true ([aea4cfe](https://github.com/vuejs/vue-cli/commit/aea4cfe)), closes [#1708](https://github.com/vuejs/vue-cli/issues/1708)
20+
* fix tslint on vue file with no script ([6b91a13](https://github.com/vuejs/vue-cli/commit/6b91a13))
21+
22+
## cli-plugin-unit-jest
23+
24+
#### Bug Fixes
25+
26+
* **jest:** fix jest tests due to jsdom 11.12.0 ([7d65353](https://github.com/vuejs/vue-cli/commit/7d65353)), closes [#1960](https://github.com/vuejs/vue-cli/issues/1960)
27+
28+
## cli-service
29+
30+
#### Bug Fixes
31+
32+
* avoid hash collisions ([#1959](https://github.com/vuejs/vue-cli/issues/1959)) ([4b5a634](https://github.com/vuejs/vue-cli/commit/4b5a634))
33+
* fix hmr in docker + support devServer.public with protocol ([da38ed4](https://github.com/vuejs/vue-cli/commit/da38ed4))
34+
#### Features
35+
36+
* **serve:** detect and add tip when running inside container ([ed0315a](https://github.com/vuejs/vue-cli/commit/ed0315a))
37+
38+
39+
### BREAKING CHANGES
40+
41+
* **babel:** @vue/babel-preset-app no longer includes @babel/preset-stage-2.
42+
Now the only pre stage-3 proposals included are dynamic import, decorators and
43+
class properties. This is because Babel 7 will be removing stage presets
44+
altogether.
45+
46+
47+
148
# [3.0.0-rc.7](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2018-07-27)
249

350
## cli

0 commit comments

Comments
 (0)