mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.12.2
This commit is contained in:
parent
b94369fe57
commit
9634bc6ae4
@ -1,5 +1,16 @@
|
||||
## Changelog
|
||||
|
||||
### [0.12.2](https://github.com/youzan/vant/tree/v0.12.2)
|
||||
|
||||
`2018-01-08`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* Swipe: use translate2d to aviod iOS11 crash bug [\#518](https://github.com/youzan/vant/pull/518) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Picker: should not emit change event after init [\#517](https://github.com/youzan/vant/pull/517) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* NoticeBar: should reinitialize when text changed [\#515](https://github.com/youzan/vant/pull/515) [@xliez](https://github.com/xliez)
|
||||
* AddressEdit: fix search result style error [\#514](https://github.com/youzan/vant/pull/514) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.1](https://github.com/youzan/vant/tree/v0.12.1)
|
||||
|
||||
`2018-01-05`
|
||||
|
@ -1,5 +1,22 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.12.2](https://github.com/youzan/vant/tree/v0.12.2) (2018-01-08)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.12.1...v0.12.2)
|
||||
|
||||
**Issue**
|
||||
|
||||
- 希望tabbar的title支持badge 或自定义slot 或者navbar一样的info属性 [\#516](https://github.com/youzan/vant/issues/516)
|
||||
- 表单 的upload 功能太简陋 暂时没看到支持 ajax上传 [\#512](https://github.com/youzan/vant/issues/512)
|
||||
- Cell 单元格貌似没有select 实例 [\#510](https://github.com/youzan/vant/issues/510)
|
||||
- radio组件只能点击label才能确认点击,点击小圆圈不可以 [\#503](https://github.com/youzan/vant/issues/503)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[bugfix\] Swipe: use translate2d to aviod iOS11 crash bug [\#518](https://github.com/youzan/vant/pull/518) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Picker: should not emit change event after init [\#517](https://github.com/youzan/vant/pull/517) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bug fix\] NoticeBar: 属性text为动态数据且使用:text方式使用时,添加自动滚动 [\#515](https://github.com/youzan/vant/pull/515) ([xliez](https://github.com/xliez))
|
||||
- \[bugfix\] AddressEdit: search result style [\#514](https://github.com/youzan/vant/pull/514) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [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)
|
||||
|
||||
|
@ -1,5 +1,16 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.12.2](https://github.com/youzan/vant/tree/v0.12.2)
|
||||
|
||||
`2018-01-08`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* Swipe: 使用 translate2d 代替 translate3d, 避免 iOS11 下的 crash 问题 [\#518](https://github.com/youzan/vant/pull/518) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Picker: change 事件只在用户操作后触发 [\#517](https://github.com/youzan/vant/pull/517) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* NoticeBar: 修复 text 属性变化时未重新计算的问题 [\#515](https://github.com/youzan/vant/pull/515) [@xliez](https://github.com/xliez)
|
||||
* AddressEdit: 修复搜索结果样式错误 [\#514](https://github.com/youzan/vant/pull/514) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.1](https://github.com/youzan/vant/tree/v0.12.1)
|
||||
|
||||
`2018-01-05`
|
||||
|
Loading…
x
Reference in New Issue
Block a user