[build] 0.8.8

This commit is contained in:
陈嘉涵 2017-09-01 15:14:52 +08:00
parent 2b6db8dc14
commit 34b40fc1a8
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
## 更新日志
## [v0.8.7](https://github.com/youzan/vant/tree/v0.8.7) (2017-08-29)
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.6...v0.8.7)
**非兼容更新和新特性:**
- add ExpressWay component [\#96](https://github.com/youzan/vant/pull/96) ([chenjiahan](https://github.com/chenjiahan))
- add CellSwitch component [\#95](https://github.com/youzan/vant/pull/95) ([chenjiahan](https://github.com/chenjiahan))
- add NoticeBar && test cases [\#94](https://github.com/youzan/vant/pull/94) ([chenjiahan](https://github.com/chenjiahan))
- Dialog: support both function call and component call [\#93](https://github.com/youzan/vant/pull/93) ([chenjiahan](https://github.com/chenjiahan))
- CellSwipe: improve test coverage && code review [\#91](https://github.com/youzan/vant/pull/91) ([chenjiahan](https://github.com/chenjiahan))
- Progress: adjust DOM struct [\#90](https://github.com/youzan/vant/pull/90) ([chenjiahan](https://github.com/chenjiahan))
## [v0.8.6](https://github.com/youzan/vant/tree/v0.8.6) (2017-08-24)
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.5...v0.8.6)

View File

@ -47,7 +47,7 @@ import Toast from './toast';
import Uploader from './uploader';
import Waterfall from './waterfall';
const version = '0.8.7';
const version = '0.8.8';
const components = [
Actionsheet,
Badge,

View File

@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "0.8.7",
"version": "0.8.8",
"description": "vant css.",
"main": "lib/index.css",
"style": "lib/index.css",