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
Default expressions can now be used directly in the schema rather than using the @Default annotation. The annotation has been deprecated, and will be removed in the next release.
EventListener.Factory.close() is called by TreehouseApp.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.
ResizableWidget is an interface that UIView widgets 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 DisplayLink when a TreehouseApp is stopped on iOS.
Correctly handle dynamic size changes for child widgets of Box, Column, and Row.
Don't clip elements of Column and Row layouts whose unbounded size exceeds the container size.
Correctly implement margins for Box on iOS.
Correctly handle dynamic updates to modifiers on Column and Row.
This discussion was created from the release 0.15.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:
@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.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:
Fixed:
UIViewLazyList.DisplayLinkwhen aTreehouseAppis stopped on iOS.Box,Column, andRow.ColumnandRowlayouts whose unbounded size exceeds the container size.Boxon iOS.ColumnandRow.This discussion was created from the release 0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions