0.16.0
New:
- Redwood publishes what's happening in bound content through the new
Content.Statetype. - Accept a
ZiplineHttpClientinTreehouseAppFactoryon Android.
Changed:
- Drop support for non-incremental layouts in
RowandColumn. - Support for
@Defaultannotation has now been removed, as detailed in the 0.15.0 release.
Fixed:
- Fix a layout bug where children of fixed-with
Rowcontainers were assigned the wrong width. - Fix inconsistencies between iOS and Android for
ColumnandRowlayouts. - Fix a layout bug where
RowandColumnlayouts 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
Boxcontainers were not measured properly. - Fix a bug where
LazyColumndidn't honor child widget resizes.
Breaking:
- Replace
CodeListenerwith a newDynamicContentWidgetFactoryAPI. Now loading and crashed views work like all other child widgets.