mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
3.9 KiB
3.9 KiB
3.2.0 (2018-11-27)
babel-preset-app
Features
cli
Bug Fixes
- display project name validation warnings (#2769) (42c51c0)
- plugin.options can be missing when runGenerator is directly called (d1cd4aa), closes #2906
Features
- add envinfo package via
vue infoin cli (#2863) (4324afb) - new release strategy (#3020) (31ffcfe), closes #2956
cli-plugin-eslint
Bug Fixes
- add cwd path prefix to globby patterns (0149444)
- check if glob patterns matches any files before linting (ccc146b), closes #2854 #2860
- should fallback to local eslint, fixes instant prototyping (becde30), closes #2866
- specify eslintPath for eslint-loader (077343b), closes #2924
cli-plugin-typescript
Features
cli-service
Bug Fixes
- assetsDir can be an empty string (5d49d57), closes #2511
- relax webpack version requirement (73923de), closes #2873 #2892
- cli-service: do not display absolute baseUrl (#2900) (6d35461)
Features
cli-service-global
Bug Fixes
- remove extraneous dependency (7a3de17)
cli-ui
Bug Fixes
- plugins: local install (bd06cd4)
- refresh page & switching between views doesn't lose selected item (11e59f8)
- remove last route restore (305c4bf)
- restore route making a view unnavigable (1a34618)
- typo in plugin invoke notification (#2937) (6b27ca7), closes #2917
- tasks: new terminate process implementation (2baddaa)
Features
other
Bug Fixes
- should publish exact version (e87a29e)