Skip to content

Releases: EmergeTools/emerge-android

Snapshots v1.5.1

18 Feb 22:36
37fce46

Choose a tag to compare

1.5.1 - 2026-02-18

  • Provide screenWidthDp and screenHeightDp via LocalConfiguration for device-spec previews. #683

Reaper v1.1.0

12 Jan 10:32
01c6cc1

Choose a tag to compare

1.1.0 - 2025-01-07

  • Require com.emergetools.OVERRIDE_BASE_URL to be set. #610

Snapshots v1.5.0

03 Jul 11:58
b4ecb9b

Choose a tag to compare

1.5.0 - 2025-07-02

  • Add new snapshots-runtime library. #628
  • Add LocalEmergeSnapshotMode to provide snapshot context. #628
  • Deprecate snapshots-annotations library. #629
  • First party snapshots as default. #581

gradle-plugin-v4.4.0

24 Apr 16:08
e143254

Choose a tag to compare

What's Changed

  • Generating snapshots for third party libraries is now removed along with the emerge.experimental.firstPartySnapshots option. @runningcode in #581

Full Changelog: gradle-plugin-v4.3.1...gradle-plugin-v4.4.0

Snapshots v1.4.1

15 Apr 12:28
832e42b

Choose a tag to compare

What's Changed

  • Use Moshi instead of KotlinX Serialization to prevent version conflicts in #574

Full Changelog: snapshots-v1.4.0...snapshots-v1.4.1

Snapshots v1.4.0

25 Mar 16:35
e5c9c2e

Choose a tag to compare

1.4.0 - 2025-03-25

  • Remove snapshots-shared
    module/dependency. #550
  • Add @EmergeSnapshotConfig annotation for setting ignore and
    precision. #538
  • Deprecate @IgnoreEmergeSnapshot in favor of
    @EmergeSnapshotConfig. #538
  • Support existing ComposeSnapshots json and List<ComposePreviewSnapshotConfig> json for local
    invoking. #533

Gradle Plugin v4.3.1

25 Mar 16:04
7d90ac3

Choose a tag to compare

4.3.1 - 2025-03-21

  • Support new @EmergeSnapshotConfig annotation from snapshots version
    1.3.4. #538
  • Local snapshots task now only generates previews for first-party snapshots from
    4.3.0. #533
  • Support ignoring private previews for first-party snapshot
    generation. #532
  • Remove includePreviewParamPreviews configuration
    option. #535

Gradle Plugin v4.3.0

17 Mar 10:38

Choose a tag to compare

What's Changed

  • Behavior Change: Do not generate snapshots for third party libraries containing compose previews. To re-enable the old behavior including third party snapshots use emerge.experimental.firstPartySnapshots=false in your gradle.properties.
  • Add Develocity Build Scan links for upload urls #525

Full Changelog: gradle-plugin-v4.2.1...gradle-plugin-v4.3.0

Gradle Plugin v4.2.1

06 Mar 17:44
9653424

Choose a tag to compare

  • Disable caching of LocalSnapshots task since it depends on emulator state #511

Reaper v1.0.1

05 Mar 15:21
ef0c34f

Choose a tag to compare

1.0.1 - 2025-03-05

  • Add Reaper.fuseOff(). #491