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
Expose viewport size and density in UiConfiguration.
RedwoodView and platform-specific subtypes provide a turnkey view into which a RedwoodComposition can be rendered. TreehouseView now extends RedwoodView.
Changed:
Remove support for the Kotlin/JS plugin (org.jetbrains.kotlin.js). This plugin is deprecated
and projects should be migrated to Kotlin multiplatform plugin (org.jetbrains.kotlin.multiplatform).
Some TreehouseView subtypes were renamed to better match platform conventions:
TreehouseWidgetView is now TreehouseLayout for Android.
TreehouseUIKitView is now TreehouseUIView for iOS.
UIViewChildren now supports UIStackView automatically.
Package name of types in 'lazylayout-dom' artifact is now lazylayout instead of just layout.
This version works with Kotlin 1.9.10 by default.
This discussion was created from the release 0.7.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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