Skip to content

Releases: sncf-connect-tech/Collor

1.1.41

13 Jul 12:24
cdaf9ad
Compare
Choose a tag to compare

This new release suggest to new version of performUpdates() method named performCollorDiff() to manage without crashes the update of collection views from a diff result from Collor.

1.1.40

05 Jun 21:44
Compare
Choose a tag to compare

Swift 5
Add default implementation when Diffable is Equatable
Xcode Project improvements
clean unused branches

1.1.33

24 Sep 20:46
Compare
Choose a tag to compare

add new Unit Tests
Creation of a ForwardingUICollectionViewDelegate

1.1.31

19 Mar 13:48
Compare
Choose a tag to compare
  • ios 10.0 required
  • handling supplementaryView
  • improve coverage

1.1.25

11 Mar 09:24
Compare
Choose a tag to compare

Swift 4.2

1.1.23

29 Jan 10:12
Compare
Choose a tag to compare

Merge pull request #7 from NextFaze/feature/nibless_cell_support
Adds support for UICollectionViewCells without a nib/xib
update xcode version
replace flatMap
Fix issue when the bundle name is not the same as the module name

1.1.16

07 Jun 15:16
Compare
Choose a tag to compare

Fix crash when decorationViews move during an update
Add public methods in xctemplates

1.1.14

31 May 14:05
Compare
Choose a tag to compare

Fix Cell template : use the protocol instead of the adapter in the descriptor

1.1.13

06 Apr 08:36
Compare
Choose a tag to compare

Bumped to version 1.1.13

Fix cells duplication

Prevent update (insert, delete or reload) cells that are already update via it's section

1.1.9

07 Mar 14:34
Compare
Choose a tag to compare

add bundle var on CollectionCellDescribable to enable using Collor in external frameworks