Skip to content

1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 04:06
· 381 commits to master since this release

New

  • Migrated to new resource and asset loading mechanisms. To explicitly opt-out and fall back to the
    legacy mechanisms, add either/both of the following to your gradle.properties:
app.cash.paparazzi.legacy.resource.loading=true
app.cash.paparazzi.legacy.asset.loading=true
  • The Android system ui (status + navigation bar) is now hidden by default; to re-enable:
  @get:Rule
  val paparazzi = Paparazzi(
    showSystemUi = true
  )
  • Relocate failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/
  • Support for application and dynamic feature modules
  • [Gradle Plugin] Gradle 8.2.1

Fixed

  • Fix accessibility labels when mergeDescendants is true
  • Fixes compose alert dialogs not rendering when using RenderingMode.SHRINK

Kudos to @kevinzheng-ap, @adamalyyan and others for contributions this release!