All Versions
3
Latest Version
Avg Release Cycle
228 days
Latest Release
2028 days ago

Changelog History

  • v1.2.0 Changes

    October 05, 2018

    โž• Additions

    • ๐Ÿ‘‰ Use group() to collect constraints into an array.

    ๐Ÿ”„ Changes

    • โšก๏ธ Update to Swift 4.2.
  • v1.1.0 Changes

    September 16, 2017

    โž• Additions

    • ๐Ÿ‘Œ Support system spacing in iOS 11, use SystemSpacing in place of constant.
    • ๐Ÿ‘Œ Support offset anchors in iOS 10, use offset() and - operator for axis anchors.
    • distribute[X|Y]EqualSpacing() distribute items with equal spacing.
    • triple() on multiple items creates constraints for every three items.

    ๐Ÿ”„ Changes

    • Migrate to Swift 4.
    • constrain and layout extensions are renamed to bb and bbm respectively.
    • before() and after() respect language direction.
    • distribute[Horizontally|Vertically] are renamed to distribute[X|Y], additional inset parameter is added.
  • v1.0.0 Changes

    July 06, 2017

    ๐ŸŽ‰ Initial version.