mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): 2.2.6
This commit is contained in:
parent
ad90543309
commit
d4157e656a
@ -1,5 +1,26 @@
|
||||
# Changelog
|
||||
|
||||
### [v2.2.6](https://github.com/youzan/vant/tree/v2.2.6)
|
||||
`2019-10-08`
|
||||
|
||||
**Features**
|
||||
|
||||
- Grid: add icon-size prop [\#4656](https://github.com/youzan/vant/pull/4656)
|
||||
- Toast: add transition option [\#4638](https://github.com/youzan/vant/pull/4638)
|
||||
- Dialog: add transition prop [\#4636](https://github.com/youzan/vant/pull/4636)
|
||||
- Dialog: add open、close event [\#4633](https://github.com/youzan/vant/pull/4633)
|
||||
- Dialog: add opened、closed event [\#4634](https://github.com/youzan/vant/pull/4634)
|
||||
- NumberKeyboard: add extra-key slot [\#4644](https://github.com/youzan/vant/pull/4644)
|
||||
- CheckboxGroup: add toggleAll method [\#4640](https://github.com/youzan/vant/pull/4640)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix AddressList input event triggered twice [\#4659](https://github.com/youzan/vant/pull/4659)
|
||||
- fix Tabs incorrect padding when type is card [\#4658](https://github.com/youzan/vant/pull/4658)
|
||||
- fix GoodsAction incorrect border radius [\#4653](https://github.com/youzan/vant/pull/4653)
|
||||
- fix NumberKeyboard compatible with Vue 2.6 event bubble bug [\#4632](https://github.com/youzan/vant/pull/4632)
|
||||
|
||||
|
||||
### [v2.2.5](https://github.com/youzan/vant/tree/v2.2.5)
|
||||
`2019-09-28`
|
||||
|
||||
|
@ -10,6 +10,27 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
|
||||
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
|
||||
|
||||
### [v2.2.6](https://github.com/youzan/vant/tree/v2.2.6)
|
||||
`2019-10-08`
|
||||
|
||||
**Features**
|
||||
|
||||
- Grid: 新增 icon-size 属性 [\#4656](https://github.com/youzan/vant/pull/4656)
|
||||
- Toast: 新增 transition 属性 [\#4638](https://github.com/youzan/vant/pull/4638)
|
||||
- Dialog: 新增 transition 属性 [\#4636](https://github.com/youzan/vant/pull/4636)
|
||||
- Dialog: 新增 open、close 事件 [\#4633](https://github.com/youzan/vant/pull/4633)
|
||||
- Dialog: 新增 opened、closed 事件 [\#4634](https://github.com/youzan/vant/pull/4634)
|
||||
- NumberKeyboard: 新增 extra-key 插槽 [\#4644](https://github.com/youzan/vant/pull/4644)
|
||||
- CheckboxGroup: 新增 toggleAll 方法 [\#4640](https://github.com/youzan/vant/pull/4640)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 GoodsAction 圆角错误的问题 [\#4653](https://github.com/youzan/vant/pull/4653)
|
||||
- 修复 Tabs 类型为 card 时上边距错误的问题 [\#4658](https://github.com/youzan/vant/pull/4658)
|
||||
- 修复 AddressList input 事件重复触发的问题 [\#4659](https://github.com/youzan/vant/pull/4659)
|
||||
- 修复 NumberKeyboard 在 Vue 2.6 下的兼容问题 [\#4632](https://github.com/youzan/vant/pull/4632)
|
||||
|
||||
|
||||
### [v2.2.5](https://github.com/youzan/vant/tree/v2.2.5)
|
||||
`2019-09-28`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user