2.1.0
Full Changelog: 2.0.2...2.1.0
Breaking Changes
- This new release features the introduction of Compose Cupertino library to adapt the look & feel of your app for the targeted platform (Material 3 for Android and Cupertino for iOS).
Follow these instructions to properly setup your app's theme.
New Features
- Adds a new Comopsable of
Scaffold
which wraps the Material3 Scaffold class to automatically use the platform's look & feel. - Adds a new Comopsable of
NavigationBar
which wraps the Material3 NavigationBar class to automatically use the platform's look & feel. - Adds a new Comopsable of
NavigationBarItem
which wraps the Material3 NavigationBar class to automatically use the platform's look & feel.
Enhancements
None
Bug Fixes
None
Performance Improvements
None
Other Changes
None