Releases: chiahsien/CHTCollectionViewWaterfallLayout
Releases · chiahsien/CHTCollectionViewWaterfallLayout
0.9.10
- Fix header path issue in Swift package.
- Add demo targets that use Swift package.
0.9.9
- 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
- Fix a bug that can't show header and footer together. ( #174, #175, #176, #179 )
- Update demo. ( #173 )
0.9.6
- Better Swift 3 and Xcode 8.1 support. (#151, #152)
- Better Carthage support. (#153)
- etc.
0.9.5
- Public methods and attributes for Swift project (#132)
- Adding Framework project with shared scheme to support Carthage (#126)
0.9.4
- Fix Swift build error (#108)
- Per-section insets (#107)
Minor update
- Fix for issue when layout is rotated (#100)
More configurations and bug fix
- 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
- 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