Skip to content

Commit

Permalink
Prepare for Snapshots release 1.3.0-beta01 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Sep 4, 2024
1 parent d6c7872 commit c1d0c8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mockito = "4.0.0"
emerge-gradle-plugin = "4.0.0"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0-rc01"
emerge-snapshots = "1.2.0"
emerge-snapshots = "1.3.0-beta01"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
21 changes: 19 additions & 2 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,31 @@ All notable changes to snapshots & snapshots-processor will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 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](https://github.com/EmergeTools/emerge-android/pull/253)
- Fix custom device specs. [#243](https://github.com/EmergeTools/emerge-android/pull/243)
- Add apiLevel & wallpaper params to key to ensure we don't clobber other
previews. [#241](https://github.com/EmergeTools/emerge-android/pull/241)
- Don't hard error on file already
existing. [#235](https://github.com/EmergeTools/emerge-android/pull/235)

## 1.2.0 - 2024-07-31

Note: Existing previews with `device` parameters will have expected diffs. 1.2.0 fixes an issue
where `device` dimensions did not match expected dimensions. Emerge recommends merging the 1.2
update and rebasing PRs with unexpected diffs onto the main base commit with 1.2.

- Temporarily remove support for `showSystemUi`. [#212](https://github.com/EmergeTools/emerge-android/pull/212)
- Add support for reporting snapshot error types. [#207](https://github.com/EmergeTools/emerge-android/pull/207)
- Temporarily remove support
for `showSystemUi`. [#212](https://github.com/EmergeTools/emerge-android/pull/212)
- Add support for reporting snapshot error
types. [#207](https://github.com/EmergeTools/emerge-android/pull/207)
- Add `isAppstoreSnapshot` to config. [#210](https://github.com/EmergeTools/emerge-android/pull/210)
- Fix `device` dimensions. [#206](https://github.com/EmergeTools/emerge-android/pull/206)

Expand Down

0 comments on commit c1d0c8a

Please sign in to comment.