|
| 1 | +<a name="3.0.0-rc.3"></a> |
| 2 | +# [3.0.0-rc.3](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2018-06-18) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **invoke:** deep merge only plain objects ([a7f3c2c](https://github.com/vuejs/vue-cli/commit/a7f3c2c)) |
| 8 | +* **invoke:** merge data in config transforms ([35cb714](https://github.com/vuejs/vue-cli/commit/35cb714)) |
| 9 | +* **invoke:** not reading dot files ([49d56db](https://github.com/vuejs/vue-cli/commit/49d56db)) |
| 10 | +* **ui:** bail on error reading package.json, closes [#1599](https://github.com/vuejs/vue-cli/issues/1599) ([3ebb104](https://github.com/vuejs/vue-cli/commit/3ebb104)) |
| 11 | +* **ui:** Config prompts error ([bbc974d](https://github.com/vuejs/vue-cli/commit/bbc974d)) |
| 12 | +* **ui:** configurations: broken package.json mode, closes [#1598](https://github.com/vuejs/vue-cli/issues/1598) ([5885dd5](https://github.com/vuejs/vue-cli/commit/5885dd5)) |
| 13 | +* **ui:** create: package manager select ([61662c4](https://github.com/vuejs/vue-cli/commit/61662c4)) |
| 14 | +* **ui:** folder explorer: better performance + auto scroll to top ([d63cc0d](https://github.com/vuejs/vue-cli/commit/d63cc0d)) |
| 15 | +* **ui:** folder loading indicator + e2e tests ([6c4ebb0](https://github.com/vuejs/vue-cli/commit/6c4ebb0)) |
| 16 | +* **ui:** folder path parts style ([123fffa](https://github.com/vuejs/vue-cli/commit/123fffa)) |
| 17 | +* **ui:** images urls while serving the ui (dev) ([4144efc](https://github.com/vuejs/vue-cli/commit/4144efc)) |
| 18 | +* **ui:** improved performance ([c378658](https://github.com/vuejs/vue-cli/commit/c378658)) |
| 19 | +* **ui:** improved remote preset checking ([0ba5e09](https://github.com/vuejs/vue-cli/commit/0ba5e09)) |
| 20 | +* **ui:** list item hover background more subtle ([a5bb260](https://github.com/vuejs/vue-cli/commit/a5bb260)) |
| 21 | +* **ui:** more spacing in status bar ([80a847f](https://github.com/vuejs/vue-cli/commit/80a847f)) |
| 22 | +* **ui:** process exit guard ([29fcee7](https://github.com/vuejs/vue-cli/commit/29fcee7)) |
| 23 | +* **ui:** project create detials: bigger grid gap ([cfed833](https://github.com/vuejs/vue-cli/commit/cfed833)) |
| 24 | +* **ui:** project creation not reset ([9efdfaf](https://github.com/vuejs/vue-cli/commit/9efdfaf)) |
| 25 | +* **ui:** put temp stats files in node_modules ([2a21434](https://github.com/vuejs/vue-cli/commit/2a21434)) |
| 26 | +* **ui:** remove console.log ([04d76a2](https://github.com/vuejs/vue-cli/commit/04d76a2)) |
| 27 | +* **ui:** reset webpack.config.js service on correct CWD, closes [#1555](https://github.com/vuejs/vue-cli/issues/1555) ([dc2f8e8](https://github.com/vuejs/vue-cli/commit/dc2f8e8)) |
| 28 | +* **ui:** task logs performance regression ([0ea3a22](https://github.com/vuejs/vue-cli/commit/0ea3a22)) |
| 29 | +* **ui:** task logs queue not flushed if not enough logs ([8753971](https://github.com/vuejs/vue-cli/commit/8753971)) |
| 30 | +* **ui:** terminal dark theme background ([959ea07](https://github.com/vuejs/vue-cli/commit/959ea07)) |
| 31 | +* **ui:** translate link ([f365767](https://github.com/vuejs/vue-cli/commit/f365767)) |
| 32 | +* **ui:** tweak prompt style for more spacing ([d5d57fe](https://github.com/vuejs/vue-cli/commit/d5d57fe)) |
| 33 | +* **ui:** typo ([#1600](https://github.com/vuejs/vue-cli/issues/1600)) ([e261ddb](https://github.com/vuejs/vue-cli/commit/e261ddb)) |
| 34 | +* better version check, closes [#1564](https://github.com/vuejs/vue-cli/issues/1564) ([8b9477f](https://github.com/vuejs/vue-cli/commit/8b9477f)) |
| 35 | + |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +* **ui:** about button in project manager ([a242d73](https://github.com/vuejs/vue-cli/commit/a242d73)) |
| 40 | +* **ui:** allow partial GraphQL results ([e6d68ca](https://github.com/vuejs/vue-cli/commit/e6d68ca)) |
| 41 | +* **ui:** basic global error handler ([5566208](https://github.com/vuejs/vue-cli/commit/5566208)) |
| 42 | +* **ui:** better item logo animation ([22b92ba](https://github.com/vuejs/vue-cli/commit/22b92ba)) |
| 43 | +* **ui:** folder explorer: better UX + hide hidden folders by default ([545cc3f](https://github.com/vuejs/vue-cli/commit/545cc3f)) |
| 44 | +* **ui:** folder explorer: change position of error icon ([d62ad77](https://github.com/vuejs/vue-cli/commit/d62ad77)) |
| 45 | +* **ui:** folder explorer: create new folders ([ccde77c](https://github.com/vuejs/vue-cli/commit/ccde77c)) |
| 46 | +* **ui:** import project: missing modules modal ([99dc316](https://github.com/vuejs/vue-cli/commit/99dc316)) |
| 47 | +* **ui:** mocha task ([b0ed1e2](https://github.com/vuejs/vue-cli/commit/b0ed1e2)) |
| 48 | +* **ui:** project create: folder already exists warning ([4d9a092](https://github.com/vuejs/vue-cli/commit/4d9a092)) |
| 49 | +* **ui:** project manager: back button ([4413dee](https://github.com/vuejs/vue-cli/commit/4413dee)) |
| 50 | +* **ui:** refresh plugin API button ([c658223](https://github.com/vuejs/vue-cli/commit/c658223)) |
| 51 | +* **ui:** remote preset support ([7402148](https://github.com/vuejs/vue-cli/commit/7402148)) |
| 52 | +* **ui:** suggestions animation ([82836f5](https://github.com/vuejs/vue-cli/commit/82836f5)) |
| 53 | +* **ui:** v-focus directive ([e1a0c4c](https://github.com/vuejs/vue-cli/commit/e1a0c4c)) |
| 54 | +* **ui:** validate new project folder name ([8957c3a](https://github.com/vuejs/vue-cli/commit/8957c3a)) |
| 55 | +* **ui:** vue-cli config ([2f0961d](https://github.com/vuejs/vue-cli/commit/2f0961d)) |
| 56 | + |
| 57 | + |
| 58 | + |
1 | 59 | <a name="3.0.0-rc.2"></a>
|
2 | 60 | # [3.0.0-rc.2](https://github.com/vuejs/vue-cli/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2018-06-14)
|
3 | 61 |
|
|
0 commit comments