Skip to content

Releases: Tweener/czan

2.0.0

08 Jan 13:15
Compare
Choose a tag to compare

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

28 Dec 18:09
316d281
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Enhancements

  • Adds more customization to Chip.
  • Adds more customization to Image.
  • Button text sizes are a bit bigger.

Bug Fixes

None

Performance Improvements

None

Other Changes

None

1.1.3

19 Dec 16:10
Compare
Choose a tag to compare

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

13 Dec 08:33
Compare
Choose a tag to compare
  • Updates Image to add a wrapper for Material3 Image imageVector

1.1.1

13 Dec 08:04
Compare
Choose a tag to compare
  • Updates Image to wrap all types of Images (Drawable resource, Bitmap, URL (via Glide))
  • Creates Icon atom to wrap Material3 Icon
  • Updates README
  • Creates CONTRIBUTING
  • Creates CODEOWNERS

1.1.0

27 Nov 17:10
Compare
Choose a tag to compare

Updates packages hierarchy to apply atomic design system guidelines.

1.0.6

27 Nov 07:54
Compare
Choose a tag to compare
  • Renames repository to c-zan-android
  • Renames everything from "Cezanne" to "Czan"

1.0.5

03 Nov 08:55
Compare
Choose a tag to compare

Adds Glide dependency and an Image composable to load image urls

1.0.4

20 Oct 07:10
Compare
Choose a tag to compare

1.0.3

12 Oct 12:08
Compare
Choose a tag to compare

Updates SystemBarsSystemUI to allow customization