Skip to content

2.6.0

Compare
Choose a tag to compare
@Tweener Tweener released this 26 Nov 15:20
· 16 commits to main since this release

Full Changelog: 2.5.0...2.6.0


✨ What's new


⚠️ Breaking Changes


💪 Enhancements

  • SharedFlow.subscribe() collects only when lifecycle is STARTED
  • Carousel - Add customization of page spacing
  • Card, ExpandableCard and CardTip sizes are wrapped into a CardSizes object instead of individual properties
  • TopBar - Add more customization
    • You can now use a TopBar with a custom navigation icon: TopBarWithCustomIcon()
    • More granularity for color customization: title, navigationIcon and actionIcon

🪲 Bug Fixes

  • Fixes LinearProgressBar UI glitch after upgrade to CMP 1.7.0
  • Fixes CarouselDash UI glitch after upgrade to CMP 1.7.0

🛠️ Performance Improvements

None


🟡 Other Changes

None