Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
71b8c55
chore: standardize repository config
afc163 Jun 26, 2026
7319259
chore: address review feedback
afc163 Jun 26, 2026
afd83c5
chore: limit workflow token permissions
afc163 Jun 26, 2026
94c900f
chore: remove cloudflare preview and now-build
afc163 Jun 26, 2026
a0e0a3b
docs: add Ant Design logo to README header
afc163 Jun 26, 2026
97aa6b5
docs: standardize README release details
afc163 Jun 26, 2026
59fbf0d
ci: make surge preview non-blocking
afc163 Jun 26, 2026
4881d58
docs: clarify Ant Design ecosystem note
afc163 Jun 26, 2026
85903b8
ci: keep surge preview as fallback
afc163 Jun 26, 2026
63dc94c
docs: refine README usage and ecosystem note
afc163 Jun 27, 2026
7af3cb3
ci: isolate surge preview token
afc163 Jun 27, 2026
eb63e60
chore: address review comments
afc163 Jun 27, 2026
eafc0c3
docs: update Ant Design logo
afc163 Jun 27, 2026
32211dd
docs: add Chinese README
afc163 Jun 27, 2026
fc3d5f4
docs: refine bilingual README branding
afc163 Jun 27, 2026
7c64b9c
chore: standardize rc tooling and docs
afc163 Jun 27, 2026
b98f97e
chore: address standardization review comments
afc163 Jun 27, 2026
2f7622c
chore: include father config in type checks
afc163 Jun 27, 2026
d27ed0f
ci: update GitHub Actions versions
afc163 Jun 28, 2026
67f433d
ci: use resolvable CodeQL action ref
afc163 Jun 28, 2026
d55b788
docs: add license file
afc163 Jun 28, 2026
82158ee
ci: use actions checkout v7
afc163 Jun 28, 2026
a944f5a
chore: standardize package metadata
afc163 Jun 28, 2026
90bb2b7
ci: standardize dependabot updates
afc163 Jun 28, 2026
3132e83
docs: fix Chinese README API names
afc163 Jun 28, 2026
ba60fd3
docs: localize Chinese README descriptions
afc163 Jun 28, 2026
5f1fe5d
chore: refine preview workflow ignores
afc163 Jun 28, 2026
9dad1c3
docs: polish Chinese README wording
afc163 Jun 28, 2026
9ec5458
chore: add missing prettier dependency
afc163 Jun 28, 2026
a9f9304
chore: add missing gh-pages dependency
afc163 Jun 28, 2026
35f1023
docs: polish Chinese README wording
afc163 Jun 28, 2026
692149c
docs: document dumi dev server port
afc163 Jun 28, 2026
01e7631
chore: standardize husky configuration
afc163 Jun 28, 2026
b70ff85
docs: align readme badge layout
afc163 Jun 28, 2026
24a29c1
ci: limit reusable workflow secrets
afc163 Jun 28, 2026
38a7ae5
ci: restore reusable workflow compatibility
afc163 Jun 28, 2026
3cb5887
docs: polish zh-CN readme wording
afc163 Jun 28, 2026
f7890cc
ci: narrow surge preview permissions
afc163 Jun 28, 2026
5bd2ec9
chore: limit reusable workflow secrets
afc163 Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
# These are supported funding model platforms

github: ant-design # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: ant-design # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
thanks_dev: # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
github: ant-design
open_collective: ant-design
22 changes: 12 additions & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ "master" ]
branches: ['master']
pull_request:
branches: [ "master" ]
branches: ['master']
schedule:
- cron: "19 0 * * 4"
- cron: '19 0 * * 4'

jobs:
analyze:
Expand All @@ -20,22 +20,24 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
with:
category: "/language:${{ matrix.language }}"
category: '/language:${{ matrix.language }}'
4 changes: 3 additions & 1 deletion .github/workflows/react-component-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ✅ test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
secrets: inherit
secrets: inherit
27 changes: 27 additions & 0 deletions .github/workflows/react-doctor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: React Doctor

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [master]

permissions:
contents: read
pull-requests: write
issues: write
statuses: write

concurrency:
group: react-doctor-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
react-doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
persist-credentials: false
- uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
42 changes: 42 additions & 0 deletions .github/workflows/surge-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Surge Preview

on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: write
checks: write
statuses: write

jobs:
preview:
runs-on: ubuntu-latest
env:
PREVIEW: true
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- name: Build preview
if: ${{ secrets.SURGE_TOKEN != '' }}
run: |
npm install
npm run build
- uses: afc163/surge-preview@bf90a5a86111f6311ca42f0a5a0f80fb0fb03cec
if: ${{ secrets.SURGE_TOKEN != '' }}
env:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
with:
surge_token: ${{ env.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: docs-dist
failOnError: false
setCommitStatus: false
- name: Skip Surge preview
if: ${{ secrets.SURGE_TOKEN == '' }}
run: echo "SURGE_TOKEN is not configured; skip Surge preview."
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ docs-dist/
.dumi/tmp
.dumi/tmp-production

bun.lockb
bun.lockb
.vercel
Loading
Loading