Releases: google/accompanist
Releases · google/accompanist
v0.21.5-rc 🌈
What’s Changed
- Update versions for Compose 1.1.0-rc01 release (#925) @JoseAlcerreca
- [Pager] Swap pager content padding demo images (#916) @andkulikov
- Make visible entries a set (#905) @jbw0033
- Update PagerState.currentPage when it is changed in LazyListState (#903) @andkulikov
v0.20.3 (with Compose 1.0.5)
This release includes some cherry-picks from the main
branch related to Pager and Navigation.
What's Changed
- [Compose 1.0] Make visible entries a Set by @jbw0033 in #904
- Merge recent Pager fixes into Compose 1.0 branch by @andkulikov in #908
Full Changelog: v0.20.2...v0.20.3
v0.21.4-beta 🌈
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 🌈
What’s Changed
- Updates to Compose 1.1.0-beta03 (#880) @JoseAlcerreca
- Disallow null animations on AnimatedNavHost (#873) @jbw0033
- Update Navigation guide to match new API (#863) @ianhanniballake
v0.21.2-beta 🌈
What’s Changed
This version of Accompanist work with Jetpack Compose 1.1.0-beta02
- Update to Compose 1.1.0-beta02 and prepare for release (#855) @manuelvicnt
- [1.1] Prepare for next version (#841) @JoseAlcerreca
v0.21.1-beta 🌈
What’s Changed
- New release: 0.21.1-beta (#838) @JoseAlcerreca
- Remove initial and target params from content scope (#829) @jbw0033
v0.20.2 🌈
What’s Changed
This version of Accompanist work with Jetpack Compose 1.0.5
- Update to Compose 1.0.5 and ready for release (#854) @manuelvicnt
v0.21.0-beta 🌈
What’s Changed
- Updates to Compose 1.1.0-beta01 (#826) @JoseAlcerreca
- Migrate Pager to use Snapper (#810) @chrisbanes
- [Drawable Painter] Handle drawables with no intrinsic size (#774) @chrisbanes
v0.20.0 🌈
What’s Changed
- v0.20.0 (#799) @JoseAlcerreca
- Updates to Compose 1.0.4 and Kotlin 1.5.31 (#795) @JoseAlcerreca
- Update insets docs for new API (#784) @bentrengrove
- Remove markdown filter from pull request builds (#790) @alexvanyo
- [Pager] Stop consuming nested flings in cross-axis (#750) @chrisbanes
- [Pager Indicators] Fix: #768 (#783) @ch4rl3x
- Prepare next dev version (#752) @manuelvicnt
v0.19.0 🌈
What’s Changed
- Update to 0.19.0 (#751) @manuelvicnt
- Update version to 0.19.0 (#749) @manuelvicnt
- Update to Compose 1.0.3 and bump other dependencies up (#748) @manuelvicnt
- Expose all public ModalBottomSheetState and SwipeProgress properties in BottomSheetNavigatorState (#719) @jossiwolf
- Update systemuicontroller.md (#739) @charlesmuchene
- [Navigation Animation] Add ability to pass custom animators to rememberAnimatedNavController (#745) @jossiwolf
- [Navigation Material] Update Docs and Sample to use new API for adding custom Navigators (#746) @jossiwolf
- [Navigation] Update Navigation to 2.4.0-alpha10 (#747) @jossiwolf
- [Navigation Material] Fix Bottom Sheet Fully Expanding (#742) @jossiwolf
- Update navArgument import (#722) @jbw0033
- Remove swiperefresh's dependency on ui-tooling (#716) @mxalbert1996
- Tidy up SnappingFlingBehavior (#715) @chrisbanes
- [Pager] Re-write Pager on top of LazyRow|Column (#678) @chrisbanes
- targetPage was return currentPage even if currentPageOffset was negative (#712) @RareScrap
- Fix a typo (redundant word) in README (#710) @mahozad
- Re-enable API 29 emulators (#707) @chrisbanes
- Update to AGP 7.0.2 (#702) @chrisbanes
- Added cutout padding modifier (#696) @CaptnBlubber
- Prepare next dev version. (#697) @nickbutcher