github google/accompanist v0.14.0

latest releases: v0.35.0-alpha, v0.34.0, v0.33.2-alpha...
2 years ago

Built to work with Jetpack Compose v1.0.0-rc02

Key changes

Accompanist Coil is deprecated

Following on from the release of coil-compose in Coil 1.3.0, Accompanist Coil is deprecated. The library has been updated with automatic replacements for the key APIs. Unfortunately due to limitations in Kotlin's replacement mechanism the resulting code may require some manual tidy-up.

The 'Migrating from Accompanist' doc is useful for seeing the API differences if manual migration is required.

Also remember to update your dependency after the migration, to depend directly on io.coil-kt:coil-compose.

Accompanist Glide is deprecated

The deprecation of Accompanist Coil left Accompanist Glide is a weird situation, where most of imageloading-core was there to only support Glide. Since Coil is generally better suited for use in Compose, I decided to deprecate everything: accompanist-coil, accompanist-glide and accompanist-imageloading-core.

All of the libraries will be removed soon (likely v0.16.0) so get migrating.

All changes

Don't miss a new accompanist release

NewReleases is sending notifications on new releases.