From f240a32e8e2bcffbfc601599278f4e46a3f8f667 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 12 Dec 2021 21:19:03 +0800 Subject: [PATCH] docs(changelog): 3.3.7 --- packages/vant/docs/markdown/changelog.en-US.md | 15 +++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 9e498fa91..f471c9b89 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -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` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index fb66a7644..c7eb9089c 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -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`