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
Wasm JS added as a target for common Redwood modules. There is no Treehouse support today.
Add onScroll property to Row and Column. This property is invoked when overflow = Overflow.Scroll and the container is scrolled.
Add Px class to represent a raw pixel value in the host's coordinate system.
New source-based schema parser can be enabled with 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:
The TreehouseApp type is now an abstract class. This should make it easier to write unit tests for code that integrates Treehouse.
The TreehouseApp.Spec.bindServices() function is now suspending.
The TreehouseAppFactory function now accepts a Zipline LoaderEventListener parameter.
Fixed:
Using a data object for a widget of modifier no longer causes schema parsing to crash.
Ensuring LazyList's itemsBefore and itemsAfter properties are always within [0, itemCount], to prevent IndexOutOfBoundsException crashes.
Don't crash in LazyList when a scroll and content change occur in the same update.
Updating a flex container's margin now works correctly for Yoga-based layouts.
Breaking:
The TreehouseApp.Factory.dispatchers property is removed, and callers should migrate to TreehouseApp.dispatchers. With this update each TreehouseApp has its own private thread so a shared dispatchers property no longer fits our implementation.
-TreehouseApp.Spec.bindServices() now accepts a TreehouseApp parameter.
Upgraded:
Zipline 1.16.0
This discussion was created from the release 0.13.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:
onScrollproperty toRowandColumn. This property is invoked whenoverflow = Overflow.Scrolland the container is scrolled.Pxclass 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:
TreehouseApptype 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.TreehouseAppFactoryfunction now accepts a ZiplineLoaderEventListenerparameter.Fixed:
data objectfor a widget of modifier no longer causes schema parsing to crash.LazyList'sitemsBeforeanditemsAfterproperties are always within[0, itemCount], to preventIndexOutOfBoundsExceptioncrashes.LazyListwhen a scroll and content change occur in the same update.Breaking:
TreehouseApp.Factory.dispatchersproperty is removed, and callers should migrate toTreehouseApp.dispatchers. With this update eachTreehouseApphas its own private thread so a shareddispatchersproperty no longer fits our implementation.-
TreehouseApp.Spec.bindServices()now accepts aTreehouseAppparameter.Upgraded:
This discussion was created from the release 0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions