14.0.0 (2025-02-24)
Bug Fixes
- break into multiple stories and change structure (cba8dd3)
- explore alternatives to auto layout (01ff99e)
- rename components to resemble the old API (9150d91)
Features
- add features to the DescriptionList (6fb1357)
- add more options to the Playground (b3e0d97)
- change
pill
border radius to rounded
(7c0d9f1)
- customize columns in the Playground (8c02d37)
- Extend overlay prop to support new visibility options (ccc9f41)
- prefer container queries for DescriptionList (5da9ccb)
BREAKING CHANGES
- changes the name to align with the intention behind the
theme value.
- Introduces a DescriptionGroup that allows the
DescriptionList to be displayed in advanced layouts. Each pair of
DescriptionTerm and DescriptionDetail needs to be wrapped with a
DescriptionGroup following this release.
Introduces columns
and groupMinWidth
props on the DescriptionList.