parent
4c1347c24b
commit
4a28121b91
|
@ -10,6 +10,21 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 2.2.7
|
||||||
|
|
||||||
|
`2021-09-08`
|
||||||
|
|
||||||
|
- ๐ Menu supports overflowedIndicator slot [#4515](https://github.com/vueComponent/ant-design-vue/issues/4515)
|
||||||
|
- ๐ useForm supports dynamic rule [#4498](https://github.com/vueComponent/ant-design-vue/issues/4498)
|
||||||
|
- ๐ Select supports Number type [#4570](https://github.com/vueComponent/ant-design-vue/issues/4570)
|
||||||
|
- ๐ Fix the warning problem caused by css zoom [#4554](https://github.com/vueComponent/ant-design-vue/issues/4554)
|
||||||
|
- ๐ Fix Mentions input Chinese error report [#4524](https://github.com/vueComponent/ant-design-vue/issues/4524)
|
||||||
|
- ๐ Fix the issue that AutoComplete does not support global prefixCls [#4566](https://github.com/vueComponent/ant-design-vue/issues/4566)
|
||||||
|
- ๐ Fix Table nested table error report [#4600](https://github.com/vueComponent/ant-design-vue/issues/4600)
|
||||||
|
- ๐ Fix MenuItem danger property under Dropdown has no style problem [#4618](https://github.com/vueComponent/ant-design-vue/issues/4618)
|
||||||
|
- ๐ Fix Modal.xxx and other methods passing appContext invalid problem [#4627](https://github.com/vueComponent/ant-design-vue/issues/4627)
|
||||||
|
- ๐ Fix some TS type errors
|
||||||
|
|
||||||
## 2.2.6
|
## 2.2.6
|
||||||
|
|
||||||
`2021-08-12`
|
`2021-08-12`
|
||||||
|
|
|
@ -10,6 +10,21 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 2.2.7
|
||||||
|
|
||||||
|
`2021-09-08`
|
||||||
|
|
||||||
|
- ๐ Menu ๆฏๆ overflowedIndicator ๆๆงฝ [#4515](https://github.com/vueComponent/ant-design-vue/issues/4515)
|
||||||
|
- ๐ useForm ๆฏๆๅจๆ rule [#4498](https://github.com/vueComponent/ant-design-vue/issues/4498)
|
||||||
|
- ๐ Select ๆฏๆ Number ็ฑปๅ [#4570](https://github.com/vueComponent/ant-design-vue/issues/4570)
|
||||||
|
- ๐ ไฟฎๅค css zoom ๅผ่ตท็ warning ้ฎ้ข [#4554](https://github.com/vueComponent/ant-design-vue/issues/4554)
|
||||||
|
- ๐ ไฟฎๅค Mentions ่พๅ
ฅไธญๆๆฅ้้ฎ้ข [#4524](https://github.com/vueComponent/ant-design-vue/issues/4524)
|
||||||
|
- ๐ ไฟฎๅค AutoComplete ไธๆฏๆๅ
จๅฑ prefixCls ้ฎ้ข [#4566](https://github.com/vueComponent/ant-design-vue/issues/4566)
|
||||||
|
- ๐ ไฟฎๅค Table ๅตๅฅ่กจๆ ผๆฅ้้ฎ้ข [#4600](https://github.com/vueComponent/ant-design-vue/issues/4600)
|
||||||
|
- ๐ ไฟฎๅค Dropdown ไธ็ MenuItem danger ๅฑๆงๆ ๆ ทๅผ้ฎ้ข [#4618](https://github.com/vueComponent/ant-design-vue/issues/4618)
|
||||||
|
- ๐ ไฟฎๅค Modal.xxx ็ญๆนๆณไผ ้ appContext ๅคฑๆ้ฎ้ข [#4627](https://github.com/vueComponent/ant-design-vue/issues/4627)
|
||||||
|
- ๐ ไฟฎๅคไธไบ TS ็ฑปๅ้่ฏฏ
|
||||||
|
|
||||||
## 2.2.6
|
## 2.2.6
|
||||||
|
|
||||||
`2021-08-12`
|
`2021-08-12`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "2.2.6",
|
"version": "2.2.7",
|
||||||
"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