Skip to content

Releases: SwiftyJunnos/ComposerKit

v0.0.2 - API fix & Header and Footer

31 Oct 14:35
acf9938
Compare
Choose a tag to compare
Pre-release

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

16 Oct 16:00
Compare
Choose a tag to compare

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) to Header & Footer