Releases: zenangst/Blueprints
Releases · zenangst/Blueprints
0.13.2
Swift Package Manager support
0.13.1
- 🐞 Fixes bug with wrongly calculated item size on macOS #133
0.13.0
- 🏎 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
- ➖ Fixes negative footer item index #128
0.12.1
- 🍭 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
- 🐞 Fixes rare bug in the binary search algorithm #122
- 📯 Add support for setting custom header and footer sizes using delegates #121
0.11.5
- 🐞 Applys out-of-bounds fix to mosaic layout #118
0.11.4
- 🐞 Fixes out-of-bounds issue when sections are empty #116
0.11.3
- 🐞 Fix header & footer x origin when reaching the end #112
0.11.2
- 🐞 Fixes bottom sections inset not being used properly when not using footers #111