0.2.0 #768
0.2.0
#768
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
redwood-layout-dom
module provides HTML implementations ofRow
andColumn
.concurrentDownloads
parameter forTreehouseApp.Factory
. The default is 8.moduleLoadStart
andmoduleLoadEnd
events to Treehouse'sEventListener
.Changed:
Row
andColumn
layouts rather than its own unspecified one.less code than before.
CoroutineScope
for eachTreehouseView
. When a view leaves, its coroutinescan now be immediately canceled without waiting for anything on the application-side.
TreehouseLauncher
is now calledTreehouseApp.Factory
. Additionally, when youcreate()
aTreehouseApp
from a factory you must also callstart()
for it to actually start.more memory-efficient, and produces less code.
Fixed:
Configuration
s created by our plugin. This ensures they are not candidatesfor downstream modules to match against when declaring a dependency on a project using the plugin.
FrameClock
is closed to avoid crashing on updates.This version only works with Kotlin 1.7.20.
This discussion was created from the release 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions