673 Commits

Author SHA1 Message Date
thinkasany
258573ab93 chore: improve closablePlacement (#56611) 2026-01-14 23:55:32 +08:00
遇见同学
3c9bb681e7 docs: improve performance replace createStyles with createStaticStyles (#56605)
* perf: use createStaticStyles

* chore: update snap

* chore: adjust

* chore: snap
2026-01-14 17:58:47 +08:00
lijianan
364bcc74d1 type: export components SemanticName type (#56494)
* types: export components SemanticName type

* update

* update

* update

* update

* update
2026-01-08 09:25:17 +08:00
二货爱吃白萝卜
0cdfaf578a feat: Modal support focusable (#56500)
* feat: Modal support focusable config

* chore: doc & test

* chore: adjust logic

* test: add test case

* chore: update docs
2026-01-06 14:34:30 +08:00
二货爱吃白萝卜
1ec7cd744d feat: Drawer support focusable (#56463)
* feat: add focusable support to drawer component

* test: add test case

* docs: add focusable prop documentation for drawer component

* test: update test case
2026-01-04 16:39:07 +08:00
thinkasany
8af72472fa chore: sync master into feature 2026-01-04 13:15:00 +08:00
二货爱吃白萝卜
e2f3cf6133 test: update test case (#56451) 2025-12-31 17:50:18 +08:00
github-actions[bot]
2ff9d89b15 chore: auto merge branches (#56408)
chore: sync master into feature
2025-12-29 12:53:43 +00:00
lijianan
886a1d19cd refactor(types): derive SemanticName from semantic maps (#56391) 2025-12-27 20:21:30 +08:00
Wanpan
5235b4fe32 fix: Drawer.PurePanel does not respond to mouse events (#56387)
Co-authored-by: 遇见同学 <1875694521@qq.com>
2025-12-27 19:41:55 +08:00
ug
0d0f88c71a feat(Drawer): The "size" supports the string type. (#56358)
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com>
2025-12-25 22:08:29 +08:00
lijianan
c3f41c19ba refactor(types): replace Record with explicit object for better DX (#56298) 2025-12-22 10:47:06 +08:00
Anton Cherniavskyi
af27ca20fb feat(Checkbox.Group, Radio.Group): add support for role prop (#56126)
Co-authored-by: 遇见同学 <1875694521@qq.com>
2025-12-12 10:49:25 +08:00
lijianan
6294ce8f7c chore: fix test CI fail (#56162)
* chore: fix test CI fail

* chore: update snap

* chore: update snap

* chore: update snap
2025-12-11 08:46:46 +08:00
遇见同学
0c293a722b fix(drawer): support closable placement configuration from ConfigProvider (#55985)
* fix(drawer): support closable placement configuration from ConfigProvider

* Update components/drawer/__tests__/Drawer.test.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 遇见同学 <1875694521@qq.com>

* Update components/drawer/DrawerPanel.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 遇见同学 <1875694521@qq.com>

* fix: add config-provider for drawer props on closable

* update

---------

Signed-off-by: 遇见同学 <1875694521@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: Amumu <yoyo837@hotmail.com>
2025-12-09 16:33:31 +08:00
lijianan
0767e87b86 Merge branch master into master-merge-feature 2025-12-03 05:12:43 +08:00
ug
1d9d977936 fix(token): The colorBgMask does not take effect. (#56031)
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com>
2025-12-02 16:56:21 +08:00
aojunhao123
aab7fbf40c docs: remove autoFocus property from various components doc to common-props doc (#56012)
* docs: remove autoFocus property from various components doc to common-props doc

* chore: update docs

* chore: update docs
2025-12-02 15:33:52 +08:00
github-actions[bot]
1eaa8464cf chore: auto merge branches (#55949)
chore: feature merge master
2025-11-27 09:35:43 +00:00
𝑾𝒖𝒙𝒉
3d89cedb1b docs: withdraw accidentally deleted document content (#55920) 2025-11-26 13:56:35 +08:00
github-actions[bot]
55d6950873 chore: auto merge branches (#55902)
chore: sync master into feature
2025-11-25 15:59:32 +00:00
LeiZhang
e5d7b12977 feat(drawer): support boolean for resizable (#55861)
* feat(drawer): support boolean for resizable

* update: rc-drawer version

* Update components/drawer/index.en-US.md

Signed-off-by: thinkasany <480968828@qq.com>

* Update components/drawer/index.zh-CN.md

Signed-off-by: thinkasany <480968828@qq.com>

---------

Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: 路振凯 <l>
Co-authored-by: thinkasany <480968828@qq.com>
2025-11-25 23:02:28 +08:00
ice
594524b4af docs: update markdown files to add section IDs for examples and FAQs across multiple components (#55882) 2025-11-25 12:16:35 +08:00
github-actions[bot]
8eb75ab338 chore: auto merge branches (#55867)
chore: merge master into feature
2025-11-24 16:47:33 +00:00
ice
0b15c2834c docs: fix resizable API reference in Drawer documentation (#55858)
* docs: fix resizable API reference in Drawer documentation

* docs: fix ResizableConfig link in Drawer documentation
2025-11-24 16:52:36 +08:00
ice
ec44ee3eea docs: update close version in alert and drawer demos to 6.1.0 2025-11-24 13:57:46 +08:00
ice
37d934c507 Merge pull request #55816 from coding-ice/feat/drawer_close 2025-11-24 10:17:30 +08:00
thinkasany
3106c017d3 chore: sync feature into next 2025-11-17 21:19:03 +08:00
Guo Yunhe
a92a3fb5b8 feat(InputNumber): spinner mode (#55592)
* feat(InputNumber): spinner mode

* feat(InputNumber): spinner mode

* docs: re-order

* docs: semantic support action

* chore: adjust focus util

* chore: update

* test: update snapshot

* chore: fix style

* docs: style

* chore: fix style

* feat: warning style

* chore: fix demo

* chore: clean up

* test: fix test case

* chore: fix test ts

* test: all

* test: update snapshot

* chore: coverage

* chore: adjust style

---------

Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2025-11-17 11:42:34 +08:00
lijianan
eca869ac3e Merge pull request #55734 from ant-design/master
chore: merge master into feature
2025-11-17 10:46:49 +08:00
thinkasany
662fe02252 chore: improve code style (#55720)
* chore: improve code style

* 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: 遇见同学 <1875694521@qq.com>

---------

Signed-off-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-14 22:21:35 +08:00
thinkasany
ae9ebfaf07 test: fix drawer test case 2025-11-14 21:53:01 +08:00
thinkasany
67f066e8a8 test: update snap 2025-11-14 21:23:38 +08:00
thinkasany
4d82298be0 chore: sync master into next 2025-11-14 21:16:54 +08:00
github-actions[bot]
2d440e138d chore: auto merge branches (#55718)
chore: sync master into feature
2025-11-14 11:51:12 +00:00
x1ngYu
19a37a3780 fix(drawer): improve accessibility (aria-labelledby) (#55697)
Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-11-14 11:40:29 +08:00
二货机器人
1ab1da6154 chore: next merge feature 2025-11-13 15:41:01 +08:00
EmilyyyLiu
5632e40fce feat[InputNumber]: deprecated addon* attribute (#55505)
* feat[InputNumber]: deprecated addon* attribute

* test: update snap

* Update components/form/demo/register.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* test: update form snap

* update

* update

* feat: change Search addon*

* test: demo add annotation

* update Search

* feat: add Space.Addon

* test: use addon in demos

* feat: Space.Addon -> Space.CompactCell

* test: update compactCell snap

* feat: fix style lint

* test: update compact-middle class snap

* chore: update logic

* test: delete if (!button) return input

* chore: fix logic

* update test snap

* update test snap

* update test snap

* update test snap

* test: update test

* test: update snap

* chore: fix search

* revert test

* test: update

* test: update

* feat: add description for CompactCell

* feat: change description

* docs: add api Version

* test: change search style

* test: update snap

* test: update snap

* feat: searchButton text color

* fix: border is null whenhover search Button

* Update components/space/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* docs: change Compact description

* Update components/space/index.zh-CN.md

Signed-off-by: lijianan <574980606@qq.com>

* feat: compactCell -> compactAddon

* feat: compactAddon -> Addon

* docs: Remove component name quotation marks from the document

* refactor: Refactoring Space.Addon style and class name

* chore: add css var

* feat[InputNumber]: deprecated addon* attribute

* test: update snap

* Update components/form/demo/register.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* test: update form snap

* update

* update

* feat: change Search addon*

* test: demo add annotation

* update Search

* feat: add Space.Addon

* test: use addon in demos

* feat: Space.Addon -> Space.CompactCell

* test: update compactCell snap

* feat: fix style lint

* test: update compact-middle class snap

* chore: update logic

* test: delete if (!button) return input

* chore: fix logic

* update test snap

* update test snap

* update test snap

* update test snap

* test: update test

* test: update snap

* chore: fix search

* revert test

* test: update

* test: update

* feat: add description for CompactCell

* feat: change description

* docs: add api Version

* test: change search style

* test: update snap

* test: update snap

* feat: searchButton text color

* fix: border is null whenhover search Button

* Update components/space/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* Update components/space/index.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>

* docs: change Compact description

* Update components/space/index.zh-CN.md

Signed-off-by: lijianan <574980606@qq.com>

* feat: compactCell -> compactAddon

* feat: compactAddon -> Addon

* docs: Remove component name quotation marks from the document

* refactor: Refactoring Space.Addon style and class name

* chore: add css var

* chore: adjust style

* docs: back

* docs: update demo

* test: update snapshot

* refactor: Restore Search using Compact

* refactor: Remove unused wrapCSSVar

* test: update snap

* test:update snap

* refactor: Remove non addon modifications

---------

Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 刘欢 <lh01217311@antgroup.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2025-11-12 17:42:49 +08:00
lijianan
2cb041e220 Merge branch feature into next-merge-feature 2025-11-02 00:35:03 +08:00
thinkasany
16fe356587 docs: improve drawer api doc (#55552)
* docs: improve drawer api doc

* Update components/drawer/index.zh-CN.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 遇见同学 <1875694521@qq.com>

---------

Signed-off-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-01 12:50:27 +08:00
Peace
45b929dfd7 docs(drawer): add closable api (#55548)
* docs: add closable api

* docs: improve documentation description

* Update components/drawer/index.zh-CN.md

Signed-off-by: thinkasany <480968828@qq.com>

* Update components/drawer/index.en-US.md

Signed-off-by: thinkasany <480968828@qq.com>

---------

Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: 叶文俊 <yewenjun@mistong.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-11-01 10:44:54 +08:00
lijianan
adb7e8f73d chore: merge feature into next 2025-10-28 18:26:11 +08:00
lijianan
259e533757 demo: update Select to data drive (#55507)
* demo: update Select to data drive

* Update components/form/demo/advanced-search.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 more

* update more

* update more

* update snap

* update snap

* update snap

* update snap

* update

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 17:15:24 +08:00
thinkasany
fba4c3d565 chore: sync master into next 2025-10-27 22:03:52 +08:00
二货爱吃白萝卜
4d25be58f0 refactor: Select like component support semantic structure (#55430)
* chore: basic style

* chore: style of select variant

* chore: multiple

* chore: demo update

* chore: sizing

* chore: sizing

* chore: styles

* chore: clean up

* test: fix test case

* chore: adjust demo

* chore: adjust demo opacity

* chore: clean up

* chore: fix lint

* chore: bump ver

* chore: cascader props

* chore: bump ver

* test: update snapshot

* docs: update demo

* test: fix test case

* test: auto complete test

* test: fix semantic test

* test: fix semantic test

* chore: update test

* docs: update semantic demo

* test: simplify

* chore: clean up

* chore: fix style

* chore: fix style

* chore: fix style

* chore: fix missing

* chore: fix style

* test: update snapshot

* test: update snapshot

* chore: fix compcat style

* chore: bump version

* chore: fix style

* chore: clean up

* test: update snapshot

---------

Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2025-10-27 14:02:27 +08:00
lijianan
682c460673 docs: fix docs typo (#55493)
* docs: fix docs typo

* update

* update

* update
2025-10-27 13:13:06 +08:00
lijianan
6cc19c10fc chore: merge feature into next 2025-10-26 18:20:12 +08:00
github-actions[bot]
8a81accfaf chore: auto merge branches (#55479)
chore: merge master into feature
2025-10-26 09:47:24 +00:00
lijianan
41b5dce953 perf: try to reduce bundle size (#55478)
* refactor: reuse useForceUpdate hook

* update

* perf: try to reduce bundle size

* update
2025-10-26 17:18:36 +08:00
遇见同学
74d2712935 test: improve single test structure (#55383) 2025-10-20 18:48:47 +08:00