ant-design/components/typography
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
Base feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
demo chore: reduce typo count (#50439) 2024-08-15 22:51:41 +08:00
hooks feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
style fix(Typography): Link can be selected by the user (#51243) 2024-10-15 11:32:29 +08:00
Editable.tsx feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
index.en-US.md docs(typography): remove incorrect links for copyable and ellipsis from version column (#51792) 2024-11-27 16:28:06 +08:00
index.tsx docs: unify component export file as index.tsx (#50013) 2024-07-23 22:22:24 +08:00
index.zh-CN.md docs(typography): remove incorrect links for copyable and ellipsis from version column (#51792) 2024-11-27 16:28:06 +08:00
Link.tsx refactor: deprecatedWarning (#44791) 2023-09-13 22:07:33 +08:00
Paragraph.tsx docs: format code (#48309) 2024-04-08 14:04:08 +08:00
Text.tsx refactor: reimplement Typography code (#50561) 2024-08-27 22:08:04 +08:00
Title.tsx feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
Typography.tsx feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00