Skip to content

Releases: chiahsien/CHTCollectionViewWaterfallLayout

0.9.10

03 Dec 01:50
Compare
Choose a tag to compare
  • Fix header path issue in Swift package.
  • Add demo targets that use Swift package.

0.9.9

01 Dec 15:51
Compare
Choose a tag to compare
  • Support SPM.
  • Replace Travis CI with GitHub action.
  • Update both ObjC and Swift demo.
  • Re-organize source codes
  • Bump minimum supported iOS version to 9.0.
  • Change Cocoapods default spec from ObjC to Swift.

0.9.7

05 Sep 15:35
Compare
Choose a tag to compare
  • Fix a bug that can't show header and footer together. ( #174, #175, #176, #179 )
  • Update demo. ( #173 )

0.9.6

24 May 14:38
Compare
Choose a tag to compare
  • Better Swift 3 and Xcode 8.1 support. (#151, #152)
  • Better Carthage support. (#153)
  • etc.

0.9.5

23 Aug 23:38
Compare
Choose a tag to compare
  • Public methods and attributes for Swift project (#132)
  • Adding Framework project with shared scheme to support Carthage (#126)

0.9.4

02 May 02:32
Compare
Choose a tag to compare
  • Fix Swift build error (#108)
  • Per-section insets (#107)

Minor update

09 Aug 22:58
Compare
Choose a tag to compare
  • Fix for issue when layout is rotated (#100)

0.9.1

15 May 02:46
Compare
Choose a tag to compare
  • Fix some typo

More configurations and bug fix

07 May 14:07
Compare
Choose a tag to compare
  • Minimum content height configuration (#84)
  • Minimum column spacing per section configuration (#86)
  • Fix a crash when no data and no section (#76, #93)
  • Swift update (#77, #92, #98)
  • Long cell disappearing fix (#78)
  • Fix height calculation (#79)
  • Pixel perfect (#83)

More configurations and Swift version

21 Sep 03:04
Compare
Choose a tag to compare
  • Adding a configuration option to determine the order of rendering the items. Options include Left-to-Right | Right-to-Left | Shortest column first (existing default).
  • New demo screenshots
  • Custom column count per section
  • Swift version
  • Code cleanup