ant-design/components/descriptions
Jony J dfc20acd0c
feat: add default name generation for RadioGroup component better a11y (#52076)
* feat: add default name generation for RadioGroup component better a11y

* feat(radio): implement useStableId hook for consistent ID generation in RadioGroup

* test: update snapshot

* chore: remove unused demo code snippet from form documentation

* test: enhance demo testing by adding ignoreAttributes option for snapshot matching

* fix(tests): correct logic for skipping tests and enhance snapshot matching for demo tests

* Revert "test: enhance demo testing by adding ignoreAttributes option for snapshot matching"

* test: mock useId for stable ID generation in snapshot tests

* chore: trigger CI build

* docs(radio): update name property description to clarify fallback behavior for RadioGroup

* Update index.zh-CN.md

Signed-off-by: Jony J <1844749591@qq.com>

---------

Signed-off-by: Jony J <1844749591@qq.com>
2024-12-23 10:55:45 +08:00
..
__tests__ feat: add default name generation for RadioGroup component better a11y (#52076) 2024-12-23 10:55:45 +08:00
demo feat: Description item support block (#51365) 2024-10-28 15:19:39 +08:00
hooks feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
style fix: Typography ellipsis insufficient width (#50895) 2024-09-18 10:00:29 +08:00
Cell.tsx feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
constant.ts feat: Descriptions items.span support responsive config (#44534) 2023-08-30 22:09:32 +08:00
DescriptionsContext.ts refactor: solve circular reference of Description (#42812) 2023-06-25 12:10:31 +08:00
index.en-US.md feat: Description item support block (#51365) 2024-10-28 15:19:39 +08:00
index.tsx feat: Description item support block (#51365) 2024-10-28 15:19:39 +08:00
index.zh-CN.md feat: Description item support block (#51365) 2024-10-28 15:19:39 +08:00
Item.ts feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
Row.tsx fix: Descriptions lost border style when children is falsy (#47191) 2024-01-27 23:01:44 +08:00