0.13.0 #2206
0.13.0
#2206
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
onScroll
property toRow
andColumn
. This property is invoked whenoverflow = Overflow.Scroll
and the container is scrolled.Px
class to represent a raw pixel value in the host's coordinate system.redwood { useFir = true }
in your schema module. Please report and failures to the issue tracker. This parser will become the default in 0.14.0.Changed:
TreehouseApp
type is now an abstract class. This should make it easier to write unit tests for code that integrates Treehouse.TreehouseApp.Spec.bindServices()
function is now suspending.TreehouseAppFactory
function now accepts a ZiplineLoaderEventListener
parameter.Fixed:
data object
for a widget of modifier no longer causes schema parsing to crash.LazyList
'sitemsBefore
anditemsAfter
properties are always within[0, itemCount]
, to preventIndexOutOfBoundsException
crashes.LazyList
when a scroll and content change occur in the same update.Breaking:
TreehouseApp.Factory.dispatchers
property is removed, and callers should migrate toTreehouseApp.dispatchers
. With this update eachTreehouseApp
has its own private thread so a shareddispatchers
property no longer fits our implementation.-
TreehouseApp.Spec.bindServices()
now accepts aTreehouseApp
parameter.Upgraded:
This discussion was created from the release 0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions