afc163
2f6548209d
test: fix test case skip logic ( #56701 )
...
* test: fix test case skip logic
* fix
* fix
* test: add snapshot tests for splitter and table demos
* test: remove skip options from splitter tests
* test: add snapshot for size-mix demo in splitter component
2026-01-23 13:02:04 +08:00
高艳兵
6f90801861
fix(Button): text variant tokens not working ( #56291 )
...
* fix(Button): text variant tokens not working
* test(Button): add debug demo for text variant component tokens
* test: update button debug color variant snapshots
* fix: getCssVar to varName
---------
Co-authored-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: thinkasany <480968828@qq.com >
2026-01-23 09:49:48 +08:00
高艳兵
c5e5ac7c3f
feat: add semantic snap ( #56600 )
...
* feat: add semantic.md generation plugin for components
* refactor: extract locales from SelectSemanticTemplate to component props
* fix: remove unuse locales
* feat: multipleProps add defaultValue
* feat: update select snap
* feat: update table snap
* feat: tour add snap
* feat: delete semantic-md plugin
* feat: add sematic snap
* refactor: replace hardcoded button clicks with configurable postRenderFn in semantic demo test
* revert: locales
* fix: maxTagCount responsive
* fix: test maxTagCount set 1
* feat: add test:semantic script
* fix: ci add collectCoverageFrom
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com >
2026-01-19 22:10:33 +08:00
遇见同学
07f0db2ddc
docs: refactor replace createStyles with createStaticStyles across multiple components ( #56610 )
...
* refactor: replace createStyles with createStaticStyles across multiple components
* chore: update
---------
Co-authored-by: thinkasany <480968828@qq.com >
2026-01-15 09:38:51 +08:00
lijianan
40c0bd6bb1
fix: improve Button child style order ( #56597 )
...
* fix: improvement style order
* update snap
* update undefined
* snap update
2026-01-14 03:42:40 +08:00
QdabuliuQ
8fd30ab4a2
fix(Button): child element's className being cleared when rendering two Chinese characters. ( #56593 )
2026-01-13 18:14:54 +08:00
lijianan
a863062f7b
Merge branch master into master-merge-feature
2026-01-09 22:54:46 +08:00
lijianan
75ddcdfd00
refactor: 🛠 use genCssVar hook to generate CSS variables ( #56546 )
...
* refactor: 🛠 use genCssVar hook to generate CSS variables
* update
* update
* update
* update
* update
* Update components/tooltip/style/index.ts
Co-authored-by: thinkasany <480968828@qq.com >
Signed-off-by: lijianan <574980606@qq.com >
* update
* fix: update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: thinkasany <480968828@qq.com >
2026-01-09 22:24:19 +08:00
lijianan
c78056d0a4
Merge branch master into master-merge-feature
2026-01-09 14:46:59 +08:00
lijianan
ba47850fa0
refactor: 🛠 use genCssVar hook to generate CSS variables ( #56529 )
2026-01-09 13:40:44 +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
github-actions[bot]
2ff9d89b15
chore: auto merge branches ( #56408 )
...
chore: sync master into feature
2025-12-29 12:53:43 +00:00
遇见同学
ec0bdd2984
type: improve type ( #56401 )
2025-12-28 20:14:57 +08:00
lijianan
5c52fea0bf
refactor(types): derive SemanticName from semantic maps ( #56389 )
...
* refactor(types): derive SemanticName from semantic maps
* update type
2025-12-27 18:12:44 +08:00
lijianan
631ee77e5b
Merge branch master into master-merge-feature
2025-12-23 10:30:52 +08:00
高艳兵
8393f59cd3
docs(Button): hide deprecated groupBorderColor from token table ( #56297 )
2025-12-22 11:37:53 +08:00
lijianan
c3f41c19ba
refactor(types): replace Record with explicit object for better DX ( #56298 )
2025-12-22 10:47:06 +08:00
lijianan
a1cc627635
demo: migrate wave demo from ConfigProvider to Button ( #56303 )
...
* demo: migrate wave demo from ConfigProvider to Button
* update
* update
2025-12-21 18:07:57 +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
yoyo837
58e3f85dcc
Merge branch 'master' into feature-merge-master
2025-12-03 17:31:33 +08:00
Guo Yunhe
408afb0626
refactor: rename button files ( #56053 )
...
* refactor: rename button files
* refactor: update import paths for Button component in test files
* refactor: update import paths for Button component across multiple files
2025-12-03 16:59:04 +08:00
余晖
25a37ed20a
fix(button): primaryColor and dangerColor tokens not working with sol… ( #55934 )
...
* fix(button): primaryColor and dangerColor tokens not working with solid variant
- Add text color override for primary solid variant
- Add text color override for danger solid variant
- Align implementation with default button pattern
- Add demo test case for token customization
* fix(button): primaryColor and dangerColor tokens not working with solid variant
- Add text color override for primary solid variant
- Add text color override for danger solid variant
- Align implementation with default button pattern
- Add demo test case for token customization
* fix(Button): fix tokens not working with solid, outlined and dashed variants
---------
Co-authored-by: 遇见同学 <1875694521@qq.com >
Co-authored-by: Amumu <yoyo837@hotmail.com >
2025-12-03 16:49:07 +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
Andrew
ef52e15a93
fix(Button): incorrect hover color for default solid button ( #55825 )
...
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-11-24 10:21:14 +08:00
lijianan
f96282a4f9
refactor: reuse isNonNullable ( #55827 )
...
* refactor: reuse isNonNullable
* update
2025-11-23 16:25:26 +08:00
lijianan
0c02417afe
fix: add iconSharedProps
2025-11-21 03:15:49 +08:00
lijianan
20ca6f5118
refactor(Button): Change the iconNode ternary nesting to a map query
2025-11-21 03:13:02 +08:00
EmilyyyLiu
bbef6f8752
feat[Input.Search]: Abandoning the use of addon * in the Search component ( #55705 )
...
* refactor: Search component refactoring using compact
* test: update snap
* test: update snap
* test: update snap
* chore: fix style
* chore: fix search style
* test: update snapshot
* test: update snapshot
* test: update snapshot
---------
Co-authored-by: 刘欢 <lh01217311@antgroup.com >
Co-authored-by: 二货机器人 <smith3816@gmail.com >
2025-11-14 16:16:23 +08:00
遇见同学
16521a9972
chore(demo): simplified button demo ( #55646 )
...
* chore(demo): simplified button demo
* Update components/button/demo/style-class.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/float-button/demo/style-class.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: 遇见同学 <1875694521@qq.com >
* chore: update boxShadow
* Update components/float-button/demo/style-class.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: 遇见同学 <1875694521@qq.com >
* Update components/button/demo/style-class.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: 遇见同学 <1875694521@qq.com >
* Update components/button/demo/style-class.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: 遇见同学 <1875694521@qq.com >
* Update components/float-button/demo/style-class.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: 遇见同学 <1875694521@qq.com >
* chore: update snap
---------
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: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-11-08 14:41:59 +08:00
lijianan
2827a68ff8
test: update test case ( #55546 )
...
* test: update test
* update
* update
* update
* update
* update
2025-11-01 11:41:14 +08:00
thinkasany
fba4c3d565
chore: sync master into next
2025-10-27 22:03:52 +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
6cafebd87c
chore: rename file name ( #55485 )
...
* TEST
* update
* update
2025-10-27 11:22:11 +08:00
lijianan
3d46fd2088
chore: revert file name ( #55483 )
...
* Revert "chore: rename isValidNode to isNonNullable (#55482 )"
This reverts commit d99dd02b5b .
* update
* update
* update
* update
* update
* dangerous !!! rename !!!
* revert rename
2025-10-26 22:39:46 +08:00
lijianan
d99dd02b5b
chore: rename isValidNode to isNonNullable ( #55482 )
...
* revert
* add note
2025-10-26 21:28:43 +08:00
lijianan
558bc44281
test: unified coding style ( #55481 )
2025-10-26 19:55:37 +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
246c14b442
fix: add missing dependency ( #55467 )
...
Co-authored-by: thinkasany <480968828@qq.com >
2025-10-26 15:22:07 +08:00
thinkasany
0f91afd5cb
refactor: use rc-utils's toArray replace React's Children legacy api ( #55354 )
...
* refactor: use rc-utils's toArray replace React's Children legacy api
* Update components/list/Item.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* Update components/button/buttonHelpers.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* Update components/card/Card.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* Update components/carousel/index.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* Update components/button/button.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* fix
* fix
---------
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-20 14:45:14 +08:00
thinkasany
8f19190af9
test: update snapshot
2025-10-18 00:50:42 +08:00
EmilyyyLiu
62bd8e367d
feat[Input]: deprecated addon* attribute ( #55315 )
...
* feat[Input]: deprecated addon* attribute
* Update components/input/Input.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: thinkasany <480968828@qq.com >
* test: update snap
* test: Restore addon demo
* test: update snap
* tsat: update snap
---------
Signed-off-by: thinkasany <480968828@qq.com >
Co-authored-by: 刘欢 <lh01217311@antgroup.com >
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-16 15:14:53 +08:00
lijianan
1670fc36cc
demo: add satisfies keyword for demo ( #55272 )
...
* demo: add satisfies for demo
* update
* update
* update
* update snap
* update snap
2025-10-12 08:19:59 +08:00
遇见同学
cd170fccfb
docs: improve doc description ( #55243 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-08 23:12:07 +08:00
thinkasany
e0b59e166f
chore: turn on perfectionist/sort-named-imports ( #55215 )
...
* chore: turn on perfectionist/sort-named-imports
* turn on perfectionist/sort-named-exports
2025-10-01 21:19:07 +08:00
lijianan
d90b059b7e
refactor: improve useMergeSemantic params order ( #55103 )
...
* update
* update
---------
Co-authored-by: thinkasany <480968828@qq.com >
2025-10-01 11:09:39 +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
thinkasany
a48b2c58d5
chore: Unified variable naming style ( #55158 )
2025-09-26 23:52:48 +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