From 51874d9cee2c4c67f6aebb84e756f0d8794ad8bc Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 20 Nov 2021 22:21:59 +0800 Subject: [PATCH] release 3.0.0-alpha.12 --- CHANGELOG.en-US.md | 9 +++++++-- CHANGELOG.zh-CN.md | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 22008f4fe..499c88124 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -12,9 +12,14 @@ ## 3.0.0-alpha.12 -`2021-11-09` +`2021-11-20` -- 🐞 Fix some component types missing issue [#4863](https://github.com/vueComponent/ant-design-vue/issues/4863) +- 🐞 Fix the problem that TimeRangePicker does not hide the panel correctly [#4902](https://github.com/vueComponent/ant-design-vue/issues/4902) +- 🐞 Fix the problem that TreeSelect is not cleared when resetting undefined [#4897](https://github.com/vueComponent/ant-design-vue/issues/4897) +- 🐞 Fix the issue that TreeSelect isLeaf does not take effect [#4883](https://github.com/vueComponent/ant-design-vue/issues/4883) +- 🐞 Fix Table rowSelection reporting loop response warning problem [#4885](https://github.com/vueComponent/ant-design-vue/issues/4885) +- 🐞 Fix the problem that Table rowSelection does not respond when dynamically updated [#4889](https://github.com/vueComponent/ant-design-vue/issues/4889) +- 🐞 Fix missing component types [#4863](https://github.com/vueComponent/ant-design-vue/issues/4863) ## 3.0.0-alpha.11 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index de8e3fc44..6397e10d9 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -12,8 +12,13 @@ ## 3.0.0-alpha.12 -`2021-11-09` +`2021-11-20` +- 🐞 修复 TimeRangePicker 没有正确隐藏 panel 问题 [#4902](https://github.com/vueComponent/ant-design-vue/issues/4902) +- 🐞 修复 TreeSelect 重置 undefined 时,没有清空问题 [#4897](https://github.com/vueComponent/ant-design-vue/issues/4897) +- 🐞 修复 TreeSelect isLeaf 不生效问题 [#4883](https://github.com/vueComponent/ant-design-vue/issues/4883) +- 🐞 修复 Table rowSelection 报循环响应 warning 问题 [#4885](https://github.com/vueComponent/ant-design-vue/issues/4885) +- 🐞 修复 Table rowSelection 动态更新时不响应问题 [#4889](https://github.com/vueComponent/ant-design-vue/issues/4889) - 🐞 修复部分组件类型丢失问题 [#4863](https://github.com/vueComponent/ant-design-vue/issues/4863) ## 3.0.0-alpha.11