Skip to content

2.7.0

Latest
Compare
Choose a tag to compare
@Tweener Tweener released this 16 Dec 09:28
· 5 commits to main since this release

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