Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.3' into merge-hotfix
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
soulcramer committed Jan 29, 2025
2 parents 2b51117 + 64748ba commit cd6bda5
Showing 1 changed file with 33 additions and 1 deletion.
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

0 comments on commit cd6bda5

Please sign in to comment.