diff --git a/.dumi/theme/common/ComponentChangelog/ComponentChangelog.tsx b/.dumi/theme/common/ComponentChangelog/ComponentChangelog.tsx index 32d05d513fed..f20d122cbdcc 100644 --- a/.dumi/theme/common/ComponentChangelog/ComponentChangelog.tsx +++ b/.dumi/theme/common/ComponentChangelog/ComponentChangelog.tsx @@ -137,9 +137,9 @@ const ParseChangelog: React.FC<{ changelog: string }> = (props) => { } else { let node: React.ReactNode = lastStr; if (isQuota) { - node = {node}; + node = {node}; } else if (isBold) { - node = {node}; + node = {node}; } nodes.push(node); diff --git a/.github/workflows/release-tweet.yml b/.github/workflows/release-x.yml similarity index 59% rename from .github/workflows/release-tweet.yml rename to .github/workflows/release-x.yml index 449ea8ae6f64..f3c231747691 100644 --- a/.github/workflows/release-tweet.yml +++ b/.github/workflows/release-x.yml @@ -1,10 +1,9 @@ -name: ๐Ÿฆ Release to Tweet +name: ๐Ÿ†‡ Release to X on: - create - -permissions: - contents: read + workflow_dispatch: + release: + types: [published] jobs: tweet: @@ -12,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Tweet - uses: nearform-actions/github-action-notify-twitter@v1 + uses: nearform-actions/github-action-notify-twitter@master with: message: | - ๐Ÿค– Ant Design just released antd@${{ github.event.ref }} โœจ๐ŸŽŠโœจ Check out the full release note: https://github.com/ant-design/ant-design/releases/tag/${{ github.event.ref }} + ๐Ÿค– Ant Design just released antd@${{ github.event.release.tag_name }} โœจ๐ŸŽŠโœจ Check out the full release note: ${{ github.event.release.html_url }} twitter-app-key: ${{ secrets.TWITTER_API_KEY }} - twitter-app-secret: ${{ secrets.TWITTER_API_SECRET_KEY }} + twitter-app-secret: ${{ secrets.TWITTER_API_SECRET }} twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index e12ef25f3fb6..c50afbfa2e0b 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,18 @@ tag: vVERSION --- +### 5.23.4 + +`2025-02-05` + +First release in the Year of the Snake, wishing you a prosperous start! ๐Ÿ + +- ๐Ÿž Fixed Pagination accessibility issue by supplementing missing ARIA attributes support. [#52616](https://github.com/ant-design/ant-design/pull/52616) [@aojunhao123](https://github.com/aojunhao123) +- ๐Ÿž Added TextArea component support in `Space.Compact`. [#52639](https://github.com/ant-design/ant-design/pull/52639) [@Can-Chen](https://github.com/Can-Chen) +- ๐Ÿž Fixed Menu with `theme="dark"` and `mode="horizontal"` identical text/background color issue. [#52617](https://github.com/ant-design/ant-design/pull/52617) [@afc163](https://github.com/afc163) +- ๐Ÿ‡ฆ๐Ÿ‡ช Add Tour Arabic translation. [#52642](https://github.com/ant-design/ant-design/pull/52642) [@Sagie501](https://github.com/Sagie501) +- ๐Ÿ‡ฎ๐Ÿ‡ฑ Add Tour Hebrew translation. [#52641](https://github.com/ant-design/ant-design/pull/52641) [@Sagie501](https://github.com/Sagie501) + ## 5.23.3 `2025-01-28` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 975da5748ac6..95762abdb270 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,19 @@ tag: vVERSION --- +## 5.23.4 + +`2025-02-05` + +่›‡ๅนด็ฌฌไธ€ไธช็‰ˆๆœฌ๏ผŒๅผ€ๅทฅๅคงๅ‰๏ผ๐Ÿ + +- ๐Ÿž ไฟฎๅค Pagination ๅฏ่ฎฟ้—ฎๆ€ง้—ฎ้ข˜๏ผŒ่กฅๅ……็ผบๅคฑ็š„ ARIA ๅฑžๆ€งๆ”ฏๆŒใ€‚[#52616](https://github.com/ant-design/ant-design/pull/52616) [@aojunhao123](https://github.com/aojunhao123) +- ๐Ÿž Space.Compact ๆ”ฏๆŒ textarea ็ป„ไปถใ€‚[#52639](https://github.com/ant-design/ant-design/pull/52639) [@Can-Chen](https://github.com/Can-Chen) +- ๐Ÿž ไฟฎๅค Menu `theme="dark"` ๆ—ถๆฐดๅนณ่œๅ•็š„ๆ–‡ๅญ—่‰ฒๅ’Œ่ƒŒๆ™ฏ่‰ฒๅŒ่‰ฒ็š„้—ฎ้ข˜ใ€‚[#52617](https://github.com/ant-design/ant-design/pull/52617) [@afc163](https://github.com/afc163) +- ๐Ÿ‡ช๐Ÿ‡ฌ Tour ๅขžๅŠ ้˜ฟๆ‹‰ไผฏๆ–‡(ๅŸƒๅŠ) (ar_EG) ็š„็ฟป่ฏ‘ใ€‚ [#52642](https://github.com/ant-design/ant-design/pull/52642) [@Sagie501](https://github.com/Sagie501) +- ๐Ÿ‡ฎ๐Ÿ‡ฑ Tour ๅขžๅŠ ไปฅ่‰ฒๅˆ—็š„ๅ›ฝ้™…ๅŒ–็ฟป่ฏ‘ใ€‚[#52641](https://github.com/ant-design/ant-design/pull/52641) [@Sagie501](https://github.com/Sagie501) + + ## 5.23.3 `2025-01-28` diff --git a/components/card/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/card/__tests__/__snapshots__/demo-extend.test.ts.snap index f24050255596..03b7eda3c2f6 100644 --- a/components/card/__tests__/__snapshots__/demo-extend.test.ts.snap +++ b/components/card/__tests__/__snapshots__/demo-extend.test.ts.snap @@ -213,11 +213,9 @@ Array [ aria-controls="rc-tabs-test-more-popup" aria-expanded="false" aria-haspopup="listbox" - aria-hidden="true" class="ant-tabs-nav-more" id="rc-tabs-test-more" style="visibility: hidden; order: 1;" - tabindex="-1" type="button" >