parent
2826ee1d04
commit
e4a7411ede
|
@ -10,6 +10,15 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.2.3
|
||||||
|
|
||||||
|
`2022-05-05`
|
||||||
|
|
||||||
|
- 🌟 Optimize `Tree` performance [#5551](https://github.com/vueComponent/ant-design-vue/issues/5551)
|
||||||
|
- 🐞 Fix `Progress` `type='dashboard'` invalid problem [#5549](https://github.com/vueComponent/ant-design-vue/issues/5549)
|
||||||
|
- 🐞 Fix console warning when `Table` customRender returns `Fragment` component [#5556](https://github.com/vueComponent/ant-design-vue/issues/5556)
|
||||||
|
- 🐞 Fix the issue of rendering redundant dom nodes when the `Card` slot is empty
|
||||||
|
|
||||||
## 3.2.2
|
## 3.2.2
|
||||||
|
|
||||||
`2022-04-26`
|
`2022-04-26`
|
||||||
|
|
|
@ -10,6 +10,15 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.2.3
|
||||||
|
|
||||||
|
`2022-05-05`
|
||||||
|
|
||||||
|
- 🌟 优化 `Tree` 性能 [#5551](https://github.com/vueComponent/ant-design-vue/issues/5551)
|
||||||
|
- 🐞 修复 `Progress` `type='dashboard'` 失效问题 [#5549](https://github.com/vueComponent/ant-design-vue/issues/5549)
|
||||||
|
- 🐞 修复 `Table` customRender 返回 `Fragment` 组件时,控制台 warning 问题 [#5556](https://github.com/vueComponent/ant-design-vue/issues/5556)
|
||||||
|
- 🐞 修复 `Card` 插槽为空时,渲染多余 dom 节点问题
|
||||||
|
|
||||||
## 3.2.2
|
## 3.2.2
|
||||||
|
|
||||||
`2022-04-26`
|
`2022-04-26`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.2.2",
|
"version": "3.2.3",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue