mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 04:58:56 -05:00
20 KiB
20 KiB
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