You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issue-reply.yml
+14-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ jobs:
10
10
steps:
11
11
- name: Need Reproduce
12
12
if: github.event.label.name == '🤔 Need Reproduce'
13
-
uses: actions-cool/issues-helper@v1
13
+
uses: actions-cool/issues-helper@v1.2
14
14
with:
15
15
actions: 'create-comment'
16
16
issue-number: ${{ github.event.issue.number }}
@@ -21,11 +21,23 @@ jobs:
21
21
22
22
- name: help wanted
23
23
if: github.event.label.name == 'help wanted'
24
-
uses: actions-cool/issues-helper@v1
24
+
uses: actions-cool/issues-helper@v1.2
25
25
with:
26
26
actions: 'create-comment'
27
27
issue-number: ${{ github.event.issue.number }}
28
28
body: |
29
29
Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
Hello @${{ github.event.issue.user.login }}, we use GitHub issues to trace bugs or discuss plans of Ant Design Vue. So, please don't ask usage questions here. You can try to open a new discussion in [antdv discussions](https://github.com/vueComponent/ant-design-vue/discussions), select `Q&A` to ask questions, also can ask questions on [Stack Overflow](http://stackoverflow.com/questions/) or [Segment Fault](https://segmentfault.com).
Hello @${{ github.event.pull_request.user.login }}, we use GitHub PR to build and perfect of Ant Design Vue. So, please don't ask usage questions here. You can try to open a new discussion in [antdv discussions](https://github.com/vueComponent/ant-design-vue/discussions), select `Q&A` to ask questions, also can ask questions on [Stack Overflow](http://stackoverflow.com/questions/) or [Segment Fault](https://segmentfault.com).
Copy file name to clipboardExpand all lines: CHANGELOG.en-US.md
+14
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@
10
10
11
11
---
12
12
13
+
## 2.2.3
14
+
15
+
`2021-08-07`
16
+
17
+
- 🌟 Use `position: sticky` for the fixed column of `Table` to improve performance and solve the problem of misalignment in some scenes [38569c](https://github.com/vueComponent/ant-design-vue/commit/38569c28c7eb4eaa34f2cc096982daea901062d4)
18
+
- 🌟 `Collapse` supports number type key [#4405](https://github.com/vueComponent/ant-design-vue/issues/4405)
19
+
- 🌟 Optimize the flickering problem of `Tabs` when selected under windows [#4241](https://github.com/vueComponent/ant-design-vue/issues/4241)
20
+
- 🌟 `InputPassword` supports global setting prefixCls [#4430](https://github.com/vueComponent/ant-design-vue/issues/4430)
0 commit comments