Skip to content

0.2.0

Compare
Choose a tag to compare
@erichoracek erichoracek released this 16 Mar 15:57
· 137 commits to master since this release

Added

  • Added result builders for SectionModel, ItemModel, BarModel, PresentationModel, and
    NavigationModel
  • Added initializers and methods to CollectionViewController that take an array of ItemModels
    and transparently wrap them in a SectionModel for consumers.

Changed

  • Updated public let properties of public structs with memberwise initializers to be public var
  • BarStackView now handles selection of bar models and can be used as an EpoxyableView
  • The cases of BarStackView.ZOrder have been renamed to be more semantically accurate
  • Enables CollectionView prefetching by default, as the issues preventing it from being enabled by
    default are now resolved in recent iOS versions
  • Support animated moves in BarStackView
  • Fixed ordering when inserting and removing bar models
  • Crossfade between bars of the same view type with different style IDs in BarStackView