Built to work with Jetpack Compose v1.0.0-alpha11
AppCompat Compose Theme Adapter
A new theme adapter, which allows apps which rely on Theme.AppCompat
themes to re-use their styling in Compose. See the website for more information.
Breaking changes
- Similar to
Image()
andIcon()
in foundation,CoilImage()
,GlideImage()
andPicassoImage()
now require thecontentDescription
parameter to be set. - All of the content composables on
CoilImage()
,GlideImage()
andPicassoImage()
are now in the form ofBoxScope.()
, enabling you to useBox
specificModifier
s.
All changes
- Update to Compose SNAPSHOT 7107201 (#190) @manuelvicnt
- Migrate to the new Compose testing APIs (#186) @chrisbanes
- Update to the Transition v2 APIs (#188) @chrisbanes
- AppCompat Theme Adapter (#182) @chrisbanes
- Update to Compose SNAPSHOT 7094152 (#184) @chrisbanes