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

Releases: zenangst/Blueprints

0.11.1

28 May 13:26
Compare
Choose a tag to compare
  • 🏈 Add fix for rogue calls to prepare without invalidating the context #108

0.11.0

20 May 20:42
Compare
Choose a tag to compare

0.10.5

01 May 15:54
b645b96
Compare
Choose a tag to compare
  • Reverts faulty fix #106

0.10.4

01 May 15:01
a308ca5
Compare
Choose a tag to compare
  • 💻 Empty collection view layouts now receive a content size height of zero on macOS #105

0.10.3

29 Apr 07:33
5ffa0fa
Compare
Choose a tag to compare
  • 💻 Fixes content issue bug on macOS #104

0.10.2

24 Apr 21:37
78280ca
Compare
Choose a tag to compare
  • Refactors the implementation of the DefaultLayoutAnimator #103

0.10.1

03 Mar 21:57
b469ddf
Compare
Choose a tag to compare
  • Fixes minor issue when using sticky headers in horizontal layouts #100 #101

0.10.0

12 Feb 09:37
Compare
Choose a tag to compare
  • 🏎 This release is all about performance, this version implements invalidation contexts to speed up layouts that use sticky headers and footers #95
  • 🍱 All layouts now support headers and footer, both sticky and non-sticky. #95
  • 🎨 All layouts now support multiple sections. #95

This great release is the product of intense collaboration between @christoff-1992 and me (@zenangst).

c3bbf8fa-2ed2-11e4-8a3e-b8aacba51e30

0.9.0

03 Feb 12:03
Compare
Choose a tag to compare
  • 📱📺 Fixes sticky headers on iOS and tvOS #63
  • 💦 Removes the Waterfall layout in favor of using the Vertical layout
    that now supports dynamic heights #89
  • 💻 Features a new macOS example project #65
  • 💻 Various improvements when using Blueprints on macOS #74
  • 🌈 Improved the initializer on the Mosaic layout #56
  • 🌈 Adds basic header and footer support for Mosaic layout #75 #88

A big kudos to @christoff-1992 for making this release the best one yet! 🌟

0.8.6

19 Dec 19:36
9421636
Compare
Choose a tag to compare
  • Fixes UI glitch when using multiple items per row #55
  • Fixes wrong content size when using dynamic cells and multiple items per row #54
  • Fixes incorrect previous x offset been used #52 @christoff-1992