Skip to content

Commit 7c35bcf

Browse files
committed
release 3.2.14
1 parent fbf1c78 commit 7c35bcf

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

CHANGELOG.en-US.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
---
1212

13+
## 3.2.14
14+
15+
`2022-11-07`
16+
17+
- 🐞 Fix the problem of dynamic theme failure when custom `prefixCls` [#6063](https://github.com/vueComponent/ant-design-vue/issues/6063)
18+
- 🐞 Fix `DatePicker` error when using select and other popup components as slots [#6062](https://github.com/vueComponent/ant-design-vue/issues/6062)
19+
- 🐞 Fix `DirectoryTree` not exposing scrollTo method [#6067](https://github.com/vueComponent/ant-design-vue/issues/6067)
20+
- 🐞 Fix `RangePicker` popup position does not change [#6073](https://github.com/vueComponent/ant-design-vue/issues/6073)
21+
1322
## 3.2.13
1423

1524
`2022-10-08`

CHANGELOG.zh-CN.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
---
1212

13+
## 3.2.14
14+
15+
`2022-11-07`
16+
17+
- 🐞 修复自定义 `prefixCls` 时,动态主题失效问题 [#6063](https://github.com/vueComponent/ant-design-vue/issues/6063)
18+
- 🐞 修复 `DatePicker` 使用 select 等弹窗组件作为插槽时,报错问题 [#6062](https://github.com/vueComponent/ant-design-vue/issues/6062)
19+
- 🐞 修复 `DirectoryTree` 未暴露 scrollTo 方法 [#6067](https://github.com/vueComponent/ant-design-vue/issues/6067)
20+
- 🐞 修复 `RangePicker` 弹窗位置不改变问题 [#6073](https://github.com/vueComponent/ant-design-vue/issues/6073)
21+
1322
## 3.2.13
1423

1524
`2022-10-08`

components/popconfirm/__tests__/__snapshots__/index.test.js.snap

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ exports[`Popconfirm should show overlay when trigger is clicked 1`] = `
88
<div class="ant-popover-message"><span role="img" aria-label="exclamation-circle" class="anticon anticon-exclamation-circle"><svg focusable="false" class="" data-icon="exclamation-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"></path></svg></span>
99
<div class="ant-popover-message-title">code</div>
1010
</div>
11-
<div class="ant-popover-buttons"><button class="ant-btn ant-btn-sm" type="button">
12-
<!----><span>Cancel</span>
13-
</button><button class="ant-btn ant-btn-primary ant-btn-sm" type="button">
14-
<!----><span>OK</span>
15-
</button></div>
11+
<div class="ant-popover-buttons"><button class="ant-btn ant-btn-sm" type="button"><!----><span>Cancel</span></button><button class="ant-btn ant-btn-primary ant-btn-sm" type="button"><!----><span>OK</span></button></div>
1612
</div>
1713
</div>
1814
</div>

components/slider/__tests__/__snapshots__/index.test.js.snap

+4-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ exports[`Slider should show tooltip when hovering slider handler 1`] = `
66
<div tabindex="-1" class="ant-slider">
77
<div class="ant-slider-rail"></div>
88
<div class="ant-slider-track" style="left: 0%; width: 30%;"></div>
9-
<div class="ant-slider-step"></div>
10-
<!--teleport start-->
11-
<!--teleport end-->
9+
<div class="ant-slider-step"></div><!--teleport start--><!--teleport end-->
1210
<div class="ant-tooltip-open ant-slider-handle" style="left: 30%; transform: translateX(-50%);" role="slider" tabindex="0" aria-valuemin="0" aria-valuemax="100" aria-valuenow="30" aria-disabled="false"></div>
1311
<div class="ant-slider-mark"></div>
1412
</div>
1513
</div>
1614
<div style="position: absolute; top: 0px; left: 0px; width: 100%;">
17-
<div>
18-
<!---->
15+
<div><!---->
1916
<div class="ant-tooltip ant-slider-tooltip" style="">
2017
<div class="ant-tooltip-content">
2118
<div class="ant-tooltip-arrow"><span class="ant-tooltip-arrow-content"></span></div>
@@ -32,16 +29,13 @@ exports[`Slider should show tooltip when hovering slider handler 2`] = `
3229
<div tabindex="-1" class="ant-slider">
3330
<div class="ant-slider-rail"></div>
3431
<div class="ant-slider-track" style="left: 0%; width: 30%;"></div>
35-
<div class="ant-slider-step"></div>
36-
<!--teleport start-->
37-
<!--teleport end-->
32+
<div class="ant-slider-step"></div><!--teleport start--><!--teleport end-->
3833
<div class="ant-slider-handle" style="left: 30%; transform: translateX(-50%);" role="slider" tabindex="0" aria-valuemin="0" aria-valuemax="100" aria-valuenow="30" aria-disabled="false"></div>
3934
<div class="ant-slider-mark"></div>
4035
</div>
4136
</div>
4237
<div style="position: absolute; top: 0px; left: 0px; width: 100%;">
43-
<div>
44-
<!---->
38+
<div><!---->
4539
<div class="ant-tooltip ant-slider-tooltip" style="display: none;">
4640
<div class="ant-tooltip-content">
4741
<div class="ant-tooltip-arrow"><span class="ant-tooltip-arrow-content"></span></div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "3.2.13",
3+
"version": "3.2.14",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)