Skip to content

Commit ce22d92

Browse files
committed
chore: 3.0.0-rc.12 changelog [ci skip]
1 parent e075ccf commit ce22d92

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# [3.0.0-rc.12](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.11...v3.0.0-rc.12) (2018-08-09)
2+
3+
## cli
4+
5+
#### Features
6+
7+
* support generator.js and prompts.js in preset ([3b21fad](https://github.com/vuejs/vue-cli/commit/3b21fad))
8+
9+
## cli-service
10+
11+
#### Bug Fixes
12+
13+
* avoid os.cpus() error in certain envs ([327d041](https://github.com/vuejs/vue-cli/commit/327d041)), closes [#2110](https://github.com/vuejs/vue-cli/issues/2110)
14+
#### Code Refactoring
15+
16+
* use better modern mode and cors implementation ([7b39bed](https://github.com/vuejs/vue-cli/commit/7b39bed))
17+
#### Features
18+
19+
* support Subresource Integrity via `integrity` option ([55043d3](https://github.com/vuejs/vue-cli/commit/55043d3))
20+
21+
## cli-service-global
22+
23+
#### Bug Fixes
24+
25+
* install vue-template-compiler for global service ([c42cb94](https://github.com/vuejs/vue-cli/commit/c42cb94))
26+
27+
## cli-ui
28+
29+
#### Bug Fixes
30+
31+
* **build:** wrong arg name, closes [#2067](https://github.com/vuejs/vue-cli/issues/2067) ([fe66a44](https://github.com/vuejs/vue-cli/commit/fe66a44))
32+
33+
## other
34+
35+
#### Bug Fixes
36+
37+
* ensure consistent build hash with different project locations ([9e4d62c](https://github.com/vuejs/vue-cli/commit/9e4d62c))
38+
39+
40+
### BREAKING CHANGES
41+
42+
* The `corsUseCredentials` option has been replaced by the new
43+
`crossorigin` option.
44+
45+
46+
147
# [3.0.0-rc.11](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.10...v3.0.0-rc.11) (2018-08-07)
248

349
## babel-preset-app

0 commit comments

Comments
 (0)