Skip to content

Commit

Permalink
Prepare version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed May 23, 2024
1 parent 693aad1 commit 1dc399b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## [1.3.4] - 2024-05-23

### New
* Support for animated-PNG-based snapshots using Paparazzi#gif
* New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
* Add boolean flag to decide if image should be scaled or full-sized
* Migrate Paparazzi to layoutlib Iguana 2023.2.1
* Compose 1.5.14
* Kotlin 1.9.24
* [Gradle Plugin] Gradle 8.7
* [Gradle Plugin] Android Gradle Plugin 8.3.2

### Fixed
* Fix long content description being cut off in accessibility snapshots
* Include resource references from generated resource folders
* Fix gradle caching for resources coming from aar dependencies
* Support SHRINK render mode when using unsafeUpdateConfig
* Fix issue where multiple snapshots fail when using render extensions
* Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @geoff-powell, @gamepro65, @kevinzheng-ap, @nak5ive, @TWiStErRob, @emuguy1 and others for contributions this release!

## [1.3.3] - 2024-03-01

### New
Expand Down Expand Up @@ -357,7 +379,8 @@ As of this release, consumers must build on Java 11 environments.



[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.3...HEAD
[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.4...HEAD
[1.3.4]: https://github.com/cashapp/paparazzi/releases/tag/1.3.4
[1.3.3]: https://github.com/cashapp/paparazzi/releases/tag/1.3.3
[1.3.2]: https://github.com/cashapp/paparazzi/releases/tag/1.3.2
[1.3.1]: https://github.com/cashapp/paparazzi/releases/tag/1.3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ buildscript {
google()
}
dependencies {
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.3'
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.4'
}
}
Expand All @@ -158,7 +158,7 @@ apply plugin: 'app.cash.paparazzi'
Using the plugins DSL:
```groovy
plugins {
id 'app.cash.paparazzi' version '1.3.3'
id 'app.cash.paparazzi' version '1.3.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.paparazzi
VERSION_NAME=1.3.4-SNAPSHOT
VERSION_NAME=1.3.4

POM_URL=https://github.com/cashapp/paparazzi/
POM_SCM_URL=https://github.com/cashapp/paparazzi/
Expand Down

0 comments on commit 1dc399b

Please sign in to comment.