Releases: google/accompanist
Releases · google/accompanist
v0.2.2
Built to work with Jetpack Compose v1.0.0-alpha03
v0.2.1
Built to work with Jetpack Compose v0.1.0-alpha02
What’s Changed
- Update to Compose 1.0.0-alpha02 (#71) @chrisbanes
- Fix grammatical errors (#68) @androiddevnotes
v0.2.0
Built to work with Jetpack Compose v0.1.0-alpha01
What’s Changed
- v0.2.0! (#67) @chrisbanes
- Update to Compose snapshot 6765009 (#66) @chrisbanes
- Update to Coil v1.0.0-rc1 (#64) @chrisbanes
- Remove MDC library (#65) @chrisbanes
v0.1.9
Built to work with Jetpack Compose v0.1.0-dev17
Breaking changes
With the update to Coil v0.12.0, all APIs which accepted a GetRequest
now accept an ImageRequest
What’s Changed
- Upgrade to Coil v0.12.0 (#63) @chrisbanes
- Upgrade to Kotlin 1.4.0 (#62) @handstandsam (Thanks Sam!)
- Fix using CoilImage with an implicit size (#61) @chrisbanes
- Update to Compose snapshot 6759487 (#60) @chrisbanes
- Update to Compose snapshot #6752477 (#59) @chrisbanes
- Try out probot-auto-merge (#58) @chrisbanes
- Update to Compose snapshot 6745209 (#57) @chrisbanes
v0.1.8
Built to work with Jetpack Compose v0.1.0-dev16
What’s Changed
- Add Coil LazyColumn sample (#52) @chrisbanes
- Go back to JDK 1.8 on Actions (#50) @chrisbanes
- Misc improvements (#48) @chrisbanes
v0.1.7
Built to work with Jetpack Compose v0.1.0-dev15
What’s Changed
- Compose v0.1.0-dev15 (#45) @chrisbanes
- Update to SNAPSHOT: 6695716 (#44) @chrisbanes
- Updating snapshot (#43) @chrisbanes
- Stop refetching on every size change by default (#40) @chrisbanes
- Update gradle-maven-publish-plugin to 0.12.0 (#41) @chrisbanes
- Upgrade to AGP 4.2.0-alpha04 (#39) @chrisbanes
- Update to Compose SNAPSHOT #6658922 (#38) @chrisbanes
- Fix CoilImage not refreshing if data changes (#35) @chrisbanes
- Update to AGP 4.2.0-alpha03 (#37) @chrisbanes
- Call prepareToDraw() to pre-upload Bitmaps to GPU (#36) @chrisbanes
v0.1.6
Built to work with Jetpack Compose v0.1.0-dev14
What’s Changed
- Move away from using
WithConstraints
(#30) @chrisbanes - Improve MDC theme assertion (#33) @ricknout
- Update to AGP 4.2.0-alpha01 & Gradle 6.5 (#31) @chrisbanes
- Update main branch refs (#29) @chrisbanes
v0.1.5
Built to work with Jetpack Compose v0.1.0-dev13
What’s Changed
- Upgrade to Compose/UI v0.1.0-dev13 (#26) @chrisbanes
v0.1.4
Built to work with Jetpack Compose v0.1.0-dev12
What’s Changed
- Expand
CoilImage
to allow handling of error results (#18) @chrisbanes - Fix logging in MaterialThemeFromMdcTheme (#20) @chrisbanes
- Add
loading
slot to CoilImage (#19) @chrisbanes - Make use of snapshots clearer in README (#16) @chrisbanes
v0.1.3
Built to work with Jetpack Compose v0.1.0-dev12
What’s Changed
- Update to Compose + UI v0.1.0-dev12 (#14) @chrisbanes
- Re-enable incremental Kotlin compilation (#15) @chrisbanes