Releases: Tweener/czan
Releases · Tweener/czan
2.9.5
2.9.4
See CHANGELOG.md.
2.9.3
See CHANGELOG.md.
2.9.2
See CHANGELOG.md.
2.9.1
See CHANGELOG.md.
2.9.0
See CHANGELOG.md.
2.8.1
See CHANGELOG.md.
2.8.0
See CHANGELOG.md.
2.7.0
Full Changelog: 2.6.0...2.7.0
✨ What's new
- New
LinearProgressBar
constructor to create an indeterminate LinearProgressBar
⚠️ Breaking Changes
- 🍎 On iOS, Cupertino look & feel has been removed due to compose-cupertino library not being compatible with Compose >= 1.7.0 (and probably not maintained anymore).
💪 Enhancements
- Authentication buttons now properly reflect the disabled state.
TextField
: Allow customization of the capitalization of the keyboard. Defaults toKeyboardCapitalization.Sentences
, which means the first letter of each sentence will be uppercase.
🪲 Bug Fixes
None
🛠️ Performance Improvements
None
🟡 Other Changes
None
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