Skip to content

Commit 3be5a42

Browse files
committed
release 2.2.4
1 parent 0cd3db0 commit 3be5a42

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.en-US.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.2.4
14+
15+
`2021-08-10`
16+
17+
- 🌟 Support [email protected] [#4490](https://github.com/vueComponent/ant-design-vue/issues/4490)
18+
- 🌟 Automatically hide the horizontal scroll bar of `Table` [#4484](https://github.com/vueComponent/ant-design-vue/issues/4484)
19+
1320
## 2.2.3
1421

1522
`2021-08-07`

CHANGELOG.zh-CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.2.4
14+
15+
`2021-08-10`
16+
17+
- 🌟 支持 [email protected] [#4490](https://github.com/vueComponent/ant-design-vue/issues/4490)
18+
- 🌟 自动隐藏 `Table` 横向滚动条 [#4484](https://github.com/vueComponent/ant-design-vue/issues/4484)
19+
1320
## 2.2.3
1421

1522
`2021-08-07`

components/_util/transition.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { BaseTransitionProps, CSSProperties, onBeforeUpdate, Ref } from 'vue';
1+
import type { BaseTransitionProps, CSSProperties, Ref } from 'vue';
2+
import { onBeforeUpdate } from 'vue';
23
import { getCurrentInstance } from 'vue';
34
import { defineComponent, nextTick, Transition as T, TransitionGroup as TG } from 'vue';
45

0 commit comments

Comments
 (0)