Skip to content

Owl 1.1.0 - (Swift 5.x)

Compare
Choose a tag to compare
@malcommac malcommac released this 15 Sep 08:44
· 26 commits to master since this release

Released on: 2019-09-15

CHANGES

  • #36 [NEW] Added support for Swift Package Manager 5.x
  • #18 [FIX] TableAdapterCell.Event's element is not optional anymore (and conform to the counterpart of collection)
  • #23 [FIX] When CollectionCellAdapter.Event/TableAdapterCell.Event has a valid cell instance both collection/table and relative sizes properties are also available.
  • #33 [FIX] Fixed permanent crash on endDisplay events and optimize the dispatch of the events by removing cached contexts.
  • #25 [NEW] CollectionCellAdapter class is now open to subclasses.
  • #34 [FIX] Fix CollectionDirector/TableDirector's prefetching triggers. Now you can enable prefetching by enabling the isPrefetchingEnabled property.
  • #26 [FIX] ScrollViewEventsHandler are now public.
  • #29 [FIX] cell instance is now passed to the didSelectItemAt event of the CollectionDirector.
  • #11 [NEW] Added iOS9 compatibility.
  • #35 [FIX] Fix crash for invalid index path in internal adapterForHeaderFooter() function which may cause occasional crashes.