Files
vue-cli/CHANGELOG.md
2018-04-25 10:59:38 -04:00

24 KiB

3.0.0-beta.7 (2018-04-25)

Bug Fixes

Features

  • allow vue add to work with plugins without a generator (#1032) (11956ac)
  • use esnext targets for downleveling and modules. (#966) (ba5a375)

3.0.0-beta.6 (2018-03-06)

Bug Fixes

  • do not exit with 1 on lint warnings (fix #872) (b162cab)
  • fix @vue/cli-service initial version (08add21)
  • fix babel preset jsx dependency (2eb1ef9)
  • fix cases where error fails to display (dee7809)
  • fix devServer proxy when using object syntax (fix #945) (114e085)
  • use dynamic publicPath for web component bundles (fix #949) (f744040)

3.0.0-beta.5 (2018-03-05)

Bug Fixes

  • resolve template extend source from the template location (fix #943) (89f5cc3)
  • temporarily disable babel plugins that are not compatible with babel 7 yet (389ea86)

Features

  • allow specifying plugin versions in presets (bdce865)

3.0.0-beta.4 (2018-03-05)

Bug Fixes

Features

  • add vue add command (#936) (896aec5)
  • allow specifying additional configs in preset (2b9a750)
  • Generator now supports template inheritance (1869aa2)
  • generatorAPI.exitLog (#935) (0f2ee80)
  • initialize project with corresponding CSS pre-processor (close #930) (811d056)
  • read existing files during plugin invocation (close #873) (de60d9f)
  • support using remote preset (close #884) (2d89c51)

3.0.0-beta.3 (2018-03-03)

Bug Fixes

  • dev-server: dev server behind NAT network (#868) (bbc931c), closes #828
  • e2e: end to end test(s) folder (#923) (852d26c)
  • tsconfig.json: typo in includes (#917) (6adc0b5)
  • tslint.json: linting of test(s) folder (#924) (549ff7f)
  • externalize vue-server-renderer + support dynamic import in mocha tests (fe9aed8)
  • fix baseUrl normalization (close #900) (89982df)
  • fix options for css optimize plugin (close #918) (7681106)
  • include root config files in lint (close #913) (c40a88d)
  • respect --dest when copying static assets (close #909) (57ce32a)
  • respect dotfiles in public dir (fix #880) (59ac4f4)

Features

  • css modules: Add CSS Module localIdentName option to vue config (#915) (31cdc86)
  • support creating project in current directory (#916) (6ae1569), closes #896
  • support dynamic import in jest tests (close #922) (09ed0b1)

3.0.0-beta.2 (2018-02-28)

Bug Fixes

  • cypress: upgrade cypress and properly set base url (#879) (46358eb)
  • do not swallow vue.config.js errors (14a2dc7), closes #874 #866
  • enable html doctype by default for pug (e15a930), closes #894
  • fix friendly-error plugin name typo (#882) (73ad2f8)
  • nightwatch helper compat with airbnb linter (f4d1841), closes #870
  • ts generator & airbnb import/extensions rule compatibility (88726a3), closes #871

Code Refactoring

  • change default test directory name to "tests" (64b4515), closes #877

Features

  • add ability to use environment variables in vue.config.js (#867) (92ddd09)
  • add default