adevinta / spark-android

✨ Simple, Modular & Accessible UI Components for your Android Applications
https://adevinta.github.io/spark-android/
MIT License
69 stars 24 forks source link

chore(deps): bump app.cash.paparazzi from 1.3.4 to 1.3.5 #1374

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps app.cash.paparazzi from 1.3.4 to 1.3.5.

Release notes

Sourced from app.cash.paparazzi's releases.

1.3.5

New

  • Render pending recompositions for @Composables that require a second layout pass
  • Support for overlays in accessibility snapshots
  • Support for Compose UI heading and selected states in accessibility snapshots
  • Support for toggleable state in accessibility snapshots
  • Support for displaying multiple accessibility descriptions, similar to Talkback
  • Include failure delta image in JUnit test reporting
  • Migrate Paparazzi to layoutlib Jellyfish 2023.3.1
  • Compose 1.7.5
  • Kotlin 2.0.21
  • [Gradle Plugin] Gradle 8.10.2
  • [Gradle Plugin] Android Gradle Plugin 8.4.2

Fixed

  • Improve Gradle test task caching by preventing overlapping outputs with snapshotOutputDir
  • Migrate plugin to use modern AGP variant APIs
  • Fix support for AndroidX ResourcesCompat.getFont()
  • Fix inconsistent cross-platform text renderings in failure delta image
  • Relax image comparisons with OffByTwo differ to work around cross-platform rendering issues
  • Fix when clearAndSetSemantics is used to render content descriptions in accessibility snapshots
  • Avoid invalid chars in Windows filenames
  • Fix file move failures on Windows
  • Avoid hash collisions when images have similar RGB content
  • Cleanup unnecessary "loadPublicResourceNames" warning from log output
  • Additional bug fixes with accessibility snapshot tests

Kudos to @​geoff-powell, @​colinmarsch, @​BrianGardnerAtl, @​ribafish, @​gabrielittner and others for contributions this release!

Changelog

Sourced from app.cash.paparazzi's changelog.

[1.3.5] - 2024-11-06

New

  • Render pending recompositions for @Composables that require a second layout pass
  • Support for overlays in accessibility snapshots
  • Support for Compose UI heading and selected states in accessibility snapshots
  • Support for toggleable state in accessibility snapshots
  • Support for displaying multiple accessibility descriptions, similar to Talkback
  • Include failure delta image in JUnit test reporting
  • Migrate Paparazzi to layoutlib Jellyfish 2023.3.1
  • Compose 1.7.5
  • Kotlin 2.0.21
  • [Gradle Plugin] Gradle 8.10.2
  • [Gradle Plugin] Android Gradle Plugin 8.4.2

Fixed

  • Improve Gradle test task caching by preventing overlapping outputs with snapshotOutputDir
  • Migrate plugin to use modern AGP variant APIs
  • Fix support for AndroidX ResourcesCompat.getFont()
  • Fix inconsistent cross-platform text renderings in failure delta image
  • Relax image comparisons with OffByTwo differ to work around cross-platform rendering issues
  • Fix when clearAndSetSemantics is used to render content descriptions in accessibility snapshots
  • Avoid invalid chars in Windows filenames
  • Fix file move failures on Windows
  • Avoid hash collisions when images have similar RGB content
  • Cleanup unnecessary "loadPublicResourceNames" warning from log output
  • Additional bug fixes with accessibility snapshot tests

Kudos to @​geoff-powell, @​colinmarsch, @​BrianGardnerAtl, @​ribafish, @​gabrielittner and others for contributions this release!

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
SimonMarquis commented 2 weeks ago
  • Include failure delta image in JUnit test reporting
  • Migrate Paparazzi to layoutlib Jellyfish 2023.3.1
  • Improve Gradle test task caching by preventing overlapping outputs with snapshotOutputDir
  • Relax image comparisons with OffByTwo differ to work around cross-platform rendering issues