Skip to content

Releases: traderepublic/SectionKit

0.11

23 Nov 13:30
9be8f18
Compare
Choose a tag to compare
0.11 Pre-release
Pre-release
  • Added init to both adapters to initialise them with static sections
  • Refactored drag/drop implementation, added multiple optional methods for notifying about drag/drop sessions entering/exiting the `UICollectionView

0.10.2

11 Nov 13:49
f464072
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release
  • Fixed SwiftLint errors and disable linting in Carthage builds

0.10.1

10 Nov 10:25
45e0fb2
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release
  • Add isModelEqual parameter to Section init which is used to compare if a certain section should be updated

0.10

06 Nov 11:22
9ebc909
Compare
Choose a tag to compare
0.10 Pre-release
Pre-release
  • Add SingleSectionCollectionViewAdapter which has a simpler API to use for collections with a single section
  • Major refactor regarding the datasource protocols of both CollectionViewAdapter implementations (single section / list) to remove the SectionModel constraint

0.9

29 Oct 15:01
c6a3bfa
Compare
Choose a tag to compare
0.9 Pre-release
Pre-release
  • The return value of CollectionViewAdapterDataSource.sectionController(with:for:) is now optional, making it possible to return nil for unsupported SectionModel (returning nil will still result in a section to be added but it won't contain any cells)

0.8

22 Oct 08:29
0721d29
Compare
Choose a tag to compare
0.8 Pre-release
Pre-release

The following properties of SectionIndexPath got renamed:

  • externalRepresentation -> indexInCollectionView
  • internalRepresentation -> indexInSectionController

0.7

20 Oct 15:44
f6dae13
Compare
Choose a tag to compare
0.7 Pre-release
Pre-release
  • Support for UICollectionViewDataSourcePrefetching using SectionDataSourcePrefetchingDelegate
  • Added ManualDiffingListSectionController

0.6.2

06 Oct 07:05
7f19bd1
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Add check if indexpath contains exactly two indices

0.6.1

14 Sep 07:26
6512806
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Add CFBundleVersion to Info.plist

0.6.0

11 Sep 14:47
7b9b05d
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Add convenience methods on CollectionViewContext for performing batch updates