Skip to content

Releases: wordlessj/Bamboo

1.2.0

05 Oct 09:05
Compare
Choose a tag to compare

Additions

  • Use group() to collect constraints into an array.

Changes

  • Update to Swift 4.2.

1.1.0

16 Sep 05:11
Compare
Choose a tag to compare

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.

1.0.0

06 Jul 07:26
Compare
Choose a tag to compare

Initial version.