Skip to content

Releases: EmergeTools/emerge-android

Snapshots v1.1.3

10 Jul 20:43
3f9260a
Compare
Choose a tag to compare

1.1.3 - 2024-07-10

  • Support device Preview annotation parameter in local
    snapshotting. #183

Gradle plugin v3.1.2

10 Jul 20:43
3f9260a
Compare
Choose a tag to compare

3.1.2 - 2024-07-10

  • Support device Preview annotation parameter in local snapshotting. #183

Snapshots v1.1.2

27 Jun 18:21
1cbb77b
Compare
Choose a tag to compare

1.1.2 - 2024-06-27

  • Use PreviewActivity
    over ComponentActivity. #178
  • Force target app to be debuggable. #179

Snapshots v1.1.1

25 Jun 01:49
896d3cf
Compare
Choose a tag to compare

1.1.1 - 2024-06-24

  • Fix bug when snapshotting empty 0x0 previews. #173

Gradle plugin v3.1.1

25 Jun 22:53
a2ad391
Compare
Choose a tag to compare

3.1.1 - 2024-06-25

  • Fix issue where Multipreview templates weren't
    retained. #176

Snapshots v1.1.0

13 Jun 18:15
e04f2f4
Compare
Choose a tag to compare

1.1.0 - 2024-06-13

❗Note: This release removes a default white background previous versions of Emerge snapshots
includes. This is to bring parity with default AS preview behavior. We recommend updating snapshots
to 1.1 as part of a single PR and rebasing changes to avoid unexpected diffs.

  • Support heightDp, widthDp, showBackground, backgroundColor preview annotation
    parameters. #167
  • Support showSystemUi preview annotation
    parameter. #169

Gradle plugin v3.1.0

13 Jun 18:38
e04f2f4
Compare
Choose a tag to compare

3.1.0 - 2024-06-13

  • Add includePrivatePreviews snapshot configuration argument. #168
  • Support heightDp, widthDp, showBackground, backgroundColor preview annotation
    parameters. #167
  • Support showSystemUi preview annotation
    parameter. #169
  • Minor updates to info output. #170

Snapshots v1.0.0

29 May 22:05
7530c2b
Compare
Choose a tag to compare

1.0.0 - 2024-05-29

  • Adds support for better compose preview error
    reporting. #155
  • Adds support for direct compose preview invoking without needing
    KSP. #123
  • Handle snapshotting private previews and improve parameterized test
    naming #165
  • Update readme for 1.0.0 release. #163

Gradle plugin v3.0.0

29 May 22:06
7530c2b
Compare
Choose a tag to compare

3.0.0 - 2024-05-29

  • Add enabled field to each product configuration
    options. #158
  • Add unit tests for
    SnapshotsPreviewRuntimeRetentionTransform. #159
  • Remove plugin KSP setup & make runtime preview transform default
    behavior. #141
  • Fix issue with ArtifactMetadata
    filename. #152
  • Adds transform for marking preview annotations as runtime
    retention #139.
  • Adds support for using new snapshot invoking using LocalSnapshots
    task #147.
  • Fix configuration cache
    violations. #143, #149
  • Consistent build directory #133
  • Don't skip private previews for LocalSnapshots
    task #164
  • Update readme for 3.0.0 release. #162

Snapshots v1.0.0-rc02

24 May 21:42
662ef66
Compare
Choose a tag to compare
Snapshots v1.0.0-rc02 Pre-release
Pre-release

1.0.0-rc02 - 2024-05-24

  • Adds support for better compose preview error
    reporting. #155