Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump app.cash.paparazzi:paparazzi-gradle-plugin from 1.3.0 to 1.3.1 #1819

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps app.cash.paparazzi:paparazzi-gradle-plugin from 1.3.0 to 1.3.1.

Release notes

Sourced from app.cash.paparazzi:paparazzi-gradle-plugin's releases.

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, @​adamalyyan and others for contributions this release!

Changelog

Sourced from app.cash.paparazzi:paparazzi-gradle-plugin's changelog.

[1.3.1] - 2023-07-18

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!

Commits
  • 104003e Prepare version 1.3.1
  • 04257ab Deprecate plugin properties for legacy resource and asset loading mechanisms ...
  • 09a33c0 Rewrite assets loading mechanism (#995)
  • 1907730 Safely split all lists in build/intermediates/paparazzi/debug/resources.txt (...
  • 22ad0a7 Fix deprecated conventions usage (#996)
  • 68fecc1 Document Lottie issues (#994)
  • 1213f51 Update dependency click to v8.1.5 (#992)
  • 7a96a32 Update dependency pymdown-extensions to v10.1 (#993)
  • c094b20 Update dependency mkdocs-macros-plugin to v1.0.2 (#990)
  • 6bbe611 Invert resource loading feature flag logic (#985)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [app.cash.paparazzi:paparazzi-gradle-plugin](https://github.com/cashapp/paparazzi) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: app.cash.paparazzi:paparazzi-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@colinrtwhite colinrtwhite merged commit 65be959 into main Jul 18, 2023
@colinrtwhite colinrtwhite deleted the dependabot/gradle/app.cash.paparazzi-paparazzi-gradle-plugin-1.3.1 branch July 18, 2023 23:11
colinrtwhite added a commit that referenced this pull request Jul 25, 2023
* main:
  Bump roborazzi from 1.2.0 to 1.3.0 (#1822)
  Bump app.cash.paparazzi:paparazzi-gradle-plugin from 1.3.0 to 1.3.1 (#1819)
  Bump com.diffplug.spotless from 6.19.0 to 6.20.0 (#1817)
  Add SHIFT6m to hardware bitmap blocklist (#1812)
  Bump okio from 3.3.0 to 3.4.0 (#1806)
  Fix incorrect link to OkHttpClient.newBuilder (#1803)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant