Skip to content

0.6.0

Compare
Choose a tag to compare
@erichoracek erichoracek released this 31 Aug 15:41
· 101 commits to master since this release

Added

  • Added an insetMargins property to TopBarContainer and BottomBarContainer that configures whether or not the container sets layout margins derived from the safeAreaInsets of its viewController.

Fixed

  • Fixed incorrect assertion logging when accessing an item with an invalid index path.
  • Mitigated a EXC_BAD_ACCESS crash that caused by a bad nonnull bridge in CollectionViewCell.
  • Fixed an issue where styles were not being used in the diffIdentifier calculation of GroupItems.

Changed

  • The SectionModel initializer now requires a dataID to make it harder to have sections with duplicate identity that causes a runtime warning and potentially unexpected diffing behavior.