2.1.2
Full Changelog: 2.1.1...2.1.2
Breaking Changes
None
New Features
- Adds a new Composable Card, an enhancement to Material3 Card Composable, with preconfigured header, content and footer.
- Adds a new Composable ExpandableCard which allow expanding or collapsing the Card when clicking on the card's header.
- Adds a new
Modifier
function extension:clickableRipple
to easily add a ripple effect to any Composable. - Adds a new
String
function extension:bold
to apply bold style to parts of a string.
Enhancements
- Provides color customization to NavigationBar and NavigationBarItem.
- Improves color customization for TopBars.
- Improves color customization and strokeCap for LinearProgressBar.
Bug Fixes
None
Performance Improvements
None
Other Changes
None