parent
e99e382ce6
commit
72b1312209
|
@ -10,6 +10,17 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.7
|
||||||
|
|
||||||
|
`2021-08-07`
|
||||||
|
|
||||||
|
- ๐ `Tree` supports global setting of title via slot [#4299](https://github.com/vueComponent/ant-design-vue/issues/4299)
|
||||||
|
- ๐ `InputPassword` supports global setting prefixCls [#4280](https://github.com/vueComponent/ant-design-vue/issues/4280)
|
||||||
|
- ๐ `TreeSelect` supports showArrow [#4360](https://github.com/vueComponent/ant-design-vue/issues/4360)
|
||||||
|
- ๐ Optimize the flickering problem of `Tabs` when selected under windows [#4241](https://github.com/vueComponent/ant-design-vue/issues/4241)
|
||||||
|
- ๐ `Table` supports slot customization expandIcon [#4448](https://github.com/vueComponent/ant-design-vue/issues/4448)
|
||||||
|
- ๐ Fix the problem that the global prefixCls of the `Empty` component is not responsive [#4446](https://github.com/vueComponent/ant-design-vue/issues/4446)
|
||||||
|
|
||||||
## 1.7.6
|
## 1.7.6
|
||||||
|
|
||||||
`2021-06-26`
|
`2021-06-26`
|
||||||
|
|
|
@ -10,6 +10,17 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.7
|
||||||
|
|
||||||
|
`2021-08-07`
|
||||||
|
|
||||||
|
- ๐ `Tree` ๆฏๆๅ
จๅฑ้่ฟ slot ่ฎพ็ฝฎ title [#4299](https://github.com/vueComponent/ant-design-vue/issues/4299)
|
||||||
|
- ๐ `InputPassword` ๆฏๆๅ
จๅฑ่ฎพ็ฝฎ prefixCls [#4280](https://github.com/vueComponent/ant-design-vue/issues/4280)
|
||||||
|
- ๐ `TreeSelect` ๆฏๆ showArrow [#4360](https://github.com/vueComponent/ant-design-vue/issues/4360)
|
||||||
|
- ๐ ไผๅ `Tabs` ๅจ windows ไธ้ไธญๆถ้ชๅจ้ฎ้ข [#4241](https://github.com/vueComponent/ant-design-vue/issues/4241)
|
||||||
|
- ๐ `Table` ๆฏๆ้่ฟ slot ่ชๅฎไน expandIcon [#4448](https://github.com/vueComponent/ant-design-vue/issues/4448)
|
||||||
|
- ๐ ไฟฎๅค `Empty` ็ปไปถๅ
จๅฑ prefixCls ๆฒกๆๅๅบๅผ้ฎ้ข [#4446](https://github.com/vueComponent/ant-design-vue/issues/4446)
|
||||||
|
|
||||||
## 1.7.6
|
## 1.7.6
|
||||||
|
|
||||||
`2021-06-26`
|
`2021-06-26`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.7.6",
|
"version": "1.7.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