Releases: EmergeTools/emerge-android
Releases · EmergeTools/emerge-android
Snapshots v1.5.1
1.5.1 - 2026-02-18
- Provide
screenWidthDpandscreenHeightDpviaLocalConfigurationfor device-spec previews. #683
Reaper v1.1.0
1.1.0 - 2025-01-07
- Require
com.emergetools.OVERRIDE_BASE_URLto be set. #610
Snapshots v1.5.0
gradle-plugin-v4.4.0
What's Changed
- Generating snapshots for third party libraries is now removed along with the
emerge.experimental.firstPartySnapshotsoption. @runningcode in #581
Full Changelog: gradle-plugin-v4.3.1...gradle-plugin-v4.4.0
Snapshots v1.4.1
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
1.4.0 - 2025-03-25
- Remove
snapshots-shared
module/dependency. #550 - Add
@EmergeSnapshotConfigannotation for settingignoreand
precision. #538 - Deprecate
@IgnoreEmergeSnapshotin favor of
@EmergeSnapshotConfig. #538 - Support existing
ComposeSnapshotsjson andList<ComposePreviewSnapshotConfig>json for local
invoking. #533
Gradle Plugin v4.3.1
4.3.1 - 2025-03-21
- Support new
@EmergeSnapshotConfigannotation 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
includePreviewParamPreviewsconfiguration
option. #535
Gradle Plugin v4.3.0
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=falsein yourgradle.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
- Disable caching of
LocalSnapshotstask since it depends on emulator state #511
Reaper v1.0.1
1.0.1 - 2025-03-05
- Add
Reaper.fuseOff(). #491