lijianan
d85e0e0163
Merge branch 'master' into chore/scripts
2025-10-19 11:08:45 +08:00
thinkasany
2818ba6b87
chore: turn on react-hooks/immutability ( #55357 )
...
* chore: turn on react-hooks/immutability
* Update .dumi/theme/common/Color/Palette.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
---------
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-19 09:48:23 +08:00
lijianan
17cdff8c4c
site: Graph should be destroy when page unmount ( #55361 )
...
* site: update missing dependency
* update
* update
* Update .dumi/theme/layouts/DocLayout/index.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* update
* site: TreeGraph should be destroy when unmount
* update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-19 09:38:03 +08:00
renovate[bot]
9b953b0fcc
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v4 ( #55360 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-19 09:20:26 +08:00
lijianan
9823f348fc
site: update missing dependency ( #55358 )
...
* site: update missing dependency
* update
* update
* Update .dumi/theme/layouts/DocLayout/index.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-19 09:07:49 +08:00
lijianan
bd00e59fc1
fix: update missing dependency ( #55322 )
2025-10-19 00:31:59 +08:00
thinkasany
dc179c8985
chore: rm useless rules ( #55356 )
...
* chore: rm useless rules
* fix
2025-10-18 17:37:47 +08:00
lijianan
fee3e97a26
fix(splitter): update missing dependency ( #55355 )
2025-10-18 17:20:56 +08:00
lijianan
7d079c2560
fix(drawer): rewrite memo to render function ( #55349 )
...
* fix(drawer): update missing dependency
* update
2025-10-18 16:36:56 +08:00
lijianan
809b8820f9
fix(steps): update missing dependency ( #55353 )
2025-10-18 16:15:18 +08:00
lijianan
6abbee7273
fix(form): update missing dependency ( #55350 )
2025-10-18 16:04:40 +08:00
lijianan
2327d5bca9
fix(modal): update missing dependency ( #55352 )
2025-10-18 16:04:14 +08:00
thinkasany
2ad2ef7bfd
chore: lock jsdom@27.0.0 ( #55347 )
2025-10-18 15:20:25 +08:00
thinkasany
c4b6a30e8f
chore: turn on react-hooks/static-components ( #55340 )
...
* chore: turn on react-hooks/static-components
* fix
* fix
2025-10-18 11:36:41 +08:00
lijianan
669e948638
site: refactor useIssueCount with SWR ( #55343 )
...
* refactor(site): refactor useIssueCount with SWR
* Update .dumi/hooks/useIssueCount.ts
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* update
* update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
2025-10-18 10:35:27 +08:00
lijianan
54afae7767
refactor(table): refactor spinProps with useMemo ( #55344 )
...
* refactor(table): refactor spinProps with useMemo
* Update components/table/InternalTable.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* update test case
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-18 10:33:45 +08:00
afc163
da79662278
fix(Table): table pagination.align should be working ( #55316 )
2025-10-17 22:49:13 +08:00
afc163
aa13ad28e4
site: add issue count hook and integrate into component meta ( #55337 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-17 22:37:12 +08:00
Copilot
e9622c2d26
chore: ✨ Set up GitHub Copilot instructions for repository ( #55320 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: afc163 <afc163@gmail.com >
2025-10-17 22:36:56 +08:00
afc163
9c129ac7b1
refactor: simplify spinProps logic in InternalTable ( #55336 )
...
* refactor: simplify spinProps logic in InternalTable
* Update components/table/InternalTable.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com >
* Refactor loading check to eliminate redundancy
Removed redundant return statement in loading check.
Signed-off-by: afc163 <afc163@gmail.com >
* Apply suggestion from @afc163
Signed-off-by: afc163 <afc163@gmail.com >
---------
Signed-off-by: afc163 <afc163@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-17 19:31:38 +08:00
thinkasany
f47947d857
chore: turn on react-hooks/purity ( #55331 )
2025-10-16 23:11:44 +08:00
thinkasany
bb21a2dfa6
chore(deps): bump @antfu/eslint-config from 5.4.1 to 6.0.0 ( #55321 )
...
* chore(deps): bump @antfu/eslint-config from 5.4.1 to 6.0.0
* rm
2025-10-15 22:05:07 +08:00
二货爱吃白萝卜
620d1bf431
docs: faq about zoom ( #55312 )
...
* docs: faq about zoom
* Update docs/react/faq.en-US.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com >
* Update docs/react/faq.zh-CN.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com >
* docs: faq about zoom
---------
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-15 21:18:06 +08:00
𝑾𝒖𝒙𝒉
2abbbda693
chore: update AGENTS.md ( #55314 )
2025-10-15 21:16:53 +08:00
lijianan
e714dde0dc
type: resolve gemini-code-assist review comment ( #55313 )
...
* type: resolve gemini-code-assist review comment
* type: resolve gemini-code-assist review comment
* type: resolve gemini-code-assist review comment
* update
2025-10-15 17:29:20 +08:00
smallbun
95bca1cf70
type: getTargetContainer getPopupContainer support ShadowRoot type ( #55278 )
...
Co-authored-by: topiam <support@topiam.cn >
2025-10-15 11:20:35 +08:00
Arif Çakıroğlu
76392a2fc0
docs: Add AntUIKit resources to documentation ( #55293 )
...
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-15 11:20:13 +08:00
Peach
dde07ee096
docs: improve changelog for 5.27.5 ( #55308 )
...
Signed-off-by: Peach <scdzwyxst@gmail.com >
2025-10-15 09:53:33 +08:00
ug
129b4d6e6f
docs: Modify the usage of Select.Option in the Input demo ( #55298 )
...
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-10-14 19:57:00 +08:00
𝑾𝒖𝒙𝒉
ac515bc0a6
docs(dumi-plugin):Improved changelog detail processing logic ( #55302 )
2025-10-14 19:53:00 +08:00
Peach
017fea5bb4
docs: changelog for 5.27.5 ( #55292 )
...
* docs: changelog for 5.27.5
* chore: bump version to 5.27.5
* docs: remove blank line
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com >
Signed-off-by: Peach <scdzwyxst@gmail.com >
---------
Signed-off-by: Peach <scdzwyxst@gmail.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: afc163 <afc163@gmail.com >
5.27.5
2025-10-14 19:11:54 +08:00
Peach
117673d618
revert: "fix: handle maxCount negative value validation ( #55129 )" ( #55303 )
...
This reverts commit b59a1102f1 .
2025-10-14 17:10:03 +08:00
lijianan
72f26b3898
fix(wave): update missing dependency ( #55296 )
2025-10-14 16:12:49 +08:00
lijianan
6047298565
fix(hook): update missing dependency ( #55294 )
2025-10-14 08:09:47 +08:00
lijianan
63e2dfd682
fix(tour): update missing dependency ( #55295 )
2025-10-14 08:07:18 +08:00
Allllore
7a520404aa
docs: update button spec ( #55290 )
2025-10-13 11:10:22 +08:00
lijianan
a07161fa05
site: update error UI ( #55280 )
...
* site: update error UI
* Update .dumi/pages/index/components/BannerRecommends.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* Update .dumi/theme/builtins/ResourceArticles/index.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* site: update error UI
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-13 09:24:57 +08:00
lijianan
be85401160
fix(button): update miss autoFocus dependency ( #55283 )
...
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-13 09:24:31 +08:00
lijianan
dc362e2e1c
fix(site): update miss useCssVar dependency ( #55284 )
...
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-13 09:19:36 +08:00
lijianan
eca2da28c9
fix(calendar): update miss today, prefixCls, calendarPrefixCls dependency ( #55282 )
2025-10-13 08:18:06 +08:00
lijianan
a4bb8aef9a
chore: update eslint-plugin-react-hooks to 7.0.0 ( #55286 )
...
Co-authored-by: thinkasany <480968828@qq.com >
2025-10-13 08:14:55 +08:00
lijianan
1b6d5527c6
perf: keep LoadingIcon in memo ( #55285 )
2025-10-13 08:10:19 +08:00
thinkasany
450c2b2cbb
chore: turn on react-dom/no-missing-button-type ( #55277 )
2025-10-12 11:54:01 +08:00
renovate[bot]
91a4451c5b
chore(deps): update softprops/action-gh-release action to v2.4.1 ( #55275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-12 08:24:14 +08:00
lijianan
3dad1bd09e
fix: add miss dependency for useMemo ( #55273 )
...
* fix: add miss dep for useMemo
* Update dependency array for useMemo in useColumnIcons
Signed-off-by: lijianan <574980606@qq.com >
---------
Signed-off-by: lijianan <574980606@qq.com >
2025-10-12 08:12:38 +08:00
thinkasany
44cfd0cdeb
chore(deps): unlock antd-img-crop ( #55271 )
...
* chore(deps): unlock antd-img-crop
* skip demo
2025-10-11 22:59:07 +08:00
Trần Quang Khánh
b8cb35ca2d
fix(modal): add missing accessibility for confirm modal ( #55266 )
...
Co-authored-by: Khanh Tran <quangkhanhdeveloper@gmail.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-11 13:50:39 +08:00
lijianan
a1a6f1bfff
chore: fix CI fail ( #55259 )
...
Signed-off-by: lijianan <574980606@qq.com >
2025-10-10 18:58:05 +08:00
thinkasany
ef45e96227
chore: bump eslint-plugin-react-hooks from 6.0.1 to 7.0.0 ( #55247 )
2025-10-09 20:04:50 +08:00
lijianan
6d703575ff
site: use renderReactToHTMLString ( #55219 )
...
* site: use renderReactToHTMLString
* update
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* update
* type: update type
* update lint
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-10-09 17:10:56 +08:00