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