parent
39ac6ed89e
commit
3003d67c4f
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.2.8
|
||||
|
||||
`2022-06-24`
|
||||
|
||||
- ๐ Image add scroll wheel to zoom in and out [#5703](https://github.com/vueComponent/ant-design-vue/issues/5703)
|
||||
- ๐ ConfigProvider.config added getPopupContainer [62dc24](https://github.com/vueComponent/ant-design-vue/commit/62dc2402f37c0ca0514f5b8fbb363247f0216bb2)
|
||||
- ๐ Upload tooltip does not show issues [#5714](https://github.com/vueComponent/ant-design-vue/issues/5714)
|
||||
- ๐ Row gutter property type error [#5725](https://github.com/vueComponent/ant-design-vue/issues/5725)
|
||||
- ๐ Whether Typography is editable or not, the state is not reset after switching [#5743](https://github.com/vueComponent/ant-design-vue/issues/5743)
|
||||
- ๐ In DirectoryTree multi-selection mode, a single node should be selected when clicking (multi-selection only selects multiple nodes when pressing ctrl and shift keys) [#5732](https://github.com/vueComponent/ant-design-vue/ issues/5732)
|
||||
|
||||
## 3.2.7
|
||||
|
||||
`2022-06-13`
|
||||
|
@ -461,7 +472,7 @@ Github๏ผ[https://github.com/surely-vue/table]
|
|||
- ๐ Fix the problem that TreeSelect selectable and checkable cannot be closed [#4838](https://github.com/vueComponent/ant-design-vue/issues/4838)
|
||||
- ๐ Fix the problem that Tabs cannot be scrolled on the mobile terminal [#4828](https://github.com/vueComponent/ant-design-vue/issues/4828)
|
||||
- ๐ Fix InputNumber does not trigger inspection under form [#4831](https://github.com/vueComponent/ant-design-vue/issues/4831)
|
||||
- ๐ Fix that when Select uses `<a-select-option>` to build a node, the automatic word segmentation fails [#4844](https://github.com/vueComponent/ant-design-vue/issues/4844)
|
||||
- ๐ Fix that when Select uses `\<a-select-option>` to build a node, the automatic word segmentation fails [#4844](https://github.com/vueComponent/ant-design-vue/issues/4844)
|
||||
|
||||
## 3.0.0-alpha.8
|
||||
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.2.8
|
||||
|
||||
`2022-06-24`
|
||||
|
||||
- ๐ Image ๆฐๅขๆป่ฝฎๆพๅคง็ผฉๅฐ [#5703](https://github.com/vueComponent/ant-design-vue/issues/5703)
|
||||
- ๐ ConfigProvider.config ๆฐๅข getPopupContainer [62dc24](https://github.com/vueComponent/ant-design-vue/commit/62dc2402f37c0ca0514f5b8fbb363247f0216bb2)
|
||||
- ๐ Upload tooltip ไธๅฑ็คบ้ฎ้ข [#5714](https://github.com/vueComponent/ant-design-vue/issues/5714)
|
||||
- ๐ Row gutter ๅฑๆง็ฑปๅ้่ฏฏ [#5725](https://github.com/vueComponent/ant-design-vue/issues/5725)
|
||||
- ๐ Typography ๆฏๅฆๅฏ็ผ่พๅๆขๅ๏ผ็ถๆๆช้็ฝฎ้ฎ้ข [#5743](https://github.com/vueComponent/ant-design-vue/issues/5743)
|
||||
- ๐ DirectoryTree ๅค้ๆจกๅผไธ๏ผ็นๅปๆถๅบ่ฏฅ้ไธญๅไธช่็น(ๅค้ๅชๆ้
ๅ ctrlใshift ๆ้ฎๆถ้ไธญๅคไธช่็น) [#5732](https://github.com/vueComponent/ant-design-vue/issues/5732)
|
||||
|
||||
## 3.2.7
|
||||
|
||||
`2022-06-13`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.2.7",
|
||||
"version": "3.2.8",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loadingโฆ
Reference in New Issue