marosseleng / compose-material3-datetime-pickers

Material3 themed Jetpack Compose date & time pickers.
Apache License 2.0
153 stars 8 forks source link

Update dependency app.cash.paparazzi to v1.3.1 #134

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.paparazzi 1.3.0 -> 1.3.1 age adoption passing confidence

Release Notes

cashapp/paparazzi (app.cash.paparazzi) ### [`v1.3.1`](https://togithub.com/cashapp/paparazzi/blob/HEAD/CHANGELOG.md#131---2023-07-18) [Compare Source](https://togithub.com/cashapp/paparazzi/compare/1.3.0...1.3.1) ##### 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](https://togithub.com/kevinzheng-ap), [@​adamalyyan](https://togithub.com/adamalyyan) and others for contributions this release!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.