From b77ca0eed7fb3f5264ccf63ba677399147abda01 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 19 Dec 2021 09:49:04 +0800 Subject: [PATCH] release 3.0.0-alpha.16 --- CHANGELOG.en-US.md | 14 +++++++++ CHANGELOG.zh-CN.md | 14 +++++++++ .../__tests__/__snapshots__/demo.test.js.snap | 2 ++ components/input/demo/borderless.vue | 31 +++++++++++++++++++ components/input/demo/index.vue | 3 ++ components/input/index.en-US.md | 1 + components/input/index.zh-CN.md | 1 + components/table/demo/index.vue | 2 +- package.json | 2 +- 9 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 components/input/demo/borderless.vue diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 4cb914c0b..0100c5db8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,20 @@ --- +## 3.0.0-alpha.16 + +`2021-12-19` + +- 🌟 Refactored Input and added borderless configuration +- Table + - 🌟 Table customCell added column parameter [#5052](https://github.com/vueComponent/ant-design-vue/issues/5052) + - 🐞 Fix the console output error warning problem when turning Table pages [#5029](https://github.com/vueComponent/ant-design-vue/issues/5029) + - 🐞 Fix the problem that the pop-up box of the Table page turning component is hidden, and the pop-up box position is wrong [#5028](https://github.com/vueComponent/ant-design-vue/issues/5028) +- 🐞 Fix the issue that the global prefixCls of the Rate component does not take effect [#5026](https://github.com/vueComponent/ant-design-vue/issues/5026) +- 🐞 Fix Menu custom class not taking effect [#5038](https://github.com/vueComponent/ant-design-vue/issues/5038) +- 🐞 Fix the problem of printing warning when Carousel mobile device is touched [#5040](https://github.com/vueComponent/ant-design-vue/issues/5040) +- 🐞 Fix the problem that Select cannot be selected when customizing prefixCls [#5023](https://github.com/vueComponent/ant-design-vue/issues/5023) + ## 3.0.0-alpha.15 `2021-12-12` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index e5488b80a..c89ed928e 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,20 @@ --- +## 3.0.0-alpha.16 + +`2021-12-19` + +- 🌟 重构 Input,新增无边框配置 +- Table + - 🌟 Table customCell 新增 column 参数[#5052](https://github.com/vueComponent/ant-design-vue/issues/5052) + - 🐞 修复 Table 翻页时,控制台输出错误 warning 问题 [#5029](https://github.com/vueComponent/ant-design-vue/issues/5029) + - 🐞 修复 Table 翻页组件弹出框隐藏时,弹框位置错误问题 [#5028](https://github.com/vueComponent/ant-design-vue/issues/5028) +- 🐞 修复 Rate 组件全局 prefixCls 未生效问题 [#5026](https://github.com/vueComponent/ant-design-vue/issues/5026) +- 🐞 修复 Menu 自定义 class 未生效问题 [#5038](https://github.com/vueComponent/ant-design-vue/issues/5038) +- 🐞 修复 Carousel 移动设备触摸时,打印 warning 问题 [#5040](https://github.com/vueComponent/ant-design-vue/issues/5040) +- 🐞 修复自定义 prefixCls 时,Select 无法选中问题 [#5023](https://github.com/vueComponent/ant-design-vue/issues/5023) + ## 3.0.0-alpha.15 `2021-12-12` diff --git a/components/input/__tests__/__snapshots__/demo.test.js.snap b/components/input/__tests__/__snapshots__/demo.test.js.snap index 983896987..9df98509e 100644 --- a/components/input/__tests__/__snapshots__/demo.test.js.snap +++ b/components/input/__tests__/__snapshots__/demo.test.js.snap @@ -30,6 +30,8 @@ exports[`renders ./components/input/demo/autosize-textarea.vue correctly 1`] = ` exports[`renders ./components/input/demo/basic.vue correctly 1`] = ``; +exports[`renders ./components/input/demo/borderless.vue correctly 1`] = ``; + exports[`renders ./components/input/demo/group.vue correctly 1`] = `