|
| 1 | +# [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) |
| 2 | + |
| 3 | +## babel-preset-app |
| 4 | + |
| 5 | +#### Bug Fixes |
| 6 | + |
| 7 | +* fix Promise.finally missing in Firefox ([b20f624](https://github.com/vuejs/vue-cli/commit/b20f624)), closes [#2012](https://github.com/vuejs/vue-cli/issues/2012) |
| 8 | + |
| 9 | +## cli |
| 10 | + |
| 11 | +#### Bug Fixes |
| 12 | + |
| 13 | +* temporarily avoid chalk color in options ([#2042](https://github.com/vuejs/vue-cli/issues/2042)) ([31710fe](https://github.com/vuejs/vue-cli/commit/31710fe)) |
| 14 | +#### Features |
| 15 | + |
| 16 | +* **create:** more descriptions and links ([9f9ddb1](https://github.com/vuejs/vue-cli/commit/9f9ddb1)) |
| 17 | + |
| 18 | +## cli-plugin-babel |
| 19 | + |
| 20 | +#### Bug Fixes |
| 21 | + |
| 22 | +* babel cache should take browserslist into account ([356eef6](https://github.com/vuejs/vue-cli/commit/356eef6)) |
| 23 | + |
| 24 | +## cli-plugin-e2e-cypress |
| 25 | + |
| 26 | +#### Bug Fixes |
| 27 | + |
| 28 | +* **e2e-cypress:** merge --config option for cypress ([#2048](https://github.com/vuejs/vue-cli/issues/2048)) ([d210e78](https://github.com/vuejs/vue-cli/commit/d210e78)), closes [#2047](https://github.com/vuejs/vue-cli/issues/2047) |
| 29 | + |
| 30 | +## cli-plugin-eslint |
| 31 | + |
| 32 | +#### Bug Fixes |
| 33 | + |
| 34 | +* **cli-plugin-eslint:** remove base rules from ui ([#2029](https://github.com/vuejs/vue-cli/issues/2029)) ([1e10161](https://github.com/vuejs/vue-cli/commit/1e10161)) |
| 35 | +* eslint plugin module loading in workspaces ([185ae6d](https://github.com/vuejs/vue-cli/commit/185ae6d)) |
| 36 | +#### Features |
| 37 | + |
| 38 | +* rework eslint configuration tab to display all rules ([#2008](https://github.com/vuejs/vue-cli/issues/2008)) ([7953d83](https://github.com/vuejs/vue-cli/commit/7953d83)) |
| 39 | + |
| 40 | +## cli-plugin-typescript |
| 41 | + |
| 42 | +#### Bug Fixes |
| 43 | + |
| 44 | +* **tslint:** also lint tsx blocks ([55f4c5f](https://github.com/vuejs/vue-cli/commit/55f4c5f)) |
| 45 | +* **typescript:** explicitly enable allowSyntheticDefaultImports ([350f77b](https://github.com/vuejs/vue-cli/commit/350f77b)) |
| 46 | +* **typescript:** prevent compilation error when using src attribute on sfc ([#2068](https://github.com/vuejs/vue-cli/issues/2068)) ([7706dcf](https://github.com/vuejs/vue-cli/commit/7706dcf)) |
| 47 | +* **typescript:** tsconfig whitespace ([#2046](https://github.com/vuejs/vue-cli/issues/2046)) ([437f56c](https://github.com/vuejs/vue-cli/commit/437f56c)) |
| 48 | +* **typescript:** use esnext in lib ([#2045](https://github.com/vuejs/vue-cli/issues/2045)) ([5838096](https://github.com/vuejs/vue-cli/commit/5838096)) |
| 49 | + |
| 50 | +## cli-plugin-unit-jest |
| 51 | + |
| 52 | +#### Bug Fixes |
| 53 | + |
| 54 | +* **jest:** make sure jest tests work without babel ([99761b3](https://github.com/vuejs/vue-cli/commit/99761b3)), closes [#2040](https://github.com/vuejs/vue-cli/issues/2040) |
| 55 | + |
| 56 | +## cli-plugin-unit-mocha |
| 57 | + |
| 58 | +#### Features |
| 59 | + |
| 60 | +* **service:** Enable inspector debugging for unit test by mocha ([#2013](https://github.com/vuejs/vue-cli/issues/2013)) ([2243515](https://github.com/vuejs/vue-cli/commit/2243515)) |
| 61 | + |
| 62 | +## cli-service |
| 63 | + |
| 64 | +#### Bug Fixes |
| 65 | + |
| 66 | +* **css:** fix importLoaders which only applies to plain CSS imports ([4220835](https://github.com/vuejs/vue-cli/commit/4220835)), closes [#2055](https://github.com/vuejs/vue-cli/issues/2055) |
| 67 | +* **pwa:** workaround index sw manifest path when using relative indexPath ([68aaa8f](https://github.com/vuejs/vue-cli/commit/68aaa8f)), closes [#2007](https://github.com/vuejs/vue-cli/issues/2007) |
| 68 | +* avoid crashing when adding router via UI ([128d9d9](https://github.com/vuejs/vue-cli/commit/128d9d9)), closes [#2034](https://github.com/vuejs/vue-cli/issues/2034) |
| 69 | +* defensive html chunk sorting ([495c25a](https://github.com/vuejs/vue-cli/commit/495c25a)), closes [#1993](https://github.com/vuejs/vue-cli/issues/1993) |
| 70 | +* make vue-template-compiler a peer dep to allow version pinning ([fd839b5](https://github.com/vuejs/vue-cli/commit/fd839b5)), closes [#2086](https://github.com/vuejs/vue-cli/issues/2086) |
| 71 | +#### Features |
| 72 | + |
| 73 | +* respect devServer field in webpack config as well ([3894a4a](https://github.com/vuejs/vue-cli/commit/3894a4a)), closes [#2053](https://github.com/vuejs/vue-cli/issues/2053) |
| 74 | +* support --bare flag when creating new projects ([c6ca93e](https://github.com/vuejs/vue-cli/commit/c6ca93e)), closes [#2030](https://github.com/vuejs/vue-cli/issues/2030) |
| 75 | + |
| 76 | +## cli-ui |
| 77 | + |
| 78 | +#### Bug Fixes |
| 79 | + |
| 80 | +* **deps:** more robust isInstalled ([9079d3e](https://github.com/vuejs/vue-cli/commit/9079d3e)) |
| 81 | +* **filediff:** expand all don't expand files collapsed by default (like yarn.lock) ([3bda824](https://github.com/vuejs/vue-cli/commit/3bda824)) |
| 82 | +* change new project folder input placeholder, closes [#2069](https://github.com/vuejs/vue-cli/issues/2069) ([4c8c3e9](https://github.com/vuejs/vue-cli/commit/4c8c3e9)) |
| 83 | +#### Features |
| 84 | + |
| 85 | +* support ANSI colors in ListItemInfo ([8c96c15](https://github.com/vuejs/vue-cli/commit/8c96c15)) |
| 86 | +* **file-diff:** syntax highlighting, better background colors ([196c84c](https://github.com/vuejs/vue-cli/commit/196c84c)) |
| 87 | + |
| 88 | +## docs |
| 89 | + |
| 90 | +#### Features |
| 91 | + |
| 92 | +* allow enfoce extract css in development ([686ec25](https://github.com/vuejs/vue-cli/commit/686ec25)), closes [#2002](https://github.com/vuejs/vue-cli/issues/2002) |
| 93 | + |
| 94 | + |
| 95 | +### BREAKING CHANGES |
| 96 | + |
| 97 | +* setting css.extract to true will now force extraction in development |
| 98 | + |
| 99 | + |
| 100 | + |
1 | 101 | # [3.0.0-rc.10](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.9...v3.0.0-rc.10) (2018-07-30)
|
2 | 102 |
|
3 | 103 | ## cli
|
|
0 commit comments