thinkasany
c9e3977d63
chore: bump eslint@10.0.0 ( #56893 )
2026-02-07 15:17:12 +08:00
lijianan
1a789f1e5b
refactor(cssinjs): simplify transition style generation ( #56826 )
...
* chore: code optimization
* update
2026-02-04 14:54:08 +08:00
遇见同学
94fe19feef
chore: fix ci update snap ( #56761 )
...
* chore: fix ci update snap
* up
* chore up
2026-01-27 17:24:56 +08:00
thinkasany
705c3642d3
chore: add deprecated comments ( #56733 )
2026-01-26 13:04:55 +08:00
ug
3ac1fc78e7
perf(Empty/Skeleton): Reduce the size of the SVG ( #56682 )
...
* optimize(Empty): Reduce the size of the SVG.
* update
* update
* update
---------
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
Co-authored-by: afc163 <afc163@gmail.com >
2026-01-21 23:59:13 +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
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
遇见同学
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
github-actions[bot]
0d603d44fa
chore: auto merge branches ( #56574 )
...
chore: merge master into feature
2026-01-12 04:30:19 +00:00
lijianan
2a8a811762
chore: update genCssVar arguments ( #56572 )
2026-01-12 11:43:27 +08:00
github-actions[bot]
e15b8defc9
chore: auto merge branches ( #56566 )
...
chore: merge master into feature
2026-01-11 08:58:51 +00:00
lijianan
f324de2173
refactor(Steps/Timeline): use genCssVar hook to generate CSS variables ( #56562 )
...
* refactor(Steps): use genCssVar hook to generate CSS variables
* fix: update
* test: update snap
* fix: update
* fix: update
* update snap
* fix: update
* fix: update
* update
* update
* update
2026-01-11 15:09:09 +08:00
github-actions[bot]
0362603ae5
chore: auto merge branches ( #56560 )
...
chore: merge master into feature
2026-01-10 14:43:11 +00:00
lijianan
8def94703b
refactor(Select): use genCssVar hook to generate CSS variables ( #56559 )
...
* refactor(Select): use genCssVar hook to generate CSS variables
* Update components/select/style/select-input-multiple.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com >
* fix: update
* update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-10 22:26:06 +08:00
lijianan
c78056d0a4
Merge branch master into master-merge-feature
2026-01-09 14:46:59 +08:00
baozj
ae98485a3e
chore: fix typo ( #56541 )
...
Co-authored-by: baozj <www.1670370148@qq.com >
2026-01-09 11:24:38 +08:00
高艳兵
6fac5c24bf
fix(Select): correct clear icon position in sm size ( #56525 )
...
* fix(Select): correct clear icon position in sm size
* fix: add test case and use --select-padding-horizontal
* test(Select): move test case to clear icon position
* test(Select): remove unused test case
---------
Co-authored-by: 遇见同学 <1875694521@qq.com >
2026-01-08 15:06:11 +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]
1a3b29ec8f
chore: auto merge branches ( #56495 )
...
chore: merge master into feature
2026-01-06 08:25:10 +00:00
二货爱吃白萝卜
8ac5c5fde4
chore: fix ci ( #56509 )
2026-01-06 16:13:30 +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
github-actions[bot]
60cd020a35
chore: auto merge branches ( #56380 )
...
chore: merge master into feature
2025-12-27 09:14:24 +00:00
高艳兵
d680ea3d30
fix: fix cursor style when Select has showSearch and disabled props ( #56340 )
2025-12-24 10:14:19 +08:00
lijianan
631ee77e5b
Merge branch master into master-merge-feature
2025-12-23 10:30:52 +08:00
Sean Parmelee
37738e5c0e
fix: add missing Select semantic names ( #56322 )
...
* fix: add missing Select semantic names
* update tests
* conditional expects 🙃
* consistency
* chore: adjust code
---------
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-12-23 10:12:50 +08:00
lijianan
c3f41c19ba
refactor(types): replace Record with explicit object for better DX ( #56298 )
2025-12-22 10:47:06 +08:00
github-actions[bot]
9f45cb32c2
chore: auto merge branches ( #56243 )
...
chore: sync master to feature
2025-12-16 09:39:36 +00:00
Ouga
993d782b70
style: fix missing input cursor in Select during search mode ( #56130 )
2025-12-16 12:03:17 +08:00
github-actions[bot]
1004fa28ea
chore: auto merge branches ( #56199 )
...
chore: merge master into feature
2025-12-12 20:48:26 +00: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
遇见同学
bd149e4574
docs: correct deprecated prop name for dropdownRender ( #56188 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-12 10:46:54 +08:00
ug
7fac2ac5db
docs: update the demo of custom dropdown options for Select component ( #56182 )
...
* docs: Update the demo of custom dropdown options for `Select` component
* Update components/select/demo/option-render.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: ug <62086147+ug-hero@users.noreply.github.com >
* update
---------
Signed-off-by: ug <62086147+ug-hero@users.noreply.github.com >
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-12-12 09:15:43 +08:00
Rik
19e9833484
docs: correct deprecated prop name ( #56178 )
...
* fix(docs): correct deprecated prop name
* 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 >
* 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-12-11 17:39:02 +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
ug
68928fbd9a
fix(Select): selectorBg token does not work in v6 ( #56052 )
...
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
2025-12-09 10:10:57 +08:00
ug
523a911e6c
feat(Select): The optionFilterProp supports string and string[] ( #56057 )
...
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
2025-12-05 10:24:18 +08:00
github-actions[bot]
6e4db1ed55
chore: auto merge branches ( #56076 )
...
chore: feature merge master
2025-12-04 10:19:31 +00:00
afc163
de4416b3d7
fix: Select input cursor unexpectedly appearing in non search mode ( #56067 )
2025-12-04 13:05:02 +08:00
lijianan
0767e87b86
Merge branch master into master-merge-feature
2025-12-03 05:12:43 +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
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
ug
04833f17d8
docs: remove deprecated Mentions and Select API notes ( #55956 )
...
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com >
Co-authored-by: 遇见同学 <1875694521@qq.com >
2025-11-27 21:22:17 +08:00
Divyesh Agrawal
2311d31d1a
fix: Searched text is black in dark mode in select component ( #55914 )
2025-11-26 16:11:56 +08:00
afc163
bcb8f068d5
test: skip debug-flip-shift.tsx in select image test ( #55919 )
2025-11-26 12:23:09 +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
ae462125cf
Merge branch feature into next-merge-feature
2025-11-21 03:05:35 +08:00
lijianan
685010e4f8
docs: update popupRender docs ( #55773 )
2025-11-20 08:40:01 +08:00
ustcfury
2f6846d2a5
fix: Select underlined height ( #55607 )
...
Co-authored-by: furyzhao <furyzhao@tencent.com >
2025-11-06 10:21:35 +08:00
thinkasany
1ada4eed34
test: improve select semantic test case ( #55560 )
2025-11-01 18:42:27 +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