2.2.0
Full Changelog: 2.1.2...2.2.0
Breaking Changes
None
New Features
- Adds a new Composable ContextMenu which will automatically adapt the look & feel of the target platform: Material3 for Android, Cupertino for iOS.
- Adds NumericKeyboard Composable to easily handle numeric inputs.
Enhancements
- Button can now use [DrawableResource] for leading and trailing icons.
- Improves state management for Card to avoid losing current state when recomposing.
- TextField can now be set to 3 different sizes: Small, Regular, Big. (See TextFieldSize).
Bug Fixes
None
Performance Improvements
None
Other Changes
None