All Versions
11
Latest Version
Avg Release Cycle
116 days
Latest Release
1697 days ago

Changelog History
Page 1

  • v5.0.1 Changes

    August 05, 2019
    • ๐Ÿ›  Fixes a regression caused by #574
    • โž• Adds Playground #608 (thanks to @ShivaHuang)
    • โšก๏ธ Updates SwiftPM support #615 (thanks to @maxxfrazer)
    • โž• Adds .directionalEdges and .directionalMargins #595 (thanks to @jctrouble)
    • ๐Ÿ‘‰ Make ConstraintViewDSL content priorities non mutational #586 (thanks to @nekrich)
  • v5.0.0 Changes

    April 23, 2019

    ๐Ÿ‘ โ€ข Official support for Swift 5.0
    ๐ŸŽ โ€ข Min version is now iOS 10.0, tvOS 10.0 and macOS 10.12

  • v4.2.0 Changes

    October 22, 2018
    • ๐Ÿš€ Official Swift 4.2 compatibility release
  • v4.0.1 Changes

    September 18, 2018
    • Compatibility with Xcode 10
  • v4.0.0 Changes

    September 17, 2017

    ๐Ÿš€ This is a compatibility release to target Swift 4 and Xcode 9. It contains no new features only syntax changes required for Swift 4 and Xcode 9!

  • v3.2.0 Changes

    February 11, 2017
    • โž• Added isActive to Constraint so you can see if there are any active NSLayoutConstraint's that are currently active as a result of the backing constraint.
    • Made Constraint layoutConstraints public again so you can publicly access the layout constraints. Use with caution as SnapKit expects ownership of these.
    • ๐Ÿ›  Fixed bug with contentCompressionResistanceHorizontalPriority (#387)
    • ๐Ÿ›  Fixed missing topMargin with contentCompressionResistanceHorizontalPriority (#393)
    • โž• Added more robust priority support (#345)
  • v3.1.2 Changes

    October 07, 2016

    ConstraintMaker for UILayoutGuide's

    • โšก๏ธ You can now use a UILayoutGuide/NSLayoutGuide much like a UIView with the familiar makeConstraints, remakeConstraints, updateConstraints, and removeConstraints API.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed memory leaks and circular references
  • v3.1.1

    October 11, 2016
  • v3.1.0

    October 07, 2016
  • v3.0.2 Changes

    October 07, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Carthage build compatibility
    • โž• Adds topMargin back in to ConstraintMaker
    • โž• Adds equalToSuperview(), lessThanOrEqualToSuperview(), greaterThanOrEqualToSuperview()
    • Doing equalTo(CGPoint) ensures superview + offset from top left.