Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
Summary: New release time

Differential Revision: D15764187

fbshipit-source-id: 7c159e52f0ee03487508172448f1dc6c1a83c36a
  • Loading branch information
xiphirx authored and facebook-github-bot committed Jun 11, 2019
1 parent f62c437 commit 2107415
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.10.0 (Jun 11 2019)
------
- Added batch downloading of screenshot images instead of pulling individual files
- Added Accessibility hierarchy information
- Added ability to specify max sizes for images
- Fixed addDeps functionality parameter in the plugin
- Fixed referenceDir functionality in the plugin
- Fixed an issue on Samsung devices where a crash would occur when faking a WindowAttachment
- Migrated to AndroidX

0.9.0 (Apr 1 2019)
-----
- Added a setMaxPixels method to the record builder interface to allow for really large images
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.10.0-SNAPSHOT
VERSION_NAME=0.10.0
GROUP=com.facebook.testing.screenshot

POM_DESCRIPTION=Screenshot Testing framework for Android.
Expand Down

0 comments on commit 2107415

Please sign in to comment.