All Versions
24
Latest Version
Avg Release Cycle
55 days
Latest Release
1391 days ago

Changelog History
Page 2

  • v4.6.0 Changes

    September 30, 2019

    ๐Ÿ”„ Changed

    • โž• Adds support for Xcode11 & Swift 5.1
  • v4.5.0 Changes

    April 02, 2019

    โšก๏ธ Updates to swift 5 ๐Ÿš€

  • v4.4.4 Changes

    March 09, 2019

    fillContainer now returns self to make it chainable (courtesy of @n13 )

  • v4.4.3 Changes

    January 03, 2019

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixes Equation api >= broken operator

  • v4.4.2 Changes

    January 03, 2019

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixes view.bottom/top/right/leftConstraint possibly returning wrong constraint if the one you want is not there yet. (looking for constraint in the view itself after looking for it in the superview) The fix makes sure it only looks for the constraint in the view itself for width and height constraints, that corresponds to constraints added via width/heightAnchors api.

  • v4.4.1 Changes

    December 28, 2018
  • v4.4.0 Changes

    September 18, 2018
    • ๐Ÿฑ Migrates to Swift 4.2 ๐Ÿš€
  • v4.3.2 Changes

    September 09, 2018
    • โž• Adds support for baselines, kudos to @bellebethcooper for bringing this up ๐Ÿš€

      align(lastBaselines: label, label2, label3) label.FirstBaseline == label.LastBaseline

    • ๐Ÿ›  Fixes #90 Thanks @leidi0129 for spotting the issue ๐Ÿ‘

  • v4.3.1 Changes

    September 09, 2018

    ๐Ÿš€ This release adds centerXConstraint & centerYConstraint helpers.

    ๐Ÿฑ Thanks to @Shadester for pointing this out ๐Ÿ‘

  • v4.3.0 Changes

    April 04, 2018

    ๐Ÿ‘Œ Supports Xcode 9.3 & Swift 4.1 ๐ŸŽ‰