parent
96299c5812
commit
57469f4be8
|
@ -10,6 +10,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.13
|
||||
|
||||
`2021-11-28`
|
||||
|
||||
๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
|
||||
|
||||
Publish Performant advanced table component Surely Vue
|
||||
|
||||
Official website ๏ผ [https://surely.cool/](https://surely.cool/)
|
||||
|
||||
Github๏ผ[https://github.com/surely-vue/table]
|
||||
|
||||
- ๐ Upgrade ts, fix component type error [e28168](https://github.com/vueComponent/ant-design-vue/commit/e28168e0bed28a97ef8c7b33f80d03f6fd0b5a02)[#4908](https://github.com/vueComponent/ant- design-vue/issues/4908)[#4912](https://github.com/vueComponent/ant-design-vue/issues/4912)
|
||||
- ๐ Drawer visible is changed to optional to avoid reporting type errors in the writing of jsx v-model [#4908](https://github.com/vueComponent/ant-design-vue/issues/4908)
|
||||
- ๐ Fix the problem that the tabs moreIcon slot does not take effect [#4928](https://github.com/vueComponent/ant-design-vue/issues/4928)
|
||||
- ๐ Fix Button :disabled="false" when the style is wrong [#4930](https://github.com/vueComponent/ant-design-vue/issues/4930)
|
||||
- ๐ Fix the expansion component (Select, AutoComplete, TreeSelect), the animation direction is wrong, the expansion flashing problem [#4909](https://github.com/vueComponent/ant-design-vue/issues/4909)
|
||||
- ๐ Anchor class name fixed has no prefix, which leads to naming conflicts [#4931](https://github.com/vueComponent/ant-design-vue/issues/4931)
|
||||
|
||||
## 3.0.0-alpha.12
|
||||
|
||||
`2021-11-20`
|
||||
|
|
|
@ -10,6 +10,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.13
|
||||
|
||||
`2021-11-28`
|
||||
|
||||
๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
|
||||
|
||||
้ซ็บง็ปไปถ Surely Vue ๅๅธ๏ผ๏ผ๏ผ
|
||||
|
||||
ๅฎๆน็ซ็น ๏ผ [https://surely.cool/](https://surely.cool/)
|
||||
|
||||
Github๏ผ[https://github.com/surely-vue/table]
|
||||
|
||||
- ๐ ๅ็บง ts๏ผไฟฎๅค็ปไปถ็ฑปๅ้่ฏฏ [e28168](https://github.com/vueComponent/ant-design-vue/commit/e28168e0bed28a97ef8c7b33f80d03f6fd0b5a02)[#4908](https://github.com/vueComponent/ant-design-vue/issues/4908)[#4912](https://github.com/vueComponent/ant-design-vue/issues/4912)
|
||||
- ๐ Drawer visible ๆนไธบๅฏ้๏ผ้ฟๅ
ๅจ jsx v-model ๅๆณไธญๆฅ็ฑปๅ้่ฏฏ [#4908](https://github.com/vueComponent/ant-design-vue/issues/4908)
|
||||
- ๐ ไฟฎๅค tabs moreIcon ๆๆงฝไธ็ๆ้ฎ้ข [#4928](https://github.com/vueComponent/ant-design-vue/issues/4928)
|
||||
- ๐ ไฟฎๅค Button :disabled="false" ๆถ๏ผๆ ทๅผ้่ฏฏ้ฎ้ข [#4930](https://github.com/vueComponent/ant-design-vue/issues/4930)
|
||||
- ๐ ไฟฎๅคๅฑๅผ็ฑป็ปไปถ(SelectใAutoCompleteใTreeSelect)๏ผๅจ็ปๆนๅ้่ฏฏใๅฑๅผ้ชๅจ้ฎ้ข [#4909](https://github.com/vueComponent/ant-design-vue/issues/4909)
|
||||
- ๐ Anchor ็ฑปๅ fixed ๆฒกๆๅ็ผ๏ผๅฏผ่ดๅฝๅๅฒ็ช้ฎ้ข [#4931](https://github.com/vueComponent/ant-design-vue/issues/4931)
|
||||
|
||||
## 3.0.0-alpha.12
|
||||
|
||||
`2021-11-20`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.0.0-alpha.12",
|
||||
"version": "3.0.0-alpha.13",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue