Browse Source

release 3.2.1

pull/4757/head 3.2.1
tangjinzhou 3 years ago
parent
commit
98867b36ae
  1. 15
      CHANGELOG.en-US.md
  2. 15
      CHANGELOG.zh-CN.md
  3. 2
      package.json

15
CHANGELOG.en-US.md

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

15
CHANGELOG.zh-CN.md

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "3.2.0",
"version": "3.2.1",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [

Loading…
Cancel
Save