Skip to content

2.1.2

Compare
Choose a tag to compare
@Tweener Tweener released this 20 Mar 17:02
· 178 commits to main since this release

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

Bug Fixes

None

Performance Improvements

None

Other Changes

None