All Versions
9
Latest Version
Avg Release Cycle
117 days
Latest Release
2034 days ago

Changelog History

  • v3.1.1 Changes

    September 30, 2018
    • Invalidate the cache for bounds only if the size has changed #28
  • v3.1.0 Changes

    September 29, 2018
    • โšก๏ธ Updates to build specs with Xcode10 / Swift 4.2
    • ๐Ÿ›  Fixes Identifier Name Violation #20
    • ๐Ÿ‘Œ Improves the performances by using the cache effectively #23
    • ๐Ÿ›  Fixes SwiftLint errors & warnings
    • โœ‚ Removes the deprecated isFistCellExcluded property
    • ๐Ÿ”จ Refactor mask calculation #26
    • Others minor enhancements
  • v3.0.1 Changes

    January 04, 2018
    • ๐Ÿ›  Fixes typo for isFirstCellExcluded property, closes #5
  • v3.0.0 Changes

    December 31, 2017

    The CollectionViewSlantedLayout 3.0 version introduce a full new APIs and remove all the old ones.

    • ๐ŸŽ‰ Initial 3.0.0 Release
    • Swift 4.0 version
  • v2.2.0 Changes

    March 08, 2017
    • ๐Ÿ‘ Swift 3.0 support
    • ๐Ÿ“ฆ Swift Package Manager support
  • v2.1.1 Changes

    September 05, 2016
    • โž• Add a public initializer for YBSlantedCollectionViewLayoutSizeOptions.
  • v2.1.0 Changes

    March 24, 2016
    • โž• Add tests
    • โœ‚ Remove the applyMaskToCellView (cellView : UICollectionViewCell, forIndexPath: NSIndexPath) method
  • v2.0.0 Changes

    March 11, 2016
    • ๐Ÿ‘ Carthage support
    • ๐Ÿ‘Œ Improve the attribution of the clic.
    • โž• Add size options depending on the scroll direction
    • ๐Ÿ†• New class added : YBSlantedCollectionViewCell
    • Deprecat the applyMaskToCellView (cellView : UICollectionViewCell, forIndexPath: NSIndexPath) method
  • v1.0.0 Changes

    March 11, 2016
    • ๐ŸŽ‰ Initial release.