You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation to reflect current state (v4.3.0)
README changes:
- Test count: 628 → 613 (tests removed for deleted API surface)
- Component count: 21 → 22 form components
- Fixed component composition examples to use new FormFieldset API
instead of removed FormField isGroup / CheckboxGroup legend props
Changelog v4.3.0:
- Documents CI/CD test fixes for FormField, CheckboxGroup, RadioGroup
- Explains architecture clarification (FormField vs FormFieldset)
- Documents new interactive TokenControls component with Theme/Mode/Project Type selectors
- Corrects v4.0.0 descriptions of CheckboxGroup/RadioGroup/FormField/FormFieldset
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/changelog.md
+42-3Lines changed: 42 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,44 @@ All notable changes to this project are documented in this file.
6
6
7
7
---
8
8
9
+
## Version 4.3.0 (February 17, 2025)
10
+
11
+
### CI/CD Fixes & Interactive Design Token Explorer
12
+
13
+
**CI/CD Test Fixes**
14
+
15
+
-**FormField tests rewritten** — Tests updated to match refactored architecture: `FormField` always renders div/label, removed all `isGroup` test cases
16
+
-**CheckboxGroup tests rewritten** — Tests updated to match refactored component: renders div container (not fieldset), removed `legend`/`hideLegend` prop tests
17
+
-**RadioGroup tests rewritten** — Tests updated to match refactored component: renders div container (not fieldset), removed `legend`/`hideLegend` prop tests
18
+
-**All 613 tests passing** across 35 test suites (down from 628 due to removed tests for deleted API surface)
19
+
20
+
**Architecture Clarification (documented in tests)**
21
+
22
+
The component architecture was refactored in v4.2.0 but tests weren't updated:
0 commit comments