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 yourgradle.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/
toBUILD_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!