v2.10.0 - Layout Variants for ProfileHeaderGlass
What's Changed
New Features
- ProfileHeaderGlass layout variants
layout="horizontal"- 50/50 split on desktop (default behavior)layout="stacked"- Vertical stack on all breakpoints- Improved component flexibility for different design requirements
Documentation
- Added comprehensive JSDoc with TypeScript examples
- New Storybook stories:
StackedLayout- Demonstrates vertical layoutWithCustomLayout- Shows custom styling options
- Updated COMPONENTS_CATALOG.md with detailed layout documentation
Testing
- Added 8 new unit tests for layout variants
- Tests cover responsive behavior and variant rendering
- All 94 component tests passing
Improvements
- Better customization options
- Clearer component API
- Enhanced developer experience with better documentation
Full Changelog: v2.9.2...v2.10.0