New:
- Redwood publishes what's happening in bound content through the new
Content.State
type. - Accept a
ZiplineHttpClient
inTreehouseAppFactory
on Android.
Changed:
- Drop support for non-incremental layouts in
Row
andColumn
. - Support for
@Default
annotation has now been removed, as detailed in the 0.15.0 release.
Fixed:
- Fix a layout bug where children of fixed-with
Row
containers were assigned the wrong width. - Fix inconsistencies between iOS and Android for
Column
andRow
layouts. - Fix a layout bug where
Row
andColumn
layouts reported the wrong dimensions if their subviews could wrap. - Correctly update the layout when a Box's child's modifiers are removed.
- Fix a layout bug where children of
Box
containers were not measured properly. - Fix a bug where
LazyColumn
didn't honor child widget resizes.
Breaking:
- Replace
CodeListener
with a newDynamicContentWidgetFactory
API. Now loading and crashed views work like all other child widgets.