parent
3cbbba1020
commit
09ff91488c
|
@ -10,6 +10,18 @@
|
|||
|
||||
---
|
||||
|
||||
##3.2.4
|
||||
|
||||
`2022-05-23`
|
||||
|
||||
- ๐ Fix InputNumber v-model type error [#5577](https://github.com/vueComponent/ant-design-vue/issues/5677)
|
||||
- ๐ Select supports global size [#5590](https://github.com/vueComponent/ant-design-vue/issues/5590)
|
||||
- ๐ Form clearValidate resetValidate support array [#5619](https://github.com/vueComponent/ant-design-vue/issues/5619)
|
||||
- ๐ Drawer custom closeIcon does not take effect [#5616](https://github.com/vueComponent/ant-design-vue/issues/5616)
|
||||
- ๐ Fix CountDown support dayjs [#5edca6](https://github.com/vueComponent/ant-design-vue/commit/5edca6be5a4e1aee9cde46724b14900f6c86bfb2)
|
||||
- ๐ Tree support scrollTo [#5626](https://github.com/vueComponent/ant-design-vue/issues/5626)
|
||||
- ๐ Tooltip disabled class name error [#5627](https://github.com/vueComponent/ant-design-vue/issues/5627)
|
||||
|
||||
## 3.2.3
|
||||
|
||||
`2022-05-05`
|
||||
|
|
|
@ -10,6 +10,18 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.2.4
|
||||
|
||||
`2022-05-23`
|
||||
|
||||
- ๐ ไฟฎๅค InputNumber v-model ็ฑปๅ้่ฏฏ [#5577](https://github.com/vueComponent/ant-design-vue/issues/5677)
|
||||
- ๐ Select ๆฏๆๅ
จๅฑ size [#5590](https://github.com/vueComponent/ant-design-vue/issues/5590)
|
||||
- ๐ Form clearValidate resetValidate ๆฏๆๆฐ็ป [#5619](https://github.com/vueComponent/ant-design-vue/issues/5619)
|
||||
- ๐ Drawer ่ชๅฎไน closeIcon ไธ็ๆ้ฎ้ข [#5616](https://github.com/vueComponent/ant-design-vue/issues/5616)
|
||||
- ๐ ไฟฎๅค CountDown ๆฏๆ dayjs [#5edca6](https://github.com/vueComponent/ant-design-vue/commit/5edca6be5a4e1aee9cde46724b14900f6c86bfb2)
|
||||
- ๐ Tree ๆฏๆ scrollTo [#5626](https://github.com/vueComponent/ant-design-vue/issues/5626)
|
||||
- ๐ Tooltip disabled ็ฑปๅ้่ฏฏ้ฎ้ข [#5627](https://github.com/vueComponent/ant-design-vue/issues/5627)
|
||||
|
||||
## 3.2.3
|
||||
|
||||
`2022-05-05`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue