0.11.0 #2028
0.11.0
#2028
Replies: 1 comment 8 replies
-
Upgrading to 0.11.0, the iOS version could not be compiled successfully The same samples code based on counter worked fine in redwood samples code: https://github.com/syxc/kmp-app/tree/redwood-0.11.0
Please help me with this issue, thanks! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
toDebugString
method forWidgetValue
andList<WidgetValue>
which returns a formatted string of a widget's children and properties, useful for test debugging.Changed:
typealias
es for package names which changed in 0.10.0.UIViewLazyList
'sUITableView
, adding special-case handling for programmatic scroll-to-top calls.FileSystem
andPath
now have theFileSystem
coming before thePath
in the parameter list. Compatibility functions are retained for this version, but will be removed in the next version.Fixed:
UIViewLazyList
, fixUInt
toUIColor
conversion math used forpullRefreshContentColor
.YogaUIView
'ssetScrollEnabled
method, only callsetNeedsLayout
if thescrollEnabled
value is actually changing.YogaUIView
'slayoutNodes
method, return early for nestedYogaUIView
s to prevent redundant frame calculations.Upgraded:
This version works with Kotlin 1.9.24 by default.
This discussion was created from the release 0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions