Skip to content

Owl 1.1.1 - (Swift 5.x)

Compare
Choose a tag to compare
@malcommac malcommac released this 24 Nov 17:27
· 11 commits to master since this release

Released on: 2019-11-24

CHANGELOG

  • #38 Fixed crash with didEndDisplayCell both for CollectionDirector and TableDirector. The side effect is element: Model property of the TableCellAdapter.Event and CollectionCellAdapter.Event optional because in these situations I can't get the model instance for removed items.
  • #39 Fixed SPM package.
  • #20 Added default implementation for isContentEqual of ElementRepresentable.
  • #41 Changed CollectionHeaderFooterAdapter, TableSection and TableHeaderFooterAdapter methods and properties to open.