[changelog] 0.10.1

This commit is contained in:
陈嘉涵 2017-10-18 11:23:07 +08:00
parent f183d04f76
commit 10ab0e52c4
3 changed files with 60 additions and 0 deletions

View File

@ -1,5 +1,20 @@
## Changelog
### [0.10.1](https://github.com/youzan/vant/tree/v0.10.1)
`2017-10-18`
**Improvements**
- upgrade Vue version to 2.5.0 [@chenjiahan](https://github.com/chenjiahan)
- add Tabs swipeThreshold prop [\#206](https://github.com/youzan/vant/pull/206) [@cookfront](https://github.com/cookfront)
**Bug Fixes**
- fix Swipe not clear autoplay timer when destroyed [\#218](https://github.com/youzan/vant/pull/218) [@chenjiahan](https://github.com/chenjiahan)
- fix Tab slot text ellipsis [\#217](https://github.com/youzan/vant/pull/217) [@cookfront](https://github.com/cookfront)
- fix TreeSelect denpendency path error [\#216](https://github.com/youzan/vant/pull/216) [@chenjiahan](https://github.com/chenjiahan)
- fix Checkbox border render error in Weixin browser [\#214](https://github.com/youzan/vant/pull/214) [@chenjiahan](https://github.com/chenjiahan)
- fix Popup modal can not display in some cases [\#211](https://github.com/youzan/vant/pull/211) [@chenjiahan](https://github.com/chenjiahan)
- fix Waterfall repeated event bind [@chenjiahan](https://github.com/chenjiahan)
### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0)
`2017-10-13`

View File

@ -1,5 +1,34 @@
## 更新日志
## [v0.10.1](https://github.com/youzan/vant/tree/v0.10.1) (2017-10-18)
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.0...v0.10.1)
**Breaking changes**
- tabs标签个数建议 [\#203](https://github.com/youzan/vant/issues/203)
- 轮播高度自适应 [\#180](https://github.com/youzan/vant/issues/180)
- 能添加个底部tabbar吗 [\#157](https://github.com/youzan/vant/issues/157)
- \[bugfix\] Popup modal display error [\#211](https://github.com/youzan/vant/pull/211) ([chenjiahan](https://github.com/chenjiahan))
**Bug Fixes**
- \[bugfix\] Swipe should clear autoplay timer when destroyed [\#218](https://github.com/youzan/vant/pull/218) ([chenjiahan](https://github.com/chenjiahan))
- \[bug fix\]: fix tab component when has a lot of text, show ellipsis [\#217](https://github.com/youzan/vant/pull/217) ([cookfront](https://github.com/cookfront))
- \[bugfix\] TreeSelect dependency path error [\#216](https://github.com/youzan/vant/pull/216) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Checkbox border render error in weixin browser [\#214](https://github.com/youzan/vant/pull/214) ([chenjiahan](https://github.com/chenjiahan))
- \\[bugfix\\] Popup modal display error [\#211](https://github.com/youzan/vant/pull/211) ([chenjiahan](https://github.com/chenjiahan))
**Issue**
- 如何增加自定义Icon [\#177](https://github.com/youzan/vant/issues/177)
- Swipe 组件不显示 [\#174](https://github.com/youzan/vant/issues/174)
**Improvements**
- \[new feature\] Docs: contribute.md 移动至 .github 下 [\#212](https://github.com/youzan/vant/pull/212) ([pangxie1991](https://github.com/pangxie1991))
- \[bug fix\] Search: 修复无 reset 下展示 [\#210](https://github.com/youzan/vant/pull/210) ([pangxie1991](https://github.com/pangxie1991))
- \[new feature\]: tabs component add swipeThreshold prop [\#206](https://github.com/youzan/vant/pull/206) ([cookfront](https://github.com/cookfront))
## [v0.10.0](https://github.com/youzan/vant/tree/v0.10.0) (2017-10-13)
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.12...v0.10.0)

View File

@ -1,5 +1,21 @@
## 更新日志
### [0.10.1](https://github.com/youzan/vant/tree/v0.10.1)
`2017-10-18`
**Improvements**
- 升级 Vue 依赖至 2.5.0 版本 [@chenjiahan](https://github.com/chenjiahan)
- 新增 Tabs swipeThreshold 属性 [\#206](https://github.com/youzan/vant/pull/206) [@cookfront](https://github.com/cookfront)
**Bug Fixes**
- 修复 Swipe 组件 destroyed 时未清除 autoplay timer 的问题 [\#218](https://github.com/youzan/vant/pull/218) [@chenjiahan](https://github.com/chenjiahan)
- 修复 Tab 组件 slot text 文本换行问题 [\#217](https://github.com/youzan/vant/pull/217) [@cookfront](https://github.com/cookfront)
- 修复 TreeSelect 依赖路径错误 [\#216](https://github.com/youzan/vant/pull/216) [@chenjiahan](https://github.com/chenjiahan)
- 修复 Checkbox 在微信浏览器下的边框渲染错误 [\#214](https://github.com/youzan/vant/pull/214) [@chenjiahan](https://github.com/chenjiahan)
- 修复 Popup modal 层在某些情况下无法展示的问题 [\#211](https://github.com/youzan/vant/pull/211) [@chenjiahan](https://github.com/chenjiahan)
- 修复 Waterfall 重复绑定事件的问题 [@chenjiahan](https://github.com/chenjiahan)
### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0)
`2017-10-13`