mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): 3.3.7
This commit is contained in:
parent
217326e3a0
commit
f240a32e8e
@ -16,6 +16,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v3.3.7](https://github.com/compare/v3.3.6...v3.3.7)
|
||||
|
||||
`2021-12-12`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Badge: add position prop [#10024](https://github.com/issues/10024)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- DatetimePicker: should update value after calling picker methods [#10029](https://github.com/issues/10029)
|
||||
- Field: fix the length of emoji [#10033](https://github.com/issues/10033)
|
||||
- Pagination: change event not work [#10018](https://github.com/issues/10018)
|
||||
- fix tree shaking is broken [#10034](https://github.com/issues/10034)
|
||||
|
||||
### [v3.3.6](https://github.com/compare/v3.3.5...v3.3.6)
|
||||
|
||||
`2021-12-05`
|
||||
|
@ -16,6 +16,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v3.3.7](https://github.com/compare/v3.3.6...v3.3.7)
|
||||
|
||||
`2021-12-12`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Badge: 新增 position 属性 [#10024](https://github.com/issues/10024)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- DatetimePicker: 修复调用 Picker 实例方法后日期未正确更新的问题 [#10029](https://github.com/issues/10029)
|
||||
- Field: 修复输入内容包含 emoji 时,长度计算错误的问题 [#10033](https://github.com/issues/10033)
|
||||
- Pagination: 修复 change 事件不触发的问题 [#10018](https://github.com/issues/10018)
|
||||
- 修复 tree shaking 不生效的问题 [#10034](https://github.com/issues/10034)
|
||||
|
||||
### [v3.3.6](https://github.com/compare/v3.3.5...v3.3.6)
|
||||
|
||||
`2021-12-05`
|
||||
|
Loading…
x
Reference in New Issue
Block a user