mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.12.1
This commit is contained in:
parent
50ce47539e
commit
de743ca6e1
@ -1,5 +1,21 @@
|
||||
## Changelog
|
||||
|
||||
### [0.12.1](https://github.com/youzan/vant/tree/v0.12.1)
|
||||
|
||||
`2018-01-05`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* Button: adjust padding of small button [\#511](https://github.com/youzan/vant/pull/511) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* fix Cell icon can't render when no title [\#508](https://github.com/youzan/vant/pull/508) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Cell inner border width [\#506](https://github.com/youzan/vant/pull/506) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix CouponList line height [\#507](https://github.com/youzan/vant/pull/507) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix CouponList input style [\#502](https://github.com/youzan/vant/pull/502) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* fix Radio icon not clickable [\#505](https://github.com/youzan/vant/pull/505) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.0](https://github.com/youzan/vant/tree/v0.12.0)
|
||||
|
||||
`2017-12-29`
|
||||
|
@ -1,5 +1,27 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.12.1](https://github.com/youzan/vant/tree/v0.12.1) (2018-01-05)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.12.0...v0.12.1)
|
||||
|
||||
**Issue**
|
||||
|
||||
- 更最新版本后, ImagePreview使用报错 [\#504](https://github.com/youzan/vant/issues/504)
|
||||
- 源码field组件中45行 \<icon :name="icon" /\>为什么不是\<van-icon :name="icon" /\> [\#501](https://github.com/youzan/vant/issues/501)
|
||||
- DatetimePicker组件,初始化时VanPicker内visibileColumnCount为undefined [\#500](https://github.com/youzan/vant/issues/500)
|
||||
- tab标签栏如何修改active时的颜色的 [\#499](https://github.com/youzan/vant/issues/499)
|
||||
- DateTimePicker可以设置列数吗? [\#498](https://github.com/youzan/vant/issues/498)
|
||||
- vant怎么做rem自适应,覆盖框架内的样式吗 [\#494](https://github.com/youzan/vant/issues/494)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[Improvement\] Button: adjust padding of small button [\#511](https://github.com/youzan/vant/pull/511) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] optimize loading animation [\#509](https://github.com/youzan/vant/pull/509) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Cell: icon can't render when no title [\#508](https://github.com/youzan/vant/pull/508) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] CouponList line height [\#507](https://github.com/youzan/vant/pull/507) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Cell: inner border width [\#506](https://github.com/youzan/vant/pull/506) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Radio: icon not clickable [\#505](https://github.com/youzan/vant/pull/505) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] CouponList: input style [\#502](https://github.com/youzan/vant/pull/502) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.12.0](https://github.com/youzan/vant/tree/v0.12.0) (2017-12-29)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.15...v0.12.0)
|
||||
|
||||
|
@ -1,5 +1,21 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.12.1](https://github.com/youzan/vant/tree/v0.12.1)
|
||||
|
||||
`2018-01-05`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* Button: 调整 small 按钮内边距 [\#511](https://github.com/youzan/vant/pull/511) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* 修复 Cell 标题为空时 icon 属性无法生效的问题 [\#508](https://github.com/youzan/vant/pull/508) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* 修复 Cell 内边框宽度错误的问题 [\#506](https://github.com/youzan/vant/pull/506) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* 修复 CouponList 行高错误的问题 [\#507](https://github.com/youzan/vant/pull/507) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* 修复 CouponList 输入框样式错误 [\#502](https://github.com/youzan/vant/pull/502) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* 修复 Radio 图标无法点击的问题 [\#505](https://github.com/youzan/vant/pull/505) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.0](https://github.com/youzan/vant/tree/v0.12.0)
|
||||
|
||||
`2017-12-29`
|
||||
|
Loading…
x
Reference in New Issue
Block a user