Skip to content

Commit 98867b3

Browse files
committed
release 3.2.1
1 parent c127bac commit 98867b3

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 3.2.1
14+
15+
`2022-04-25`
16+
17+
- 🌟 `Image` previewMask supports `false`, `function` [#5531](https://github.com/vueComponent/ant-design-vue/issues/5531)
18+
- 🌟 `Select` option to add title
19+
- 🌟 `Table` optimizes the drag handle to prevent sorting, filtering, etc. from being triggered when dragging
20+
- 🐞 Fix the issue of triggering search event after `Select` is selected [#5537](https://github.com/vueComponent/ant-design-vue/issues/5537)
21+
- 🐞 Fix SSR memory leak issue [#5502](https://github.com/vueComponent/ant-design-vue/issues/5502)
22+
- 🐞 Fix `Table` expandFixed ts type error [#5539](https://github.com/vueComponent/ant-design-vue/issues/5539)
23+
24+
#### Documentation:
25+
26+
- 🌟 Added Modal drag and drop demo [More](https://www.antdv.com/components/modal#components-modal-demo-modal-render)
27+
1328
## 3.2.0
1429

1530
`2022-04-19`

CHANGELOG.zh-CN.md

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

1111
---
1212

13+
## 3.2.1
14+
15+
`2022-04-25`
16+
17+
- 🌟 `Image` previewMask 支持 `false``function` [#5531](https://github.com/vueComponent/ant-design-vue/issues/5531)
18+
- 🌟 `Select` option 添加 title
19+
- 🌟 `Table` 优化拖拽手柄,防止拖拽时触发排序、筛选等
20+
- 🐞 修复 `Select` 选中选项后,触发 search 事件问题 [#5537](https://github.com/vueComponent/ant-design-vue/issues/5537)
21+
- 🐞 修复 SSR 内存泄漏问题 [#5502](https://github.com/vueComponent/ant-design-vue/issues/5502)
22+
- 🐞 修复 `Table` expandFixed ts 类型错误 [#5539](https://github.com/vueComponent/ant-design-vue/issues/5539)
23+
24+
#### 文档:
25+
26+
- 🌟 新增 Modal 拖拽示例 [体验](https://www.antdv.com/components/modal#components-modal-demo-modal-render)
27+
1328
## 3.2.0
1429

1530
`2022-04-19`

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.0",
3+
"version": "3.2.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)