plus
0c1cb04969
feat: configProvider support totalBoundaryShowSizeChanger ( #56475 ) ( #56490 )
2026-01-07 09:46:33 +08:00
𝑾𝒖𝒙𝒉
84524c1b6e
ci: remove outdated workflows ( #56272 )
...
* ci: remove outdated workflows
* fix: release note miss
* chore: update
* chore: fix lint
2025-12-27 17:17:59 +08:00
aojunhao123
badd9264d7
fix: remove duplicate radio role and optimize aria attributes ( #56318 )
2025-12-23 10:09:18 +08:00
afc163
14f397749d
chore: bump version to 5.29.3 and update changelogs ( #56267 )
5.29.3
2025-12-18 11:32:55 +08:00
Guo Yunhe
d36e6628ef
fix(Breadcrumb): custom itemRender style for 5.x ( #56251 )
2025-12-17 17:00:00 +08:00
afc163
6dd5a234de
chore: add 5.x-stable branch to github workflows ( #56222 )
5.29.2
2025-12-15 17:36:20 +08:00
afc163
2a6d0b837e
chore: update branch references from master to 5.x-stable in scripts ( #56218 )
2025-12-15 16:02:26 +08:00
Wanpan
081e9a6311
fix(V5): Splitter ptg not fully cover ( #56217 )
...
Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com >
fix: Splitter ptg not fully cover (#56025 )
2025-12-15 12:08:23 +08:00
afc163
a811b7a702
docs: bump version to 5.29.2 and update changelogs ( #56190 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-15 11:45:47 +08:00
afc163
34b32bb389
fix: notification wrong background color when cssVar is false ( #56133 )
2025-12-10 13:25:19 +08:00
Guo Yunhe
2a823ea79c
fix(Breadcrumb): lift link style priority for v5 ( #56139 )
2025-12-10 13:21:16 +08:00
Copilot
6339b669e7
chore: cherry-pick changelog route fix from PR #56038 to 5.x-stable docs ( #56138 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: 𝑾𝒖𝒙𝒉 <wxh1220@gmail.com >
2025-12-10 13:20:49 +08:00
𝑾𝒖𝒙𝒉
2e771318d0
docs: Add the link corresponding to the next major version of the cur… ( #55946 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-27 15:50:04 +08:00
𝑾𝒖𝒙𝒉
bd10127ad0
docs(theme-editor): revert useLocalStorage to fix state update issue in Theme Editor ( #55848 )
2025-11-25 10:37:48 +08:00
二货爱吃白萝卜
5ebd3cb42f
fix: Input.Search should not warning for addonAfter ( #55806 )
...
* docs: demo of Injector
* fix: Search should not warning
2025-11-22 12:56:13 +08:00
二货爱吃白萝卜
bbd260a757
docs: rm banner ( #55790 )
2025-11-21 12:04:52 +08:00
lijianan
27b5fc0552
fix: update innerLoading to loading ( #55789 )
2025-11-21 11:33:13 +08:00
Yueming Gao
b4168a0f29
fix(notification): prevent colorful background when CSS variables are disabled ( #55785 )
...
* fix(notification): prevent colorful background when CSS variables are disabled
This fix conditionally applies type-specific background colors (success, error, info, warning) only when the color values exist. This prevents the notification component from showing unexpected colorful backgrounds when CSS variables are disabled (cssVar: false).
Fixes #55765
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* refactor(notification): use reduce pattern for type-specific backgrounds
Refactor the conditional background color application to use Object.entries
and reduce pattern, making the code more maintainable and DRY. This approach
makes it easier to add new notification types in the future.
Co-authored-by: gemini-code-assist[bot] <gemini-code-assist[bot]@users.noreply.github.com>
* Refactor notification styles for background colors
Signed-off-by: lijianan <574980606@qq.com >
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: gemini-code-assist[bot] <gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com >
2025-11-21 02:09:49 +08:00
Copilot
b40fb8a832
chore(deps-dev): upgrade @inquirer/prompts to 8.0.1 ( #55775 )
...
* chore(deps-dev): bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js ), [antd-token-previewer](https://github.com/ant-design/antd-token-previewer ), [glob](https://github.com/isaacs/node-glob ) and [webpack-bundle-analyzer](https://github.com/webpack/webpack-bundle-analyzer ).
Updates `@inquirer/prompts` from 7.10.1 to 8.0.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.0.1 )
Updates `antd-token-previewer` from 2.0.8 to 3.0.0
- [Release notes](https://github.com/ant-design/antd-token-previewer/releases )
- [Commits](https://github.com/ant-design/antd-token-previewer/compare/v2.0.8...v3.0.0 )
Updates `glob` from 12.0.0 to 13.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v12.0.0...v13.0.0 )
Updates `webpack-bundle-analyzer` from 4.10.2 to 5.0.1
- [Changelog](https://github.com/webpack/webpack-bundle-analyzer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-bundle-analyzer/compare/v4.10.2...v5.0.1 )
---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
dependency-version: 8.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: antd-token-previewer
dependency-version: 3.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: glob
dependency-version: 13.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: webpack-bundle-analyzer
dependency-version: 5.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
* Initial plan
* chore(deps-dev): upgrade @inquirer/prompts to 8.0.1
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
* fix: remove deprecated helpMode option from checkbox theme
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
2025-11-20 23:04:17 +08:00
J-Da-Shi
1f672480f6
refactor(Button): Change the iconNode ternary nesting to a map query. ( #55742 )
...
Co-authored-by: shida <v-shida1@xiaomi.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-20 10:15:21 +08:00
dependabot[bot]
9fa23a19e1
chore(deps-dev): bump webpack-bundle-analyzer to 5.0.1 and glob to 13 ( #55774 )
...
* chore(deps-dev): bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js ), [antd-token-previewer](https://github.com/ant-design/antd-token-previewer ), [glob](https://github.com/isaacs/node-glob ) and [webpack-bundle-analyzer](https://github.com/webpack/webpack-bundle-analyzer ).
Updates `@inquirer/prompts` from 7.10.1 to 8.0.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.0.1 )
Updates `antd-token-previewer` from 2.0.8 to 3.0.0
- [Release notes](https://github.com/ant-design/antd-token-previewer/releases )
- [Commits](https://github.com/ant-design/antd-token-previewer/compare/v2.0.8...v3.0.0 )
Updates `glob` from 12.0.0 to 13.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v12.0.0...v13.0.0 )
Updates `webpack-bundle-analyzer` from 4.10.2 to 5.0.1
- [Changelog](https://github.com/webpack/webpack-bundle-analyzer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-bundle-analyzer/compare/v4.10.2...v5.0.1 )
---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
dependency-version: 8.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: antd-token-previewer
dependency-version: 3.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: glob
dependency-version: 13.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: webpack-bundle-analyzer
dependency-version: 5.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-20 08:59:56 +08:00
lijianan
685010e4f8
docs: update popupRender docs ( #55773 )
2025-11-20 08:40:01 +08:00
二货爱吃白萝卜
f64a5c4a2d
docs: update docs ( #55767 )
2025-11-19 11:33:16 +08:00
LiShuai (阿木)
02ce3d9efb
docs: Update Claude Code documentation links to the correct URL ( #55764 )
2025-11-19 10:30:53 +08:00
二货爱吃白萝卜
79bdbe424f
docs: 5.29.1 changelog ( #55759 )
...
* docs: 5.29.1 changelog
* chore: trigger CI
5.29.1
2025-11-18 23:22:03 +08:00
Wanpan
4be4ba64a5
fix: Fixed the issue of carousel dot being unclickable ( #55757 )
2025-11-18 20:57:17 +08:00
SocietyNiu
7aabe2a4fa
docs: Fix custom storage sync event ( #55753 )
...
* docs: fix unexpected storage logic
* Update .dumi/hooks/useLocalStorage.ts
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-18 10:12:05 +08:00
afc163
ebcfbb1145
docs: Update badge URLs in README.md ( #55746 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-18 10:00:42 +08:00
dependabot[bot]
de075f4d03
chore(deps-dev): bump glob from 11 to 12 ( #55752 )
...
* chore(deps-dev): bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js ), [antd-token-previewer](https://github.com/ant-design/antd-token-previewer ) and [glob](https://github.com/isaacs/node-glob ).
Updates `@inquirer/prompts` from 7.10.1 to 8.0.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.0.1 )
Updates `antd-token-previewer` from 2.0.8 to 3.0.0
- [Release notes](https://github.com/ant-design/antd-token-previewer/releases )
- [Commits](https://github.com/ant-design/antd-token-previewer/compare/v2.0.8...v3.0.0 )
Updates `glob` from 11.1.0 to 12.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v11.1.0...v12.0.0 )
---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
dependency-version: 8.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: antd-token-previewer
dependency-version: 3.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: glob
dependency-version: 12.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
* Update package.json
Signed-off-by: thinkasany <480968828@qq.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-18 09:03:23 +08:00
thinkasany
888700677e
fix(ci): correct to in site-deploy workflow ( #55751 )
2025-11-17 22:54:24 +08:00
zhounz
36e7b11371
docs: fix incorrect AntV link ( #55744 )
...
* docs: fix link
* docs: fix link in recommendation.md
* Unify the Chinese and English documents
---------
Co-authored-by: zhounz <zhounz@chinaunicom.cn >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-11-17 16:17:02 +08:00
zoomdong
b4e13830e9
docs: release 5.29.0 ( #55733 )
...
* docs: release 5.29.0
* Update CHANGELOG.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 >
* Update CHANGELOG.en-US.md
Co-authored-by: 遇见同学 <1875694521@qq.com >
Signed-off-by: zoomdong <1344492820@qq.com >
* chore: add feature changelog
* Update CHANGELOG.zh-CN.md
Co-authored-by: 遇见同学 <1875694521@qq.com >
Signed-off-by: zoomdong <1344492820@qq.com >
---------
Signed-off-by: 遇见同学 <1875694521@qq.com >
Signed-off-by: zoomdong <1344492820@qq.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
5.29.0
2025-11-17 15:20:02 +08:00
遇见同学
70d00c65c1
fix(site): ensure z-index is set for container in semantic-preview for drawer overflow ( #55743 )
2025-11-17 14:47:36 +08:00
github-actions[bot]
21e4518386
chore: auto merge branches ( #55737 )
...
chore: merge feature into master
2025-11-17 05:21:48 +00:00
lijianan
eca869ac3e
Merge pull request #55734 from ant-design/master
...
chore: merge master into feature
2025-11-17 10:46:49 +08:00
Copilot
713b889ceb
chore: revert useless ignore config ( #55729 )
...
* chore(deps): update actions/upload-artifact action to v5
* Initial plan
* Revert actions/upload-artifact to v4 and disable renovate updates
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
* Remove ineffective dependabot.yml ignore rule for actions/upload-artifact
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
* Update renovate.json
Signed-off-by: thinkasany <480968828@qq.com >
---------
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-16 19:46:53 +08:00
Copilot
26c451c07d
chore: Pin actions/upload-artifact@v4 and disable renovate updates ( #55730 )
...
* chore(deps): update actions/upload-artifact action to v5
* Initial plan
* Revert to actions/upload-artifact@v4 and disable renovate updates
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-16 19:42:11 +08:00
renovate[bot]
71de2f0e23
chore(deps): update dependency open to v11 ( #55728 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 13:07:06 +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
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
Copilot
4e19a1f3d2
chore(deps): disable Dependabot auto-upgrade for actions/upload-artifact@v4 ( #55711 )
...
* chore(deps): Revert "chore(deps): bump actions/upload-artifact from 4 to 5 (#55708 )"
* Initial plan
* chore: disable Dependabot auto-upgrade for actions/upload-artifact@v4
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
---------
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com >
2025-11-14 11:31:57 +08:00
GeekerGx
3f644af0fb
docs: improve upload api doc ( #55714 )
...
* Upload API添加类型说明
补充修改英文文档
参考:中文文档修改记录
https://github.com/ant-design/ant-design/pull/55671
Signed-off-by: GeekerGx <386348903@qq.com >
* chore: update doc
* Apply suggestion from @meet-student
Signed-off-by: 遇见同学 <1875694521@qq.com >
* Apply suggestion from @meet-student
Signed-off-by: 遇见同学 <1875694521@qq.com >
* chore: update
* chore: update snap
---------
Signed-off-by: GeekerGx <386348903@qq.com >
Signed-off-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-11-14 11:20:43 +08:00
GeekerGx
d903180635
docs: update API type ( #55671 )
...
* Upload API添加类型说明
beforeUpload 中的参数file, fileList没有指明类型,会和UploadFile混淆,导致开发中出现意料外的情况
Signed-off-by: GeekerGx <386348903@qq.com >
* Update components/upload/index.zh-CN.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: GeekerGx <386348903@qq.com >
---------
Signed-off-by: GeekerGx <386348903@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-14 07:09:09 +08:00
thinkasany
d731b4db94
chore(deps): Revert "chore(deps): bump actions/upload-artifact from 4 to 5 ( #55708 )" ( #55710 )
2025-11-13 22:18:49 +08:00
dependabot[bot]
1a27f476b7
chore(deps): bump actions/upload-artifact from 4 to 5 ( #55708 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-13 21:51:52 +08:00
github-actions[bot]
5079bf4b0b
chore: auto merge branches ( #55699 )
...
chore: feature merge master
2025-11-13 04:05:34 +00:00
二货爱吃白萝卜
6bc31dcef3
Revert "chore(deps): update actions/upload-artifact action to v5 ( #55470 )" ( #55698 )
...
This reverts commit d3ac9eddd0 .
2025-11-13 11:40:49 +08:00
J-Da-Shi
9be6685a45
refactor(modal): remove duplicate locale type definition ( #55683 )
...
Co-authored-by: shida <v-shida1@xiaomi.com >
2025-11-13 10:38:28 +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