Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge hotfix 1.1.1, 1.1.2 & 1.1.3 into main #1453

Merged
merged 7 commits into from
Jan 29, 2025
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

## [Unreleased]

## [1.1.3]

_2025-01-29_

### Spark
- 🛠 Use latest and simpler workaround to display a Dialog in fullscreen with support to edge-to-edge.
- 🛠️ Modal `inEdgeToEdge` parameter now default to false.

## [1.1.2]

_2025-01-29_

### Spark
- 🐛 Conditional modifiers were not working as expected since they returned an empty modifier instead of modifier chain if the condition was not met.


## [1.1.1]

_2025-01-28_

### Spark
- 🐛 Conditional modifiers were not working as expected since they returned an empty.
- 🐛 `Image` no longer use a `BoxWithConstraint`as its root component which forbid intrinsic sizes
- 🐛 Revert `Image` behavior on sizing with empty/loading/error states.


## [1.1.0]

_2025-01-06_
Expand Down Expand Up @@ -412,7 +438,13 @@ _2023-03-29_

<!-- Links -->

[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.0...HEAD
[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.3...HEAD

[1.1.3]: https://github.com/adevinta/spark-android/releases/tag/1.1.3

[1.1.2]: https://github.com/adevinta/spark-android/releases/tag/1.1.2

[1.1.1]: https://github.com/adevinta/spark-android/releases/tag/1.1.1

[1.1.0]: https://github.com/adevinta/spark-android/releases/tag/1.1.0

Expand Down
Loading