Zenangst Blueprints Versions Save

:cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.

0.13.2

11 months ago

Swift Package Manager support

0.13.1

4 years ago
  • 🐞 Fixes bug with wrongly calculated item size on macOS #133

0.13.0

4 years ago
  • 🏎 Improves performance of internal methods such as resolveSizeForItem and createCache(with:). It measured to be about twice as fast than before #130 #129
  • 💫 Performance optimizations to the built-in horizontal and vertical layouts #131

0.12.2

4 years ago
  • ➖ Fixes negative footer item index #128

0.12.1

4 years ago
  • 🍭 Optimized the binary search algorithm #124
  • 🌸 Refactors the vertical layout to use a masonry inspired algorithm when using multiple items per row and dynamic heights #126
  • 🍒Adds delegate methods for providing different line and item spacing per section #123
  • 🐞 Fixes bugs related to the placement of header and footers when they use dynamic sizes #125
  • 💫 Improves overall test coverage

0.12.0

4 years ago
  • 🐞 Fixes rare bug in the binary search algorithm #122
  • 📯 Add support for setting custom header and footer sizes using delegates #121

0.11.5

4 years ago
  • 🐞 Applys out-of-bounds fix to mosaic layout #118

0.11.4

4 years ago
  • 🐞 Fixes out-of-bounds issue when sections are empty #116

0.11.3

4 years ago
  • 🐞 Fix header & footer x origin when reaching the end #112

0.11.2

4 years ago
  • 🐞 Fixes bottom sections inset not being used properly when not using footers #111