diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3a4f0c991..610afc3ad 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,15 @@ --- +## 3.2.14 + +`2022-11-07` + +- 🐞 Fix the problem of dynamic theme failure when custom `prefixCls` [#6063](https://github.com/vueComponent/ant-design-vue/issues/6063) +- 🐞 Fix `DatePicker` error when using select and other popup components as slots [#6062](https://github.com/vueComponent/ant-design-vue/issues/6062) +- 🐞 Fix `DirectoryTree` not exposing scrollTo method [#6067](https://github.com/vueComponent/ant-design-vue/issues/6067) +- 🐞 Fix `RangePicker` popup position does not change [#6073](https://github.com/vueComponent/ant-design-vue/issues/6073) + ## 3.2.13 `2022-10-08` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 232902e4c..598efcab9 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,15 @@ --- +## 3.2.14 + +`2022-11-07` + +- 🐞 修复自定义 `prefixCls` 时,动态主题失效问题 [#6063](https://github.com/vueComponent/ant-design-vue/issues/6063) +- 🐞 修复 `DatePicker` 使用 select 等弹窗组件作为插槽时,报错问题 [#6062](https://github.com/vueComponent/ant-design-vue/issues/6062) +- 🐞 修复 `DirectoryTree` 未暴露 scrollTo 方法 [#6067](https://github.com/vueComponent/ant-design-vue/issues/6067) +- 🐞 修复 `RangePicker` 弹窗位置不改变问题 [#6073](https://github.com/vueComponent/ant-design-vue/issues/6073) + ## 3.2.13 `2022-10-08` diff --git a/components/popconfirm/__tests__/__snapshots__/index.test.js.snap b/components/popconfirm/__tests__/__snapshots__/index.test.js.snap index b5d617d4c..d15e48d98 100644 --- a/components/popconfirm/__tests__/__snapshots__/index.test.js.snap +++ b/components/popconfirm/__tests__/__snapshots__/index.test.js.snap @@ -8,11 +8,7 @@ exports[`Popconfirm should show overlay when trigger is clicked 1`] = `
code
-
+
diff --git a/components/slider/__tests__/__snapshots__/index.test.js.snap b/components/slider/__tests__/__snapshots__/index.test.js.snap index 63515322f..ab1e64976 100644 --- a/components/slider/__tests__/__snapshots__/index.test.js.snap +++ b/components/slider/__tests__/__snapshots__/index.test.js.snap @@ -6,16 +6,13 @@ exports[`Slider should show tooltip when hovering slider handler 1`] = `
-
- - +
-
- +
@@ -32,16 +29,13 @@ exports[`Slider should show tooltip when hovering slider handler 2`] = `
-
- - +
-
- +