Skip to content

0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 01:14
· 2 commits to trunk since this release

New:

  • Redwood publishes what's happening in bound content through the new Content.State type.
  • Accept a ZiplineHttpClient in TreehouseAppFactory on Android.

Changed:

  • Drop support for non-incremental layouts in Row and Column.
  • 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 and Row layouts.
  • Fix a layout bug where Row and Column 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 new DynamicContentWidgetFactory API. Now loading and crashed views work like all other child widgets.