0.1.7
- Upgraded to Xcode 16. (@jessesquires, #116)
- Reverted back to Swift 5 language mode because of issues in UIKit. (@jessesquires, #116)
- Applying a snapshot using
reloadData
now always occurs on the main thread. (@jessesquires, #116) - Implemented additional selection APIs for
CellViewModel
:shouldSelect
,shouldDeselect
,didDeselect()
. (@nuomi1, #127) - Allow setting a
UIScrollViewDelegate
object to receive scroll view events from the collection view. (@ruddfawcett, #131, #133)
Full Changelog: 0.1.6...0.1.7