Skip to content

Releases: Tweener/czan

2.9.5

14 May 10:00
Compare
Choose a tag to compare

2.9.4

15 Apr 07:13
b6b5032
Compare
Choose a tag to compare

2.9.3

24 Mar 14:40
198ad45
Compare
Choose a tag to compare

2.9.2

24 Feb 13:57
Compare
Choose a tag to compare

2.9.1

03 Feb 09:34
50efe02
Compare
Choose a tag to compare

2.9.0

24 Jan 15:55
faf5384
Compare
Choose a tag to compare

2.8.1

13 Jan 21:16
339337a
Compare
Choose a tag to compare

2.8.0

12 Jan 15:49
0feac8e
Compare
Choose a tag to compare

2.7.0

16 Dec 09:28
Compare
Choose a tag to compare

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 to KeyboardCapitalization.Sentences, which means the first letter of each sentence will be uppercase.

🪲 Bug Fixes

None


🛠️ Performance Improvements

None


🟡 Other Changes

None

2.6.0

26 Nov 15:20
Compare
Choose a tag to compare

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