Releases: google/accompanist
Releases · google/accompanist
v0.24.5-alpha 🌈
What’s Changed
- Compose 1.2.0-alpha06 (#1103) @bentrengrove
- [Insets] Update README to deprecate Insets (#1090) @bentrengrove
- Fix Permissions lint tests (#1080) @manuelvicnt
- Fix issue tracker links in inset docs (#1088) @bentrengrove
- [Web] Fix new lint error in web (#1084) @bentrengrove
- [Web] Navigation Controls (#1067) @sampengilly
v0.24.4-alpha 🌈
What’s Changed
- [Insets] Setup migration for accompanist/insets (#1034) @alexvanyo
- [Web] Expose progress as part of the loading state (#1054) @sampengilly
- [Pager] Replace graphicsLayer with offset in HorizontalPagerDifferentPaddingsSample (#1060) @andkulikov
- [Pager] Fix precision loss in page offset calculation for large indexes (#1058) @Xacalet
- [Web] Add properties for page title and icon to WebViewState (#1029) @sampengilly
- [Pager] Add a demo for a pager with different paddings (#1052) @andkulikov
v0.24.3-alpha 🌈
What's Changed
- Fix issue label on stale issues workflow by @bentrengrove in #1012
- [Webview] Make native webview fill parent WebView composable by @ln-12 in #1000
- [SwipeRefresh] Fix zero elevation when the indicator is bouncing back by @mxalbert1996 in #778
- [Permissions] Fix typo by @ilkeraslan in #1023
- [Pager] Upgrade to Snapper 0.2.0 by @chrisbanes in #1030
- [Web] Fix doc samples by @TonnyL in #1036
- Update README by @bentrengrove in #1046
- [Web] Fix baseUrl causing HTML data not to load by @bentrengrove in #1045
- [Pager] Refactor how we update the current page by @andkulikov in #1047
- Update to Compose 1.2.0-alpha4 by @bentrengrove in #1049
New Contributors
- @ilkeraslan made their first contribution in #1023
- @TonnyL made their first contribution in #1036
v0.23.1 🌈
What's Changed
- Update to Compose 1.1.1 by @bentrengrove in #1048
v0.24.2-alpha 🌈
What's Changed
- [SwipeRefresh] Clarify that SwipeRefresh child needs to be vertically scrollable by @matejdro in #929
- Fix the edge of Ripple in BottomNavigation by @Omico in #835
- Update to Snapper v0.1.2 by @chrisbanes in #980
- [SystemUiController] Add API 30 workaround for system bar appearance by @alexvanyo in #986
- [Permissions] Clean up the APIs to guarantee a better UX by @manuelvicnt in #990
- Update androidx.core to 1.8.0-alpha04 by @alexvanyo in #1003
- Compose 1.2.0-alpha03 by @bentrengrove in #1004
v0.23.0 🌈
What’s Changed
- Update to Compose 1.1.0 Stable (#1002) @bentrengrove
v0.24.1-alpha 🌈
What’s Changed
- Update to Compose 1.2.0-alpha02 (#974) @bentrengrove
- [Pager] Do not scroll more than 3 items as an optimization (#971) @andkulikov
- [Pager] Add userScrollEnabled param for HorizontalPager/VerticalPager (#963) @andkulikov
- [Web] Add WebView wrapper (#822) @bentrengrove
v0.22.1-rc 🌈
What’s Changed
- Update to Compose 1.1.0-rc03 (#976) @bentrengrove
v0.24.0-alpha 🌈
What’s Changed
- Updates to Compose 1.2.0-alpha01 (#952) @JoseAlcerreca
Note that this releases jumps over 0.23, which is allocated for releases that will use stable versions of Compose 1.1, not yet available.
- [CI] Extracts snapshot-related CI config so it can be disabled from UI (#933) @JoseAlcerreca
- [All] Renaming sharding tests to more inclusive language (#909) @bentrengrove
- Spelling and grammar tweak for pager docs (#906) @euantorano
v0.22.0-rc 🌈
What’s Changed
Uses Compose 1.1.0-rc01 except the compose-compiler that uses 1.1.0-rc02, adding support for Kotlin 1.6.10.
- Kotlin 1.6.10 release (#927) @JoseAlcerreca