Skip to content

2.1.0

Compare
Choose a tag to compare
@Tweener Tweener released this 22 Feb 08:31
· 181 commits to main since this release
aabe905

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