0.14.0 #2273
0.14.0
#2273
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
useFir
Gradle property has been removed.TreehouseAppFactory
accepts aLeakDetector
which can be used to notify you of reference leaks for native UI nodes, Zipline instances, Redwood's own internal wrappers, and more.LoadingStrategy
interface to manageLazyList
preloading.Changed:
ProtocolFactory
interface is now sealed as arbitrary subtypes were never supported. Only schema-generated subtypes should be used.UIViewLazyList
doesn't crash with aNullPointerException
if cells are added, removed, and re-added without being reused.UiConfiguration.viewportSize
to be nullable. A nullviewportSize
indicates the viewport's size has not been resolved yet.Fixed:
content: UIView
retain cycle inUIViewLazyList
'sLazyListContainerCell
.ProtocolNode
widget IDs when recycling widgets. This was causing pooled nodes to be leaked.Breaking:
TreehouseApp.spec
property is removed. Most callers should be able to useTreehouseApp.name
instead. This is necessary to avoid a retain cycle.Upgraded:
This discussion was created from the release 0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions