605 Commits

Author SHA1 Message Date
Guo Yunhe
f44ec04609 feat(Grid): add xxxl (1920px) breakpoint for FHD screen (#56825)
* feat(Grid): add xxxl (1840px) breakpoint for FHD screen

* feat: update xxxl breakpoint from 1840px to 1920px for layout and list components

* feat(Grid): update xxxl breakpoint from 2000px to 1920px for responsive layout

* fix(Grid): 修正栅格间隔描述中的拼写错误

* feat(Grid): reverse

* test(Form): update grid

* size limit

---------

Co-authored-by: thinkasany <480968828@qq.com>
2026-02-04 00:01:55 +08:00
lijianan
f7446f3f1f refactor(css): replace background transition with background-color (#56598)
* fix(css): replace background transition with background-color

* chore: update

---------

Co-authored-by: thinkasany <480968828@qq.com>
2026-01-15 11:04:33 +08:00
lijianan
e3e26cc1ad type: replace any with React.ComponentType (#56306) 2025-12-22 14:15:27 +08:00
Guo Yunhe
ab3569c7ad fix(Breadcrumb): custom itemRender style for 6.x (#56253) 2025-12-17 16:59:38 +08:00
Rik
8703e7e040 site: remove unused bottom from sticky layout (#56215) 2025-12-16 16:41:41 +08:00
aojunhao123
ca5817ac33 feat: ConfigProvider support customize trigger for Tooltip/Popover/Popconfirm (#55932)
* CP support customize trigger

* add faq

* update doc

* update deps

* update snapshot

* adjust logic

* chore: adjust

---------

Signed-off-by: aojunhao123 <1844749591@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2025-12-01 17:51:42 +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
lijianan
6fc67a0fdd Merge branch feature into next-merge-feature 2025-10-31 16:18:08 +08:00
lijianan
352f6c6c78 test: simplify style test case (#55538)
* test: simplify test case

* update

* update

* update

* test: simplify style test case

* update

* update

* update

* update
2025-10-31 12:46:16 +08:00
lijianan
5361c467bf refactor: rm addEventListener compatible code (#55396)
* refactor: rm addEventListener compatible code

* update

* update test

* update

* update

* test: update snap
2025-10-22 08:10:04 +08:00
lijianan
19137493b4 perf: uninstall classnames, install clsx (#55164)
* refactor: uninstall classnames & install clsx

* refactor: uninstall classnames & install clsx

* test: rename test fn

* test: update snap

* update

* update

* update

* update

* update snap

* update

* update

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-10-01 00:45:54 +08:00
二货爱吃白萝卜
6c955c5a30 feat: ConfigProvider support unique Tooltip (#55154)
* docs: update doc

* refactor: tooltip structure

* chore: support arrow style

* chore: legacy props

* chore: part

* chore: use transition

* chore: tmp of it

* docs: update demo

* docs: update demo

* chore: code back

* chore: fix ts

* chore: fix root css var

* chore: fix loop deps

* chore: ts defs

* chore: fix ts def

* test: fix setup

* test: update snapshot

* chore: adjust ver

* chore: use new structrue

* chore: fix deps

* test: fix test

* test: update snapshot

* test: update snapshot

* test: fix test

* test: fix test

* test: update snapshot

* chore: adjust

* chore: adjust

* test: coverage

* chore: adjust style

* test: update snapshot

* update snap

---------

Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: 遇见同学 <1875694521@qq.com>
2025-09-29 10:15:16 +08:00
EmilyyyLiu
a02c1d5595 refactor: Upgrade utils and replace useMergedState (#55047)
* refactor: Upgrade utils and replace useMergedState

* Update components/color-picker/components/ColorPresets.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>

* fix: lint error useControlledState not use

* feat: change import util path

* feat: mergedSelectedKeys

* feat: Modify the import path of rc-util

* feat: Restore the 'useControlledState' modification of 'select'

---------

Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com>
Co-authored-by: 刘欢 <lh01217311@antgroup.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-25 10:57:09 +08:00
thinkasany
20634fcbf7 chore: sync feature into next 2025-09-21 13:57:19 +08:00
lijianan
cb0dd956ba chore: add namespace for Number api (#55107)
* chore: add namespace for Number api

* fix

* fix

* Update biome.json

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-09-21 12:27:02 +08:00
遇见同学
d1e0e0a5e4 feat(breadcrumb): Support better customization with semantic classNames/styles as function (#54950)
* feat(breadcrumb): Support better customization with semantic classNames/styles as function

* update snap
2025-09-16 17:20:18 +08:00
EmilyyyLiu
c46ee1fbc8 test: update snapshot after rc-menu modification (#54934)
* test: update rc-menu snap

* test: update layout snap

* test: update snap more

* test: update snap button date-picker empty

---------

Co-authored-by: 刘欢 <lh01217311@antgroup.com>
2025-09-10 11:43:21 +08:00
thinkasany
4d4b2b953a chore: update snap (#54771) 2025-08-27 17:08:24 +08:00
thinkasany
5b6cc4c987 chore: bump jest to 30.1.0 (#54759)
* chore: bump jest to 30.1.0

* update
2025-08-27 15:39:48 +08:00
thinkasany
998d8f008f chore: sync feature into next 2025-08-08 12:01:41 +08:00
afc163
613aad6a5d refactor: remove unnecessary object spread syntax for genFocusOutline calls (#54622)
Co-authored-by: lijianan <574980606@qq.com>
2025-08-08 08:34:25 +08:00
thinkasany
f1afc710c3 test: Adapting to jest v30 2025-08-07 12:01:07 +08:00
afc163
46c9c93773 test: upgrade jest to v30 (#54576) 2025-08-05 00:13:52 +08:00
lijianan
855b0d27ba chore: merge feature into next 2025-07-29 22:07:04 +08:00
lijianan
ca06fb41c5 demo: update the css logical properties (#54475) 2025-07-25 18:19:37 +08:00
thinkasany
75f59afe18 chore(biome): Execute Formatting (#54438) 2025-07-22 10:26:24 +08:00
thinkasany
e277a662eb test: update snap 2025-07-17 15:07:10 +08:00
thinkasany
0329f06d86 chore: bump @rc-component/select to 1.1.3 2025-07-17 12:27:48 +08:00
thinkasany
35ec9f4adb test: update snap 2025-05-15 15:07:19 +08:00
thinkasany
84b3655532 chore: sync feature into next 2025-05-15 14:56:27 +08:00
thinkasany
a07d6f1d48 demo: fix warning for Breadcrumb (#53821)
Co-authored-by: afc163 <afc163@gmail.com>
2025-05-14 17:26:56 +08:00
thinkasany
4fbd71a4f0 chore: sync feature into next 2025-03-24 12:18:34 +08:00
lijianan
b340b3ad0d refactor: optimization compatible logic (#53107)
* refactor: optimization compatible logic

* test: fix test case

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-03-24 10:24:12 +08:00
lijianan
8be1967f7b Revert "refactor: update deprecated api addListener => addEventListener (…" (#53106)
This reverts commit 4c1a552469.
2025-03-10 11:17:18 +08:00
lijianan
4c1a552469 refactor: update deprecated api addListener => addEventListener (#53099)
* refactor: update deprecated api

* refactor: update deprecated api

* refactor: update deprecated api
2025-03-09 21:35:07 +08:00
MadCcc
1ac0bcaa60 feat: use cssVar by default (#52671)
* feat: use cssVar by default

* chore: update deps

* chore: update snapshot

* chore: update snapshot

* chore: update snapshot

* chore: test

* chore: update

* chore: update scripts

* chore: UPDATE TEST

* feat: add root

* chore: update snapshot

* chore: fix test case

* chore: fix cycle deps

* feat: rm legacy css variables configuration

* chore: update test case

* chore: update

* chore: fix test

* chore: update overrides

* chore: bump cssinjs

* chore: add test case
2025-02-24 15:35:29 +08:00
二货机器人
f45cd8bfc4 chore: merge master 2025-02-18 19:56:12 +08:00
thinkasany
b411c27926 feat: ConfigProvider support classnames and styles for breadcrumb (#52859)
* feat: ConfigProvider support classnames and styles for breadcrumb

* add test

* fix

* update snap

* test: update snap
2025-02-18 14:34:24 +08:00
afc163
70ccc043cc fix: Layout.Sider content overflow when collapsedWidth={0} (#52862) 2025-02-18 13:59:27 +08:00
thinkasany
185258f2b7 chore: sync master into next 2025-02-15 10:52:14 +08:00
lijianan
a5e7c4e849 refactor: use Array.from() instead new Array() (#52792)
* refactor: use Array.from() instead new Array()

* chore: fix

* chore: fix
2025-02-14 10:16:15 +08:00
thinkasany
bd2e46996d chore: sync feature into next 2025-02-10 21:17:12 +08:00
MadCcc
732d71661d Merge branch 'feature' into master-merge-feature 2025-02-10 10:36:37 +08:00
Jony J
688a0a08c1 test: add a11y test for remaining components demo (#52717)
* test: add a11y test for remaining components demo

* chore: add time-out for a11y test function

* chore: fix
2025-02-10 10:30:32 +08:00
二货机器人
67b6b26529 chore: merge feature 2025-01-26 17:22:53 +08:00
二货爱吃白萝卜
a7ecd4a73f refactor: hooks of context (#52587) 2025-01-26 15:11:23 +08:00
栗嘉男
abe0ce7aeb chore: merge feature into next 2025-01-24 01:37:22 +08:00
github-actions[bot]
c4f401dec1 chore: auto merge branches (#52555)
chore: merge master into feature
2025-01-23 17:24:25 +00:00
afc163
e85788feb9 fix: Layout zero width trigger missing style when cssVar is false (#52537) 2025-01-22 17:03:20 +08:00
thinkasany
1118d06a29 chore: sync feature into next 2025-01-21 19:11:51 +08:00