DTCollectionViewManager v10.0.0 Release Notes

  • โž• Added

    • Wrappers for collectionView:selectionFollowsFocusForItemAtIndexPath: delegate method.
    • ๐Ÿšš Wrappers for iOS 15 UICollectionViewDelegate.collectionView(_:targetIndexPathForMoveOfItemFromOriginalIndexPath:atCurrentIndexPath:toProposedIndexPath:) delegate method.

    โœ‚ Removed

    • ๐Ÿš€ Wrappers for collectionView:willCommitMenuWithAnimator delegate method, that was only briefly available in Xcode 12, and was removed by Apple in one of Xcode 12 releases.

    ๐Ÿ”„ Changed

    • ๐Ÿš€ To align version numbers between DTModelStorage, DTTableViewManager and DTCollectionViewManager, DTCollectionViewManager will not have 9.x release, instead it's being released as 10.x.

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš targetIndexPathForMovingItem deprecated on iOS / tvOS 15 and higher, because delegate method collectionView:targetIndexPathForMoveFromItemAt:toProposedIndexPath: was deprecated in favor of newer method.