Accompanist Versions Save

A collection of extension libraries for Jetpack Compose

v0.31.2-alpha

1 year ago

What’s Changed

  • [Navigation-Material] Migrate build gradle file to Kotlin DSL (#1603) @oas004
  • [Pager] Migrate build gradle file to Kotlin DSL (#1604) @oas004
  • [Navigation-animation] Migrate gradle file to Kotlin DSL (#1602) @oas004
  • Deprecate FlowLayout: update migration links in Accompanist (#1601) @uchennafokoye
  • [Internal-testutils] Migrate gradle files to Kotlin DSL (#1599) @oas004
  • [Insets] Migrate gradle file to Kotlin DSL (#1597) @oas004
  • [FlowLayout] Migrate gradle module to Kotlin DSL (#1596) @oas004
  • [DrawablePainter] Migrate drawablepainter module gradle file to Kotlin DSL (#1581) @oas004
  • [AppCompatTheme] Migrate AppCompat-Theme gradle file to Kotlin DSL (#1580) @oas004
  • [Insets-ui] Migrate build gradle file to Kotlin DSL (#1598) @oas004
  • [FlowLayout] Deprecate FlowRow and FlowColumn (#1494) @uchennafokoye
  • [Permissions] Fixes typo (#1591) @nauatlakatl
  • [Documentation] Update Dokka to 1.8.10, Fix search (#1595) @illarionov
  • [All] Bump vanniktechPublish plugin version (#1594) @oas004
  • [Adaptive] Migrate gradle module Adaptive to Kotlin DSL (#1593) @oas004
  • Revert "[Adaptive] Migrate gradle module til Kotlin DSL" (#1592) @bentrengrove
  • [Adaptive] Migrate gradle module til Kotlin DSL (#1579) @oas004
  • [All] Update agp to 8.0.0 and distribution to 8.1 (#1590) @oas004

v0.31.1-alpha

1 year ago

What’s Changed

  • Release v0.31.1-alpha (#1589) @bentrengrove
  • [WebView] Support saving and loading state and custom layout params (#1557) @bentrengrove
  • [Pager Indicators] Remove experimental pager API annotation from PagerTab (#1574) @MaximillianLeonov
  • [Pager] Fix formatting and improve pager documentation (#1565) @MaximillianLeonov

v0.31.0-alpha

1 year ago

What’s Changed

  • Upgrade to Compose 1.5.0 (#1570) @bentrengrove

v0.30.1

1 year ago

What’s Changed

  • Release 0.30.1 (#1569) @bentrengrove
  • Rollback navigation upgrade to latest stable (#1554) @bentrengrove
  • [Pager Indicators] Documentation (#1566) @es0329
  • [Pager] Fix typo in pager.md (#1561) @barnard-b
  • Remove experimental pager API annotation (#1555) @bentrengrove

v0.30.0

1 year ago

What’s Changed

  • Upgrade to Compose 1.4 (#1550) @bentrengrove
  • [Adaptive] Fix technically incorrect usage of produceState (#1547) @alexvanyo
  • Switch to gradle build action for CI (#1540) @bentrengrove

v0.29.2-rc

1 year ago

What’s Changed

  • Upgrade to Compose 1.4.0-rc01 (#1523) @bentrengrove
  • [Pager] Deprecating accompanist pager in favour of androidx pager. (#1504) @riggaroo
  • [Mdc3Theme] Upgrade MDC to 1.8 and map outline variant (#1528) @nicbell
  • Revert "Fix modifier lint warnings" (#1527) @bentrengrove
  • [Navigation Material] Catch exceptions when hiding sheet (#1518) @jossiwolf
  • [DrawablePainter] Fix rememberDrawablePainter for BitmapDrawable (#1477) @hqzxzwb
  • Update metalava to latest (#1522) @bentrengrove
  • [WebView] Fixed sizing bug when showing a website that isn't covering all screen (#1515) @alirahimpour89

v0.29.1-alpha

1 year ago

What’s Changed

  • Upgrade to Compose 1.4-alpha05 (#1495) @bentrengrove
  • [Pager Indicators] Update Indicators to also be usable with Foundation Pager (#1485) @Levi-Moreira
  • [Web] Wrap webview in a viewgroup to workaround rare crash (#1483) @bentrengrove
  • Refactor webview to not need to override url loading (#1398) @bentrengrove
  • [Navigation] Bump Navigation version to 2.5.3 (#1478) @mkano9

v0.29.0-alpha

1 year ago

What’s Changed

  • Upgrade to Compose 1.4 (#1467) @bentrengrove
  • [Navigation Material] Update Navigation Material after ModalBottomSheetLayout bug fixes (#1465) @jossiwolf
  • [themeadapter-material] Fix typo in themeadapter-material.md (#1460) @noyize
  • [Placeholder] Added M3 Theme Support (#1321) @CaptnBlubber
  • [Navigation Animation] Change zIndex to match navigator back stack (#1455) @jbw0033
  • [Gradle] Add root project name (#1449) @Omico
  • [TestHarness] Move isScreenRound to testharness tests (#1451) @alexvanyo
  • Convert to namespace (#1444) @alexvanyo
  • Add minSdk info to AndroidManifest (#1438) @bentrengrove
  • [testharness] Add support for Wear to test harness (#1429) @yschimke
  • [Docs] Fix multiple formatting errors (#1428) @msfjarvis
  • [Theme Adapter] Fix showing images docs (#1427) @ricknout
  • [Test Harness] Add custom ContextThemeWrapper to improve test harness behavior in previews (#1414) @alexvanyo
  • [Test Harness] Update test harness icon to 🗜 (#1413) @alexvanyo

v0.28.0

1 year ago

What’s Changed

  • [ThemeAdapter] Migrate all theme adapter libraries to Accompanist (#1410) @ricknout
  • [Test Harness] Add test harness library (#1392) @alexvanyo
  • [Adaptive] Fix adaptive bug report name (#1412) @alexvanyo
  • Updated swiperefresh.md (#1401) @vusimoy0

v0.27.1

1 year ago

What’s Changed

  • Upgrade to Compose 1.3.1 (#1389) @bentrengrove
  • [SwipeRefresh] Deprecate SwipeRefresh (#1385) @bentrengrove
  • [Pager] Nested Scrolling list offset issue (#1399) @Levi-Moreira
  • [Web] Fix WebView always filling max available space (#1397) @bentrengrove
  • Base z-order on visibleEntries (#1384) @jbw0033
  • [Pager] Make Pager able to scroll by flinging a nested scroll child (#1332) @wcaokaze
  • Fix Permissions docs (#1383) @manuelvicnt