Releases: SwiftyJunnos/ComposerKit
Releases · SwiftyJunnos/ComposerKit
v0.0.2 - API fix & Header and Footer
Enhanced API Accessibility for Components
Accessing layoutParameters
property and make()
method is now unavailable.
These were designed to be hidden internally, and you should now use the public methods like widthDimension(_:)
and boundaryItems(_:)
for component modification.
Simplified name for Header and Footer
You can simply use Header()
and Footer()
instead of BoundaryItem(.header)
or BoundaryItem(.footer)
.
🎉 v0.0.1(a) - Very first alpha release
Currently supporting:
NSCollectionLayoutItem
NSCollectionLayoutGroup
- including nested groups!
NSCollectionLayoutSection
NSCollectionLayoutBoundarySupplementaryItem
- Arrays & Optionals & Expressions in
Layout Builder
Future supports:
NSCollectionLayoutDecorationItem
NSCollectionLayoutSupplementaryItem
- Badge
- Change
BoundaryItem(.header)
&BoundaryItem(.footer)
toHeader
&Footer