[changelog] 0.10.7

This commit is contained in:
陈嘉涵 2017-11-08 15:06:18 +08:00
parent a1cb2201f8
commit 014ea0abf9
3 changed files with 42 additions and 0 deletions

View File

@ -1,5 +1,16 @@
## Changelog
### [0.10.7](https://github.com/youzan/vant/tree/v0.10.7)
`2017-11-08`
**Improvements**
- Normalize size of all icons [\#292](https://github.com/youzan/vant/pull/292) [@chenjiahan](https://github.com/chenjiahan)
- ImagePreview support custom startPosition [\#286](https://github.com/youzan/vant/pull/286) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- fix Sku scroll lock [\#291](https://github.com/youzan/vant/pull/291) [@w91](https://github.com/w91)
- fix Steps style error when has more than 4 items [\#287](https://github.com/youzan/vant/pull/287) [@chenjiahan](https://github.com/chenjiahan)
### [0.10.6](https://github.com/youzan/vant/tree/v0.10.6)
`2017-11-06`

View File

@ -1,5 +1,25 @@
## 更新日志
## [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)
**Bug Fixes**
- van-tab组件用v-for动态生成无法左右滑动 [\#267](https://github.com/youzan/vant/issues/267)
**Issue**
- stepper 当外界修改数值时不触发change事件。 [\#290](https://github.com/youzan/vant/issues/290)
- Stepper 步进器 max问题 [\#288](https://github.com/youzan/vant/issues/288)
- Dialog 弹出框修改confirmButtonText问题 [\#277](https://github.com/youzan/vant/issues/277)
**Improvements**
- \[new feature\] normalize size of all icons [\#292](https://github.com/youzan/vant/pull/292) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] 修复sku弹层锁定滚动 [\#291](https://github.com/youzan/vant/pull/291) ([w91](https://github.com/w91))
- \[bugfix\] Steps style error when has more than 4 items [\#287](https://github.com/youzan/vant/pull/287) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] ImagePreview support startPosition [\#286](https://github.com/youzan/vant/pull/286) ([chenjiahan](https://github.com/chenjiahan))
## [v0.10.6](https://github.com/youzan/vant/tree/v0.10.6) (2017-11-06)
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.5...v0.10.6)

View File

@ -1,5 +1,16 @@
## 更新日志
### [0.10.7](https://github.com/youzan/vant/tree/v0.10.7)
`2017-11-08`
**Improvements**
- 修正了所有图标尺寸,保持大小统一 [\#292](https://github.com/youzan/vant/pull/292) [@chenjiahan](https://github.com/chenjiahan)
- ImagePreview 支持自定义初始位置 [\#286](https://github.com/youzan/vant/pull/286) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- 修复 Sku 滚动锁定问题 [\#291](https://github.com/youzan/vant/pull/291) [@w91](https://github.com/w91)
- 修复 Steps 超过四项时样式错误 [\#287](https://github.com/youzan/vant/pull/287) [@chenjiahan](https://github.com/chenjiahan)
### [0.10.6](https://github.com/youzan/vant/tree/v0.10.6)
`2017-11-06`