Skip to content

Commit 19d0a8e

Browse files
author
Fortinbra
committed
chore: update CHANGELOG for v3.12.0
Feature 045 - UI Component Refactor and Library Preparation: - 5 new reusable components (Button, Badge, Card, EmptyState, FormField) - 87 bUnit tests for component coverage - 15 pages migrated to Button/EmptyState - 13 form components migrated to FormField/Button - Complete documentation with CSS deps and migration guide
1 parent 8f11f22 commit 19d0a8e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to Budget Experiment.
44

55
## [Unreleased]
66

7+
## [3.12.0] - 2026-02-01
8+
9+
### Features
10+
11+
- **client:** Button component with variant/size support, loading states, and icon slots (Feature 045)
12+
- **client:** Badge component for status indicators with 5 variants
13+
- **client:** Card component with header/body/footer sections
14+
- **client:** EmptyState component for consistent empty list displays
15+
- **client:** FormField component for standardized form labels, help text, and validation
16+
17+
### Refactoring
18+
19+
- **client:** Migrate 15 pages from raw `<button>` to `<Button>` component
20+
- **client:** Migrate 13 form components to use FormField and Button components
21+
- **client:** Standardize button variants: Primary, Secondary, Success, Danger, Warning, Ghost, Outline
22+
23+
### Documentation
24+
25+
- **client:** Component catalog in Components/README.md with API docs
26+
- **client:** CSS dependencies documentation for all Tier 1 components
27+
- **client:** Migration guide for Button, FormField, and EmptyState patterns
28+
- **docs:** COMPONENT-STANDARDS.md for naming conventions and patterns
29+
30+
### Testing
31+
32+
- **client:** Add 87 bUnit tests for new components (Button: 20, Badge: 13, Card: 11, EmptyState: 11, FormField: 14)
33+
734
## [3.11.0] - 2026-02-01
835

936
### Features

0 commit comments

Comments
 (0)