Skip to content

Commit

Permalink
Prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Jan 18, 2023
1 parent d63fbee commit 83c3bea
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Change Log
==========

## Version 1.2.0
_2023-01-18_

### New
* Migrate Paparazzi to layoutlib Electric Eel 2022.1.1
* Add support for RenderingMode.SHRINK to allow view-only screenshots
* Expose flag to show/hide system ui
* Register a default OnBackPressedDispatcherOwner if its present in classpath
* Bump default compileSdk to API 33
* Compose 1.3.1
* Kotlin 1.7.20
* [Gradle Plugin] Gradle 7.6
* [Gradle Plugin] Android Gradle Plugin 7.4.0

### Fixed
* Flush errors on unsafeUpdateConfig
* Only apply wear circle shape to full device screenshots
* Synchronize access to Handler_Delegate.queue
* Apply compose hooks to all snapshot calls
* Register LifecycleOwner and SavedStateRegistryOwner to all views
* Execute Handler callbacks after snapshots to clean up Compose references
* Fix RecyclerView issue due to layoutlib Dolphin update
* Keep AGP and tools dependencies aligned

Kudos to @gamepro65, @saket, @rharter and others for contributions this release!

## Version 1.1.0
_2022-10-12_

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.1.0'
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.2.0'
}
}
Expand All @@ -126,7 +126,7 @@ apply plugin: 'app.cash.paparazzi'
Using the plugins DSL:
```groovy
plugins {
id 'app.cash.paparazzi' version '1.1.0'
id 'app.cash.paparazzi' version '1.2.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.2.0-SNAPSHOT
VERSION_NAME=1.2.0

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

0 comments on commit 83c3bea

Please sign in to comment.