You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `toDebugString` method for `WidgetValue` and `List<WidgetValue>` which returns a formatted String of a widget's children and properties, useful for test debugging.
- Added `toDebugString` method for `WidgetValue` and `List<WidgetValue>` which returns a formatted string of a widget's children and properties, useful for test debugging.
8
21
9
22
Changed:
10
23
- Removed generated `typealias`es for package names which changed in 0.10.0.
@@ -19,7 +32,9 @@ Fixed:
19
32
- In `YogaUIView`'s `layoutNodes` method, return early for nested `YogaUIView`s to prevent redundant frame calculations.
20
33
21
34
Upgraded:
22
-
- Zipline 1.9.0.
35
+
- Zipline 1.10.1.
36
+
37
+
This version works with Kotlin 1.9.24 by default.
23
38
24
39
25
40
## [0.10.0] - 2024-04-05
@@ -61,6 +76,8 @@ Fixed:
61
76
- Ensure that Zipline services are not closed prematurely when disposing a Treehouse UI.
62
77
- In `UIViewLazyList`, don't remove subviews from hierarchy during `prepareForReuse` call
0 commit comments