Releases: Tweener/czan
Releases · Tweener/czan
2.0.0
Breaking Changes
- C-ZAN has been removed from JitPack and migrated to Maven Central with a new dependency:
implementation('io.github.tweener:czan:2.0.0')
New Features
None
Enhancements
None
Bug Fixes
None
Performance Improvements
None
Other Changes
- We dropped Glide for images fetching for technical difficulties with Compose Multiplatform and migrated to Coil.
1.1.4
1.1.3
Breaking Changes
- Annotation
@UIModePreviews
has been removed and replace by the recently added official@PreviewLightDark
annotation in Compose.
New Features
- Adds a new Composable
Chip
which wraps the Material3 InputChip.
Bug Fixes
None
Performance Improvements
None
Other Changes
- Updates
README
file adding more info.
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
- Adds a Carousel component
- Adds a StepProgressBar component to go with a multi-step flow (ie. Carousel).
- FloatingActionButton now uses a regular size FAB.
- Fixes Button icon size and padding