mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.11.11
This commit is contained in:
parent
c55a2d7712
commit
c6a37bba5b
@ -1,5 +1,20 @@
|
||||
## Changelog
|
||||
|
||||
### [0.11.11](https://github.com/youzan/vant/tree/v0.11.11)
|
||||
`2017-12-13`
|
||||
|
||||
**Improvements**
|
||||
- Field: support native events [\#421](https://github.com/youzan/vant/pull/421) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Search: support native input attrs [\#418](https://github.com/youzan/vant/pull/418) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- CellGroup: add 'border' prop [\#420](https://github.com/youzan/vant/pull/420) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- AddressEdit: add focus、change-area、select-search events [\#426](https://github.com/youzan/vant/pull/426) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Badge、CouponList、ContactCard: add active color [\#419](https://github.com/youzan/vant/pull/419) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- fix Checkbox disabled not work when inside CheckboxGroup [\#425](https://github.com/youzan/vant/pull/425) [@Tinysymphony](https://github.com/Tinysymphony)
|
||||
- fix AddressEdit searchResult type validate [\#417](https://github.com/youzan/vant/pull/417) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.10](https://github.com/youzan/vant/tree/v0.11.10)
|
||||
`2017-12-12`
|
||||
|
||||
|
@ -1,5 +1,24 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.11.11](https://github.com/youzan/vant/tree/v0.11.11) (2017-12-13)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.10...v0.11.11)
|
||||
|
||||
**Issue**
|
||||
|
||||
- Cannot disable the checkbox if it's nested in the checkbox-group [\#424](https://github.com/youzan/vant/issues/424)
|
||||
- 是否支持ssr [\#422](https://github.com/youzan/vant/issues/422)
|
||||
- 搜索的v-model无效果 [\#412](https://github.com/youzan/vant/issues/412)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[Improvement\] AddressEdit: add focus、change-area、select-search events [\#426](https://github.com/youzan/vant/pull/426) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] disabled property in checkbox [\#425](https://github.com/youzan/vant/pull/425) ([Tinysymphony](https://github.com/Tinysymphony))
|
||||
- \[Improvement\] Field: support native events [\#421](https://github.com/youzan/vant/pull/421) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] CellGroup add 'border' prop [\#420](https://github.com/youzan/vant/pull/420) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] add active color for Badge、CouponList、ContactCard [\#419](https://github.com/youzan/vant/pull/419) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Search: support native input attrs [\#418](https://github.com/youzan/vant/pull/418) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] AddressEdit searchResult type validate [\#417](https://github.com/youzan/vant/pull/417) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.11.10](https://github.com/youzan/vant/tree/v0.11.10) (2017-12-12)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.9...v0.11.10)
|
||||
|
||||
|
@ -1,5 +1,20 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.11.11](https://github.com/youzan/vant/tree/v0.11.11)
|
||||
`2017-12-13`
|
||||
|
||||
**Improvements**
|
||||
- Field: 支持 input 标签原生事件 [\#421](https://github.com/youzan/vant/pull/421) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Search: 支持 input 标签原生属性 [\#418](https://github.com/youzan/vant/pull/418) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- CellGroup: 新增 'border' 属性 [\#420](https://github.com/youzan/vant/pull/420) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- AddressEdit: 新增 focus、change-area、select-search 事件 [\#426](https://github.com/youzan/vant/pull/426) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Badge、CouponList、ContactCard: 增加点击反馈 [\#419](https://github.com/youzan/vant/pull/419) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- 修复 Checkbox 在 CheckboxGroup 内时 disabled 属性无法生效的问题 [\#425](https://github.com/youzan/vant/pull/425) [@Tinysymphony](https://github.com/Tinysymphony)
|
||||
- 修复 AddressEdit 搜索结果展示错误 [\#417](https://github.com/youzan/vant/pull/417) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.10](https://github.com/youzan/vant/tree/v0.11.10)
|
||||
`2017-12-12`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user