Skip to content

Commit 4e7bef7

Browse files
committed
chore: 3.0.0-beta.15 changelog
1 parent 9a2898c commit 4e7bef7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="3.0.0-beta.15"></a>
2+
# [3.0.0-beta.15](https://github.com/vuejs/vue-cli/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-05-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **cli-service:** make devBaseUrl work properly in serve command ([#1405](https://github.com/vuejs/vue-cli/issues/1405)) ([04600e6](https://github.com/vuejs/vue-cli/commit/04600e6))
8+
* **typescript:** avoid including router file when router is not selected ([4d00161](https://github.com/vuejs/vue-cli/commit/4d00161))
9+
* **unit-mocha:** ensure correct mode for webpack config ([e17f78c](https://github.com/vuejs/vue-cli/commit/e17f78c)), closes [#1389](https://github.com/vuejs/vue-cli/issues/1389)
10+
* e2e runner args passing ([05391b6](https://github.com/vuejs/vue-cli/commit/05391b6)), closes [#1393](https://github.com/vuejs/vue-cli/issues/1393)
11+
* remove console.log ([7d98d69](https://github.com/vuejs/vue-cli/commit/7d98d69))
12+
* require.resolve fallback on node < 8.10.0 ([#1404](https://github.com/vuejs/vue-cli/issues/1404)) ([ef2ecf5](https://github.com/vuejs/vue-cli/commit/ef2ecf5)), closes [#1369](https://github.com/vuejs/vue-cli/issues/1369)
13+
* UI fixes ([#1397](https://github.com/vuejs/vue-cli/issues/1397)) ([4f39461](https://github.com/vuejs/vue-cli/commit/4f39461))
14+
15+
16+
### Features
17+
18+
* respect baseUrl during development ([a9e1286](https://github.com/vuejs/vue-cli/commit/a9e1286))
19+
20+
21+
### Performance Improvements
22+
23+
* use importHelpers: true in tsconfig.json ([60f0a0a](https://github.com/vuejs/vue-cli/commit/60f0a0a))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* `devBaseUrl` option has been removed. `baseUrl` now works for
29+
both development and production. To use different paths for prod/dev, use
30+
conditional values based on `process.env.NODE_ENV` in `vue.config.js`.
31+
32+
33+
134
<a name="3.0.0-beta.14"></a>
235
# [3.0.0-beta.14](https://github.com/vuejs/vue-cli/compare/v3.0.0-beta.12...v3.0.0-beta.14) (2018-05-29)
336

0 commit comments

Comments
 (0)