Skip to content

Commit

Permalink
Prepare for Snapshots release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Dec 13, 2024
1 parent 5ba51dd commit 54a1bac
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -32,7 +32,7 @@ foundation-layout-android = "1.7.3"
emerge-gradle-plugin = "4.0.4"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0"
emerge-snapshots = "1.3.0-rc03"
emerge-snapshots = "1.3.0"
emerge-distribution = "0.0.2"

[plugins]
Expand Down
15 changes: 13 additions & 2 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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-rc03 - 2024-11-06
## 1.3.0 - 2024-12-13

> [!IMPORTANT]
> Note: Existing previews with custom `device` specs will have expected diffs.
Expand All @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> commit with 1.3.
> All future diffs should be stable once rebased!
1.3.0 bring big improvements, notably:

- Tests are now siloed, using AndroidTestOrchestrator. This means bad tests no longer can bring
other tests down too.
- Previews with `device` parameters are now 1:1 with their exact dimensions.
- `@PreviewParameter` annotated params are now supported and will generate a unique snapshot for
each.

## 1.3.0-rc03 - 2024-11-06

- Lower compose-bom to 1.6.8 to avoid breaking change in
1.7.0. [#301](https://github.com/EmergeTools/emerge-android/pull/301)
- Use compose compiler gradle plugin. [#300](https://github.com/EmergeTools/emerge-android/pull/300)
Expand Down Expand Up @@ -136,7 +146,8 @@ to 1.1 as part of a single PR and rebasing changes to avoid unexpected diffs.
- Provide result registry for
CompositionLocal. [#98](https://github.com/EmergeTools/emerge-android/pull/98)
- Add api dependencies
for `androidx.activity` & `androidx.test.runner`. [#99](https://github.com/EmergeTools/emerge-android/pull/99)
for `androidx.activity` &
`androidx.test.runner`. [#99](https://github.com/EmergeTools/emerge-android/pull/99)
- Add additional logging to snapshots. [#97](https://github.com/EmergeTools/emerge-android/pull/97)
- API dep for `androidx.test.rules`. [#100](https://github.com/EmergeTools/emerge-android/pull/100)

Expand Down

0 comments on commit 54a1bac

Please sign in to comment.