Skip to content

v0.6.0

Choose a tag to compare

@rohankhayech rohankhayech released this 06 Sep 07:56
· 21 commits to main since this release
469f142

Minor release including the ThemeWrapper library.

Theme Wrapper for Compose Material 3 (new)

Provides wrappers to apply Material 3 (M3) themes to Material 2 (M2) components and vice-versa.

  • Provides wrapper composables that take the color, typography and shape values from the applied M2/M3 theme and maps them onto a M3/M2 theme.
  • Use existing Compose components and libraries built with M2 in your M3 project, and your theme will be applied.
  • Use new M3 components in your existing M2 project.
  • Migrate parts of your UI or migrate your theme without worrying about compatibility with old or new Compose libraries and components.

Full Changelog: v0.5.0...v0.6.0