parent
d58a5d8b12
commit
d7f6148f24
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
`2021-06-24`
|
||||
|
||||
- ๐ Support vite-plugin-components to be loaded on demand
|
||||
- ๐ Refactor the List component
|
||||
- ๐ Select adds responsive folding option [656d14](https://github.com/vueComponent/ant-design-vue/commit/656d14fc4e4ef0f781324438f0d58cfb6816d583)
|
||||
- ๐ Fix the problem that the virtual list cannot be scrolled when the Select dynamic update option [b2aa49d](https://github.com/vueComponent/ant-design-vue/commit/b2aa49d064a83c6ce786a6bb4cd9fc5266a5964d)
|
||||
- ๐ Fix the incorrect location of Select keyboard events [604372](https://github.com/vueComponent/ant-design-vue/commit/604372ff2da521dd580ad5229f7dbd445c1c6190)
|
||||
- ๐ Fix the issue that AutoComplete does not support options slot [#4012](https://github.com/vueComponent/ant-design-vue/issues/4012)
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
`2021-06-21`
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.2.0-beta.5
|
||||
|
||||
`2021-06-24`
|
||||
|
||||
- ๐ ๆฏๆ vite-plugin-components ๆ้ๅ ่ฝฝ
|
||||
- ๐ ้ๆ List ็ปไปถ
|
||||
- ๐ Select ๆฐๅขๅๅบๅผๆๅ ้้กน [656d14](https://github.com/vueComponent/ant-design-vue/commit/656d14fc4e4ef0f781324438f0d58cfb6816d583)
|
||||
- ๐ ไฟฎๅค Select ๅจๆๆดๆฐ้้กนๆถ่ๆๅ่กจๆ ๆณๆปๅจ้ฎ้ข [b2aa49d](https://github.com/vueComponent/ant-design-vue/commit/b2aa49d064a83c6ce786a6bb4cd9fc5266a5964d)
|
||||
- ๐ ไฟฎๅค Select ้ฎ็ไบไปถไฝ็ฝฎไธๆญฃ็กฎ้ฎ้ข [604372](https://github.com/vueComponent/ant-design-vue/commit/604372ff2da521dd580ad5229f7dbd445c1c6190)
|
||||
- ๐ ไฟฎๅค AutoComplete ไธๆฏๆ options slot ้ฎ้ข [#4012](https://github.com/vueComponent/ant-design-vue/issues/4012)
|
||||
|
||||
## 2.2.0-beta.4
|
||||
|
||||
`2021-06-21`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.2.0-beta.4",
|
||||
"version": "2.2.0-beta.5",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue