Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Summary: Its been a year, time to release!

Reviewed By: sjkirby

Differential Revision: D14720155

fbshipit-source-id: 0e4453f9a21e0e7ed1b3d9da706665c9520453ff
  • Loading branch information
xiphirx authored and facebook-github-bot committed Apr 2, 2019
1 parent da047ba commit 6bf4099
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.9.0 (Apr 1 2019)
-----
- Added a setMaxPixels method to the record builder interface to allow for really large images
- Added an integration point to allow you to see a version of the given screenshot from a server provided service
- Fixed an issue where onGlobalLayoutListener wasn'nt being triggered properly
- Fixed an issue where a parcel file descriptor wasn't being closed
- Added the ability to dump the accessibility hierarchy
- Min SDK has been bumped to 14
- Added the ability to run tests on all connected targets

0.8.0 (Jul 30 2018)
-----
- Replaced androidTestApi with androidTestImplementation when adding in core dependency via the plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Facebook, Inc. and its affiliates.

VERSION_NAME=0.9.0-SNAPSHOT
VERSION_NAME=0.9.0
GROUP=com.facebook.testing.screenshot

org.gradle.configureondemand=true

0 comments on commit 6bf4099

Please sign in to comment.