Skip to content

Releases: EmergeTools/emerge-android

Gradle plugin v4.0.3

08 Nov 23:48
e3d21be
Compare
Choose a tag to compare

4.0.3 - 2024-11-08

  • Add includePreviewParamPreviews as property to snapshots
    extension. #303

Snapshots v1.3.0-rc03

07 Nov 03:24
e0ad8c5
Compare
Choose a tag to compare
Snapshots v1.3.0-rc03 Pre-release
Pre-release

1.3.0-rc03 - 2024-11-06

Important

Note: Existing previews with custom device specs will have expected diffs.
1.3.0 fixes an issue where device specs did not produce expected dimensions.
Emerge recommends merging the 1.3 update and rebasing PRs with unexpected diffs onto the main base
commit with 1.3.
All future diffs should be stable once rebased!

  • Lower compose-bom to 1.6.8 to avoid breaking change in
    1.7.0. #301
  • Use compose compiler gradle plugin. #300

Snapshots v1.3.0-rc02

01 Nov 09:25
6dee371
Compare
Choose a tag to compare
Snapshots v1.3.0-rc02 Pre-release
Pre-release

1.3.0-rc02 - 2024-10-25

Important

Note: Existing previews with custom device specs will have expected diffs.
1.3.0 fixes an issue where device specs did not produce expected dimensions.
Emerge recommends merging the 1.3 update and rebasing PRs with unexpected diffs onto the main base
commit with 1.3.
All future diffs should be stable once rebased!

  • Bug fixes for PreviewParameters with nested types (i.e. List<*>) and
    primitives. #290
  • Bug fixes for reflective invoking. #296

Reaper 1.0.0-rc03

24 Oct 22:32
9119305
Compare
Choose a tag to compare
Reaper 1.0.0-rc03 Pre-release
Pre-release

1.0.0-rc03 - 2024-09-24

  • Fix crash with missing OkHttp util when using non-4x
    versions. #289
  • Add option to use existing
    OkHttpClient. #270
  • Add option to control log level. #269

Snapshots v1.3.0-rc01

23 Oct 00:58
bb0c904
Compare
Choose a tag to compare
Snapshots v1.3.0-rc01 Pre-release
Pre-release

1.3.0-rc01 - 2024-10-22

Important

Note: Existing previews with custom device specs will have expected diffs.
1.3.0 fixes an issue where device specs did not produce expected dimensions.
Emerge recommends merging the 1.3 update and rebasing PRs with unexpected diffs onto the main base
commit with 1.3.
All future diffs should be stable once rebased!

  • Support @PreviewParameter annotated
    params. #271
  • Remove whitespace from parameterized test names to support
    orchestrator. #267
  • Fix bugs that blocked use of Android test
    orchestrator. #273
  • Remove unused runners. #275
  • Fix device specs. #285
  • Remove manual activity & view
    snapshotting. #265

Changes included from 1.3.0-beta01

  • Remove skipping logic and ignore a test entirely if not a snapshot
    test. #253
  • Fix custom device specs. #243
  • Add apiLevel & wallpaper params to key to ensure we don't clobber other
    previews. #241
  • Don't hard error on file already
    existing. #235

Gradle plugin v4.0.2

22 Oct 23:09
5fae30f
Compare
Choose a tag to compare

4.0.2 - 2024-10-22

  • Remove previousSha from PR
    uploads. #281

Distribution v0.0.1

18 Oct 18:56
0f3d181
Compare
Choose a tag to compare

0.0.1 - 2024-10-08

  • Initial release

Gradle Plugin v4.0.1

15 Oct 17:28
c8d6466
Compare
Choose a tag to compare

4.0.1 - 2024-10-15

  • Support @PreviewParameter annotated params in snapshots. (Requires snapshots SDK 1.3.0-rc01 or
    later). #271
  • Add previousSha field to upload for use with history
    tracking. #274

Reaper 1.0.0-rc02

19 Sep 23:20
56d9a35
Compare
Choose a tag to compare
Reaper 1.0.0-rc02 Pre-release
Pre-release

1.0.0-rc02 - 2024-09-19

  • Handle I/O errors (I/O crash fix). #262
  • Split Reaper business logic from I/O. #261
  • Fix typo that prevented limiting pending reports. #260
  • Move most work off main thread (ANR fix). #259
  • Remove unnecessary manifest properties. #257
  • Pass onFlush directly to flush. #258

Snapshots v1.3.0-beta01

04 Sep 17:59
c1d0c8a
Compare
Choose a tag to compare
Pre-release

1.3.0-beta01 - 2024-09-04

Note: Existing previews with custom device specs will potentially have expected diffs.
1.3.0 fixes an issue where custom device specs did not produce expected dimensions.
Emerge recommends merging the 1.3 update and rebasing PRs with unexpected diffs onto the main base
commit with 1.3.

  • Remove skipping logic and ignore a test entirely if not a snapshot
    test. #253
  • Fix custom device specs. #243
  • Add apiLevel & wallpaper params to key to ensure we don't clobber other
    previews. #241
  • Don't hard error on file already
    existing. #235