[changelog] 0.10.8

This commit is contained in:
陈嘉涵 2017-11-13 11:10:52 +08:00
parent cedac8fddb
commit 9b2cf1ed5e
3 changed files with 55 additions and 0 deletions

View File

@ -1,5 +1,20 @@
## Changelog
### [0.10.8](https://github.com/youzan/vant/tree/v0.10.8)
`2017-11-11`
**Improvements**
- Tabbar: support vue-router [\#305](https://github.com/youzan/vant/pull/305) [@chenjiahan](https://github.com/chenjiahan)
- Stepper: add plus & minus event [\#294](https://github.com/youzan/vant/pull/294) [@chenjiahan](https://github.com/chenjiahan)
- Progress: add showPivot prop [\#300](https://github.com/youzan/vant/pull/300) [@chenjiahan](https://github.com/chenjiahan)
- Loading: add spinner type [\#297](https://github.com/youzan/vant/pull/297) [@chenjiahan](https://github.com/chenjiahan)
- Toast: add mask option [\#296](https://github.com/youzan/vant/pull/296) [@chenjiahan](https://github.com/chenjiahan)
- add Tab english document [\#308](https://github.com/youzan/vant/pull/308) [@cookfront](https://github.com/cookfront)
- add Toast english document [\#307](https://github.com/youzan/vant/pull/307) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- fix npm run dist errors in windows [\#301](https://github.com/youzan/vant/pull/301) [@zlkiarest](https://github.com/lkiarest)
### [0.10.7](https://github.com/youzan/vant/tree/v0.10.7)
`2017-11-08`

View File

@ -1,5 +1,30 @@
## 更新日志
## [v0.10.8](https://github.com/youzan/vant/tree/v0.10.8) (2017-11-11)
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.7...v0.10.8)
**Issue**
- 直接引入CDN使用vant, area组件不可用 [\#304](https://github.com/youzan/vant/issues/304)
- Area JSON [\#303](https://github.com/youzan/vant/issues/303)
- 最新版在windows下build会报错还是路径分隔符的问题。。 [\#298](https://github.com/youzan/vant/issues/298)
- 开发模式下使用轮播组件懒加载方式 页面至少等待3S 才会正确显示swipe高度 [\#295](https://github.com/youzan/vant/issues/295)
- 按钮的禁止后,如何开启 [\#293](https://github.com/youzan/vant/issues/293)
- Area - 省市区选择建议 [\#289](https://github.com/youzan/vant/issues/289)
- ImagePreview 图片预览 多张图片时,点击中间的某一张,放大后仍然从第一张开始 [\#271](https://github.com/youzan/vant/issues/271)
**Improvements**
- \[Doc\]: add tab english docs [\#308](https://github.com/youzan/vant/pull/308) ([cookfront](https://github.com/cookfront))
- \[Doc\] add toast english document [\#307](https://github.com/youzan/vant/pull/307) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] update document header style [\#306](https://github.com/youzan/vant/pull/306) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] Tab support vue-router [\#305](https://github.com/youzan/vant/pull/305) ([chenjiahan](https://github.com/chenjiahan))
- 修复 windows 平台 run dist 出现异常的问题 [\#301](https://github.com/youzan/vant/pull/301) ([lkiarest](https://github.com/lkiarest))
- \[new feature\] progress add showPivot prop [\#300](https://github.com/youzan/vant/pull/300) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] add spinner type loading [\#297](https://github.com/youzan/vant/pull/297) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] toast add mask option [\#296](https://github.com/youzan/vant/pull/296) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] Stepper add plus & minus event [\#294](https://github.com/youzan/vant/pull/294) ([chenjiahan](https://github.com/chenjiahan))
## [v0.10.7](https://github.com/youzan/vant/tree/v0.10.7) (2017-11-08)
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.6...v0.10.7)

View File

@ -1,5 +1,20 @@
## 更新日志
### [0.10.8](https://github.com/youzan/vant/tree/v0.10.8)
`2017-11-11`
**Improvements**
- Tabbar: 支持 vue-router [\#305](https://github.com/youzan/vant/pull/305) [@chenjiahan](https://github.com/chenjiahan)
- Stepper: 新增 plus & minus 事件 [\#294](https://github.com/youzan/vant/pull/294) [@chenjiahan](https://github.com/chenjiahan)
- Progress: 新增 showPivot 属性 [\#300](https://github.com/youzan/vant/pull/300) [@chenjiahan](https://github.com/chenjiahan)
- Loading: 新增 spinner 类型 [\#297](https://github.com/youzan/vant/pull/297) [@chenjiahan](https://github.com/chenjiahan)
- Toast: 新增 mask 选项 [\#296](https://github.com/youzan/vant/pull/296) [@chenjiahan](https://github.com/chenjiahan)
- 新增 Tab 英文文档 [\#308](https://github.com/youzan/vant/pull/308) [@cookfront](https://github.com/cookfront)
- 新增 Toast 英文文档 [\#307](https://github.com/youzan/vant/pull/307) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- 修复 npm run dist 在 windows 下报错的问题 [\#301](https://github.com/youzan/vant/pull/301) [@zlkiarest](https://github.com/lkiarest)
### [0.10.7](https://github.com/youzan/vant/tree/v0.10.7)
`2017-11-08`