0.7.0 #1481
0.7.0
#1481
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
UiConfiguration
.RedwoodView
and platform-specific subtypes provide a turnkey view into which aRedwoodComposition
can be rendered.TreehouseView
now extendsRedwoodView
.Changed:
org.jetbrains.kotlin.js
). This plugin is deprecatedand projects should be migrated to Kotlin multiplatform plugin (
org.jetbrains.kotlin.multiplatform
).TreehouseView
subtypes were renamed to better match platform conventions:TreehouseWidgetView
is nowTreehouseLayout
for Android.TreehouseUIKitView
is nowTreehouseUIView
for iOS.UIViewChildren
now supportsUIStackView
automatically.lazylayout
instead of justlayout
.This version works with Kotlin 1.9.10 by default.
This discussion was created from the release 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions