Skip to content

v2.10.0 - Layout Variants for ProfileHeaderGlass

Choose a tag to compare

@artyhoo artyhoo released this 25 Dec 04:12

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 layout
    • WithCustomLayout - 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