v0.7.0
📢 BIG RELEASE 🚀
This is a big release for Accompanist, with not 1, but 4 new libraries:
📖 Pager & Pager Indicators
Provides paging layouts for Jetpack Compose, similar to Android's ViewPager
. We have also released a sibling library which provides some simple indicators.
🍫 System UI Controller
A library which provides easy-to-use utilities for updating the System UI (status and navigation bars) colors from Jetpack Compose.
🌊 Flow layouts
A library that adds a 'flexbox'-like layout to Jetpack Compose.
New home, package and group id: com.google.accompanist
You may have also noticed that we have a new GitHub location. As part of this move, we've also updated the package name and Maven group IDs for the libraries. If you we're using the older libraries, see the Migration from dev.chrisbanes.accompanist page for more information.
What’s Changed
- [Docs] Lots of docs improvements for next release (#282) @chrisbanes
- [Pager] Move indicators to pager-indicators module (#279) @chrisbanes
- [Pager] Add PagerState.pageChanges (#278) @chrisbanes
- [Pager] Add PagerState.calculateCurrentOffsetForPage() ext-fun (#277) @chrisbanes
- [New library] System UI Controller (#270) @chrisbanes
- [Pager] Added a PagerIndicator composable (#272) @CaptnBlubber
- Update AndroidX Core to 1.5.0-beta03 (#268) @chrisbanes
- Update to Compose SNAPSHOT 7217131 (#260) @chrisbanes
- [Pager] Add alignment support (#258) @chrisbanes
- [Sample] Add sample for HorizontalPager + TabRow (#259) @chrisbanes
- [Picasso] Remove Picasso integration library (#253) @chrisbanes
- [Pager] Add VerticalPager (#254) @chrisbanes
- [Pager] Migrate to Modifier.scrollable (#236) @chrisbanes
- Provide default empty value to LocalWindowInsets (#252) @chrisbanes
- Upgrade to Dokka 1.4.30 (#246) @chrisbanes
- Expose progress of animated insets (#242) @chrisbanes
- Fix crash when one constraint is set before the other (#243) @troyhen
- Pager composable (#209) @chrisbanes
- Make coerceEachDimensionAtLeast() public API (#240) @chrisbanes
- Migrate to new package name (#237) @chrisbanes
- Add FlowRow and FlowColumn extracted from Compose alpha (#229) @arkon
🙌 Big thanks to @arkon, @troyhen, @CaptnBlubber for their contributions!