Skip to content

Snapshots v1.3.0-rc01

Pre-release
Pre-release
Compare
Choose a tag to compare
@rbro112 rbro112 released this 23 Oct 00:58
· 28 commits to main since this release
bb0c904

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