Skip to content

Commit

Permalink
Prepare version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Oct 12, 2022
1 parent dacdebd commit 76c7808
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Change Log
==========

## Version 1.1.0
_2022-10-12_

### New
* Migrate Paparazzi to layoutlib Chipmunk 2021.2.1
* Add support for multiplatform plugin
* Add support for JDKs 16+
* Add support for locales and layout direction (LTR/RTL)
* Add Pixel 6 & Pixel 6 Pro device configs
* Enable night mode for legacy views and composables
* Enable ui mode to support form factors other than phones/tablets, e.g., auto, watches, etc.
* Google Wear DeviceConfig support
* Expose an API for offsetting frame capture time
* Add InstantAnimationsRule to delay snapshot capture until the last frame.
* Compose 1.1.1
* Kotlin 1.7.10
* [Gradle Plugin] Gradle 7.5.1

### Fixed
* Generate resource ids to support aapt inline resources in composables
* Reset AndroidUiDispatcher between compose snapshots
* Fix OOM error when a large number of compose snapshots are verified
* Fix HTML report in development mode
* Honor customization of Gradle's build output directory
* [Gradle Plugin] Configure native platform transformed path directly in test task to reduce cache misses
* [Gradle Plugin] Fix accidental eager task creation reducing memory pressure
* [Gradle Plugin] Fail explicitly when applying Android application plugin

Kudos to @chris-horner, @swankjesse, @yschimke, @dniHze, @TWiStErRob, @gamepro65, @liutikas and others for contributions this release!

## Version 1.0.0
_2022-06-03_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ buildscript {
google()
}
dependencies {
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.0.0'
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.1.0'
}
}
Expand All @@ -126,7 +126,7 @@ apply plugin: 'app.cash.paparazzi'
Using the plugins DSL:
```groovy
plugins {
id 'app.cash.paparazzi' version '1.0.0'
id 'app.cash.paparazzi' version '1.1.0'
}
```

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

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

0 comments on commit 76c7808

Please sign in to comment.