ant-design/components
Jony J 3147356b4a
feat(auto-complete): popup supports Semantic DOM and retire some api (#53257)
* feat(auto-complete): popup supports Semantic DOM and retire some api

* refactor(auto-complete, select): deprecate `onDropdownVisibleChange` in favor of `onOpenChange` and update related tests

* refactor: adjust semantic demo logic

* docs: update api description

* docs: update doc

* docs: add space

* docs: update

* chore: update semantic demo logic

* feat: add CP support

* feat: add CP support for tree-select and update doc

* docs: update Select and TreeSelect common props in configuration documentation

* Update components/config-provider/index.zh-CN.md

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Signed-off-by: Jony J <1844749591@qq.com>

* feat: add root support

* docs: update doc

* chore: bump cascader version

---------

Signed-off-by: Jony J <1844749591@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-04-02 11:45:53 +08:00
..
__tests__ feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
_util chore: auto merge branches (#53354) 2025-03-31 11:12:17 +00:00
affix fix(affix): fixes unexpected onChange event behavior in React versions below 18 (#53038) 2025-03-06 15:46:38 +08:00
alert demo: Alert icon update (#53016) 2025-03-02 22:43:43 +08:00
anchor chore: auto merge branches (#52609) 2025-01-28 06:10:58 +00:00
app docs: update App FAQ (#52904) 2025-02-21 10:42:13 +08:00
auto-complete feat(auto-complete): popup supports Semantic DOM and retire some api (#53257) 2025-04-02 11:45:53 +08:00
avatar docs(theme): cover dumi-theme (#53320) 2025-03-28 15:01:17 +08:00
back-top test: add a11y test for all components demo (#51372) 2025-01-27 23:49:40 +08:00
badge docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
breadcrumb chore: auto merge branches (#52609) 2025-01-28 06:10:58 +00:00
button chore: auto merge branches (#53354) 2025-03-31 11:12:17 +00:00
calendar Merge branch 'feature' into master-merge-feature 2025-02-10 10:36:37 +08:00
card docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
carousel fix: improve CSS cheker & fix lint errors (#53236) 2025-03-22 03:09:03 +00:00
cascader feat(auto-complete): popup supports Semantic DOM and retire some api (#53257) 2025-04-02 11:45:53 +08:00
checkbox feat: Radio.Group & Checkbox.Group Option support className (#52917) 2025-02-24 13:41:19 +08:00
col docs: unify component export file as index.tsx (#50013) 2024-07-23 22:22:24 +08:00
collapse docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
color-picker docs: update ColorPicker defaultFormat default value 2025-03-26 15:23:13 +08:00
config-provider feat(auto-complete): popup supports Semantic DOM and retire some api (#53257) 2025-04-02 11:45:53 +08:00
date-picker fix: improve CSS cheker & fix lint errors (#53236) 2025-03-22 03:09:03 +00:00
descriptions docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
divider feat: orientation prop support start & end (#52567) 2025-01-26 12:36:58 +08:00
drawer docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
dropdown refactor(dropdown): rename dropdown api to popup (#53263) 2025-03-24 17:17:46 +08:00
empty docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
flex fix: Button missing primary style (#52812) 2025-02-17 16:04:02 +08:00
float-button chore: auto merge branches (#53249) 2025-03-22 06:34:57 +00:00
form chore: auto merge branches (#53249) 2025-03-22 06:34:57 +00:00
grid refactor: optimization compatible logic (#53107) 2025-03-24 10:24:12 +08:00
icon icon版本使用提示 (#53284) 2025-03-25 11:25:54 +08:00
image docs: hide preview.rootClassName for image (#53091) 2025-03-07 11:47:10 +08:00
input docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
input-number fix: suffix of InputNumber moves left after the mouse enters when it is disabled (#53184) 2025-03-24 12:24:14 +00:00
layout refactor: optimization compatible logic (#53107) 2025-03-24 10:24:12 +08:00
list docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
locale fix: add missing translations and fix typos for Farsi language (fa_IR) (#53251) 2025-03-22 01:39:16 +00:00
mentions docs(theme): cover dumi-theme (#53320) 2025-03-28 15:01:17 +08:00
menu docs(menu): fix description for dangerItemActiveBg and dangerItemSelectedBg (#53014) 2025-03-03 10:42:27 +08:00
message feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
modal docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
notification change closeButton style (#53292) 2025-03-26 02:12:57 +00:00
overview docs: Fix component doc alignment & support import usage (#48004) 2024-03-22 14:22:42 +08:00
pagination fix: table pagination theme color broken with small size (#52829) 2025-03-26 04:43:32 +00:00
popconfirm docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
popover docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
progress type: fix Progress rounding type definition (#52803) 2025-02-14 18:34:52 +08:00
qr-code fix: Button missing primary style (#52812) 2025-02-17 16:04:02 +08:00
qrcode docs: unify component export file as index.tsx (#50013) 2024-07-23 22:22:24 +08:00
radio feat: Radio.Group & Checkbox.Group Option support className (#52917) 2025-02-24 13:41:19 +08:00
rate Merge branch 'master' into master-merge-feature 2025-02-10 14:37:30 +08:00
result feat: add a11y test for components demo (#51414) 2024-11-01 11:30:11 +08:00
row docs: unify component export file as index.tsx (#50013) 2024-07-23 22:22:24 +08:00
segmented fix(style): Segmented round shape style override (#52757) 2025-02-12 21:05:25 +08:00
select feat(auto-complete): popup supports Semantic DOM and retire some api (#53257) 2025-04-02 11:45:53 +08:00
skeleton refactor: use Array.from() instead new Array() (#52792) 2025-02-14 10:16:15 +08:00
slider docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
space chore: auto merge branches (#53354) 2025-03-31 11:12:17 +00:00
spin refactor: hooks of context (#52587) 2025-01-26 15:11:23 +08:00
splitter chore: auto merge branches (#52678) 2025-02-07 05:28:20 +00:00
statistic chore: auto merge branches (#52609) 2025-01-28 06:10:58 +00:00
steps fix: improve CSS cheker & fix lint errors (#53236) 2025-03-22 03:09:03 +00:00
style feat(tabs): add focus style for keyboard operation (#52002) 2024-12-19 19:38:29 +08:00
switch test: add a11y test for all components demo (#51372) 2025-01-27 23:49:40 +08:00
table chore: auto merge branches (#53313) 2025-03-26 14:22:04 +00:00
tabs fix(tabs): add missing style design token for card tabs (#52837) 2025-02-24 15:35:49 +08:00
tag feat: orientation prop support start & end (#52567) 2025-01-26 12:36:58 +08:00
theme chore(deps): update dependency nwsapi to v2.2.20 (#53343) 2025-03-30 17:29:29 +08:00
time-picker chore: update snapshot 2025-02-10 19:30:00 +08:00
timeline feat: add label classname for Checkbox & Radio (#52322) 2025-01-13 15:02:51 +08:00
tooltip docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
tour Merge branch 'feature' into master-merge-feature 2025-02-10 10:36:37 +08:00
transfer chore: rename function to fix lint warning (#53350) 2025-03-31 11:32:17 +08:00
tree chore: code optimization (#53254) 2025-03-22 05:45:11 +00:00
tree-select feat(auto-complete): popup supports Semantic DOM and retire some api (#53257) 2025-04-02 11:45:53 +08:00
typography fix: typography color text (#53086) 2025-03-07 14:26:52 +08:00
upload fix: lint error (#53266) 2025-03-24 04:17:37 +00:00
version docs: unify component export file as index.tsx (#50013) 2024-07-23 22:22:24 +08:00
watermark site: update React.useContext to React.use (#53341) 2025-03-31 11:03:49 +08:00
index.ts type: export Calendar CalendarMode type, update docs (#52160) 2024-12-30 10:00:07 +08:00