Skip to content

Commit 043fe6c

Browse files
soulcramerfrancoisadamFrancois ADAMspark-ui-bot
authored
chore: merge hotfix 1.1.1, 1.1.2 & 1.1.3 into main (#1453)
Signed-off-by: Scott Rayapoullé <scott.rayapoulle@adevinta.com> Co-authored-by: francoisadam <francoisadam2@gmail.com> Co-authored-by: Francois ADAM <francois.adam@adevinta.com> Co-authored-by: spark-ui-bot <spark-ui-bot@users.noreply.github.com>
1 parent 2b51117 commit 043fe6c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
## [Unreleased]
66

7+
## [1.1.3]
8+
9+
_2025-01-29_
10+
11+
### Spark
12+
- 🛠 Use latest and simpler workaround to display a Dialog in fullscreen with support to edge-to-edge.
13+
- 🛠️ Modal `inEdgeToEdge` parameter now default to false.
14+
15+
## [1.1.2]
16+
17+
_2025-01-29_
18+
19+
### Spark
20+
- 🐛 Conditional modifiers were not working as expected since they returned an empty modifier instead of modifier chain if the condition was not met.
21+
22+
23+
## [1.1.1]
24+
25+
_2025-01-28_
26+
27+
### Spark
28+
- 🐛 Conditional modifiers were not working as expected since they returned an empty.
29+
- 🐛 `Image` no longer use a `BoxWithConstraint`as its root component which forbid intrinsic sizes
30+
- 🐛 Revert `Image` behavior on sizing with empty/loading/error states.
31+
32+
733
## [1.1.0]
834

935
_2025-01-06_
@@ -412,7 +438,13 @@ _2023-03-29_
412438

413439
<!-- Links -->
414440

415-
[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.0...HEAD
441+
[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.3...HEAD
442+
443+
[1.1.3]: https://github.com/adevinta/spark-android/releases/tag/1.1.3
444+
445+
[1.1.2]: https://github.com/adevinta/spark-android/releases/tag/1.1.2
446+
447+
[1.1.1]: https://github.com/adevinta/spark-android/releases/tag/1.1.1
416448

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

0 commit comments

Comments
 (0)