2.6.0
Full Changelog: 2.5.0...2.6.0
✨ What's new
- New composable:
DashedLine
- New composable:
Slider
⚠️ Breaking Changes
- Extension function
StateFlow.collectAsStateMultiplatform
has been removed. UseStateFlow.collectAsStateWithLifecycle()
instead
💪 Enhancements
SharedFlow.subscribe()
collects only when lifecycle is STARTEDCarousel
- Add customization of page spacingCard
,ExpandableCard
andCardTip
sizes are wrapped into a CardSizes object instead of individual propertiesTopBar
- Add more customization- You can now use a TopBar with a custom navigation icon:
TopBarWithCustomIcon()
- More granularity for color customization: title, navigationIcon and actionIcon
- You can now use a TopBar with a custom navigation icon:
🪲 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