0.4.0
This release closes the 0.4.0 milestone.
Breaking
-
Improve semantics of row height API (#154, @asmallteapot)
- Make
TableCellViewModel.rowHeight
optional, defaulting tonil
- Add
TableViewModel.defaultRowHeight
, defaulting to44.0
- Make
-
Updates the initializers for
TableSectionViewModel
andCollectionSectionViewModel
so that thediffingKey
argument is required. This prevents accidental misuse of the automatic diffing API, which was possible if you relied on the previous default parameter value. (#147, @ronaldsmartin)