Skip to content

Releases: google/accompanist

v0.21.4-beta 🌈

03 Dec 09:44
83418d8
Compare
Choose a tag to compare

What’s Changed

  • Update to Compose 1.1.0-beta04 (#902) @manuelvicnt
  • Fix destination animations being ignored (#900) @jbw0033
  • Fix for Pager loosing its restored or initial current page (#901) @andkulikov
  • PageState.targetPage didn't perform as we expected when page offset between -0.5f and 0f. (#815) @MuffinMyHeart
  • [Pager] Allow HorizontalPager to wrap content height and VerticalPager to wrap content width (#844) @dmitrytavpeko
  • Fix set status bar icons on API 30 (#886) @alexvanyo

v0.21.3-beta 🌈

20 Nov 11:41
76ab3e9
Compare
Choose a tag to compare

What’s Changed

v0.21.2-beta 🌈

05 Nov 09:47
9302710
Compare
Choose a tag to compare

What’s Changed

This version of Accompanist work with Jetpack Compose 1.1.0-beta02

v0.21.1-beta 🌈

05 Nov 08:51
9302710
Compare
Choose a tag to compare

What’s Changed

v0.20.2 🌈

05 Nov 14:11
15e3c6e
Compare
Choose a tag to compare

What’s Changed

This version of Accompanist work with Jetpack Compose 1.0.5

v0.21.0-beta 🌈

27 Oct 21:00
c35c2de
Compare
Choose a tag to compare

What’s Changed

v0.20.0 🌈

15 Oct 13:26
deb058d
Compare
Choose a tag to compare

What’s Changed

v0.19.0 🌈

30 Sep 09:52
bdfaaaf
Compare
Choose a tag to compare

What’s Changed

v0.18.0

06 Sep 11:33
1b42fe0
Compare
Choose a tag to compare

What’s Changed

v0.17.0

19 Aug 11:07
Compare
Choose a tag to compare

Built to work with Jetpack Compose v1.0.1 (also works with v1.1.0-xx).

Accompanist is now built against SDK 31

This means that your apps also need to compile against SDK 31. This was necessitated by the latest AndroidX releases also being built against SDK 31.

Note: this has no bearing on your targetSdkVersion, you can continue to set that as you need.

What’s Changed