0.17.0 #2553
0.17.0
#2553
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking:
ZiplineTreehouseUi.start
have been removed. The new overloads have been available since Redwood 0.8.0 for over a year.New:
UIConfiguration.viewInsets
tracks the safe area of the specificRedwoodView
being targeted. This is currently implemented for views on Android and UIViews on iOS.ConsumeInsets {}
composable consumes insets. Most applications should call this in their root composable function.TestRedwoodComposition.setContentAndSnapshot
function which is a fused version ofsetContent
andawaitSnapshot
, except that it guarantees the returned snapshot is the result of the initial composition of the content without any additional frames sent.Fixed:
ComposeUiBox
andViewBox
.ComposeUiBox
.ComposeUiBox
.DisposableEffect
when a screen is unbound. We were only calling these when the effect was removed from the composition.movableContentOf
in Treehouse (and generally in the Redwood protocol). Note: this requires the host be running version 0.17.0 or newer.Column
andRow
would not update their intrinsic size on iOS if they are not a child of anotherColumn
orRow
.This discussion was created from the release 0.17.0.
Beta Was this translation helpful? Give feedback.
All reactions