New
0.15.0
New:
- Default expressions can now be used directly in the schema rather than using the
@Defaultannotation. The annotation has been deprecated, and will be removed in the next release. EventListener.Factory.close()is called byTreehouseApp.close()to release any resources held by the factory.- Lambda parameter names defined in the schema are now propagated to the generated composable and widget interface.
ResizableWidgetis an interface thatUIViewwidgets must use if their intrinsic sizes may change dynamically. It notifies any enclosing parent views to trigger a new layout.
Changed:
- Removed Wasm JS target. We are not ready to support it yet.
Fixed:
- Breaking the last remaining retain cycle in
UIViewLazyList. - Don't leak the
DisplayLinkwhen aTreehouseAppis stopped on iOS. - Correctly handle dynamic size changes for child widgets of
Box,Column, andRow. - Don't clip elements of
ColumnandRowlayouts whose unbounded size exceeds the container size. - Correctly implement margins for
Boxon iOS. - Correctly handle dynamic updates to modifiers on
ColumnandRow.