File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
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
+
7
33
## [ 1.1.0]
8
34
9
35
_ 2025-01-06_
@@ -412,7 +438,13 @@ _2023-03-29_
412
438
413
439
<!-- Links -->
414
440
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
416
448
417
449
[ 1.1.0 ] : https://github.com/adevinta/spark-android/releases/tag/1.1.0
418
450
You can’t perform that action at this time.
0 commit comments