Skip to content

Latest commit

 

History

History
executable file
·
74 lines (51 loc) · 2.43 KB

File metadata and controls

executable file
·
74 lines (51 loc) · 2.43 KB

Change Log

Released on Friday, 21 Jan, 2022.

Added

Released on Tuesday, 4 October, 2016.

This is a major release and breaks things in the old versions. Everyone is recommended to update to version 2.0.

Added

  • Added property direction to layout items in vertical or horizontal direction.

Changed

  • numberOfItemsInRow has been renamed to numberOfItemsInSide.
  • itemHeight has been renamed to itemLength.

Released on Friday, 30 September, 2016.

Added

Released on Friday, 2 September, 2016.

Added

  • Added change log.
  • Added orientation support (fixes issue #2).

Fixed

  • Fixed a potential bug where it was possible to have a collection view with zero items specified in a row.
  • Fixed a UI issue where the bottom-most items would stick to the bottom edge and not be padded.

Released on Wednesday, 18 May, 2016.

Added

  • Added new screenshots to readme.
  • Added credited article's author name to readme.

Fixed

  • Minor formatting fixes to readme and code.

Released on Wednesday, 11 May, 2016.

Added

  • Added nullability annotations.

Updated

Released on Sunday, 28 Dec, 2015.

Added

  • Documentation to the properties.
  • Set default item height to the item width if unavailable.

Updated

  • Readme to include info about installing from CocoaPods.

Fixed

  • Added checks for delegate methods.

Released on Sunday, 20 Dec, 2015.

Added

  • Initial release.