mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 2.0.0-beta.3
This commit is contained in:
parent
56cd7ec9ec
commit
18bf6db73b
@ -1,5 +1,44 @@
|
||||
# Changelog
|
||||
|
||||
### [v2.0.0-beta.3](https://github.com/youzan/vant/tree/v2.0.0-beta.3)
|
||||
`2019-05-31`
|
||||
|
||||
##### Field
|
||||
|
||||
- No longer update v-model during IME composition
|
||||
|
||||
##### IndexBar
|
||||
|
||||
- Add `sticky` prop
|
||||
- Add `highlight-color` prop
|
||||
|
||||
##### Notify
|
||||
|
||||
- Add `onClose` option
|
||||
- Add `onOpened` option
|
||||
|
||||
##### Picker
|
||||
|
||||
- Optimize animation
|
||||
|
||||
##### Rate
|
||||
|
||||
- Add `gutter` prop
|
||||
- Support `size` prop of `String` type
|
||||
|
||||
##### Search
|
||||
|
||||
- No longer update v-model during IME composition
|
||||
|
||||
##### SwipeCell
|
||||
|
||||
- Support auto calc `left-width` and `right-width`
|
||||
|
||||
##### Toast
|
||||
|
||||
- Add `onOpened` option
|
||||
|
||||
|
||||
### [v2.0.0-beta.2](https://github.com/youzan/vant/tree/v2.0.0-beta.2)
|
||||
|
||||
#### Accessibility
|
||||
|
@ -1,6 +1,7 @@
|
||||
# 更新日志
|
||||
|
||||
### [v2.0.0-beta.3](https://github.com/youzan/vant/tree/v2.0.0-beta.3)
|
||||
`2019-05-31`
|
||||
|
||||
##### Field
|
||||
|
||||
@ -16,6 +17,11 @@
|
||||
- 新增`onClose`选项
|
||||
- 新增`onOpened`选项
|
||||
|
||||
##### Picker
|
||||
|
||||
- 优化动画延时
|
||||
- 点击确认按钮时自动终止动画
|
||||
|
||||
##### Rate
|
||||
|
||||
- 新增`gutter`属性
|
||||
@ -35,6 +41,7 @@
|
||||
|
||||
|
||||
### [v2.0.0-beta.2](https://github.com/youzan/vant/tree/v2.0.0-beta.2)
|
||||
`2019-05-28`
|
||||
|
||||
#### 无障碍访问
|
||||
|
||||
@ -81,6 +88,7 @@
|
||||
|
||||
|
||||
### [v2.0.0-beta.1](https://github.com/youzan/vant/tree/v2.0.0-beta.1)
|
||||
`2019-05-24`
|
||||
|
||||
#### 无障碍访问
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user