Files
vue-cli/CHANGELOG.md
T
2018-11-28 02:52:16 +08:00

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

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

  • typescript: respect excluded globs in tslint (#2961) (af4e498)

cli-service

Bug Fixes

Features

  • add support for loading WebAssembly and ES Modules (#2819) (2db8d18)

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

  • plugin: quick local plugin refresh (91a4b2e)
  • status bar: last log animation (ebc0ea2)

other

Bug Fixes

  • should publish exact version (e87a29e)