Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: zenangst/Blueprints

0.13.2

31 May 07:00
Compare
Choose a tag to compare

Swift Package Manager support

0.13.1

22 Sep 18:00
1dc9dd9
Compare
Choose a tag to compare
  • 🐞 Fixes bug with wrongly calculated item size on macOS #133

0.13.0

20 Sep 10:45
ba906ce
Compare
Choose a tag to compare
  • 🏎 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

18 Sep 14:58
7598584
Compare
Choose a tag to compare
  • ➖ Fixes negative footer item index #128

0.12.1

15 Aug 10:12
bfa823a
Compare
Choose a tag to compare
  • 🍭 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

05 Aug 12:48
d2810ea
Compare
Choose a tag to compare
  • 🐞 Fixes rare bug in the binary search algorithm #122
  • 📯 Add support for setting custom header and footer sizes using delegates #121

0.11.5

25 Jul 11:52
b4be2bc
Compare
Choose a tag to compare
  • 🐞 Applys out-of-bounds fix to mosaic layout #118

0.11.4

25 Jul 10:57
Compare
Choose a tag to compare
  • 🐞 Fixes out-of-bounds issue when sections are empty #116

0.11.3

13 Jun 12:45
2ff1330
Compare
Choose a tag to compare
  • 🐞 Fix header & footer x origin when reaching the end #112

0.11.2

12 Jun 10:38
Compare
Choose a tag to compare
  • 🐞 Fixes bottom sections inset not being used properly when not using footers #111