0.7.0
New:
- 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 extendsRedwoodView
.
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 nowTreehouseLayout
for Android.TreehouseUIKitView
is nowTreehouseUIView
for iOS.
UIViewChildren
now supportsUIStackView
automatically.- Package name of types in 'lazylayout-dom' artifact is now
lazylayout
instead of justlayout
.
This version works with Kotlin 1.9.10 by default.