parent
c127bac6fe
commit
98867b36ae
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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โฆ
Reference in New Issue