Skip to content

Releases: google/accompanist

v0.27.1 🌈

17 Nov 09:36
04b891e
Compare
Choose a tag to compare

What’s Changed

v0.27.0 🌈

24 Oct 23:29
40bdc6f
Compare
Choose a tag to compare

What’s Changed

  • Update to Compose 1.3 (#1379) @bentrengrove
  • fix(ci): replace set-output to GITHUB_OUTPUT (#1374) @k1rnt
  • Revert "[DrawablePainter] Fix overwriting bounds of drawable when drawing it via DrawablePainter" (#1368) @andkulikov
  • [Pager indicators]Don't draw active dot indicators for empty pagers. (#1329) @koral--

v0.26.5-rc 🌈

06 Oct 18:31
eaa3fcd
Compare
Choose a tag to compare

What’s Changed

v0.26.4-beta 🌈

22 Sep 16:41
b2f6d43
Compare
Choose a tag to compare

What’s Changed

v0.26.3-beta 🌈

13 Sep 05:42
13e890a
Compare
Choose a tag to compare

What’s Changed

v0.26.2-beta 🌈

25 Aug 21:23
8246c0a
Compare
Choose a tag to compare

What’s Changed

v0.26.1-alpha 🌈

10 Aug 23:13
253ce86
Compare
Choose a tag to compare

What’s Changed

v0.25.1 🌈

10 Aug 23:14
3e261b5
Compare
Choose a tag to compare

Upgrade to Compose 1.2.1 (#1286)
Upgrade to Compose Compiler 1.3.0 - Kotlin 1.7.10 (#1286)

v0.26.0-alpha 🌈

29 Jul 05:31
49b8da4
Compare
Choose a tag to compare

What’s Changed

v0.25.0 🌈

28 Jul 03:42
7d642f2
Compare
Choose a tag to compare

What’s Changed

  • Upgrade to Compose 1.2 (#1262) @bentrengrove
  • [Pager] Remember nested connection in Pager component (#1264) @ShikaSD
  • [Pager Indicators] Fix behavior of pagerTabIndicatorOffset in RTL layouts (#1223) @PatrykMichalik
  • [SystemUiController] Add support for systemBarsBehavior (#1251) @alexvanyo
  • [Navigation Material] Mark transitionsInProgress complete in BottomSheetNavigator (#1244) @jbw0033
  • [Navigation Animation] Avoid crashing when the start destination changes (#1243) @jbw0033
  • [Navigation Material] Remove usages of undefined Destinations.Home string from code samples in documentation (#1231) @PatrykMichalik
  • [Navigation] Fix overlapping elements in Sample Bottom Sheets layout (#1148) @leinardi
  • [navigation material] use result of assertThat (#1230) @saied89
  • [WebView] Correct typos in documentation (#1229) @PatrykMichalik
  • [systemUiController] Minor typos in docs: setStatusBarColor, setNavigationBarColor (#1227) @MarkusBillharz
  • [Web] Fix webview not destroyed (#1221) @rlatapy-luna