All Versions
11
Latest Version
Avg Release Cycle
116 days
Latest Release
1927 days ago
Changelog History
Page 1
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
toConstraint
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)
- โ Added
-
v3.1.2 Changes
October 07, 2016ConstraintMaker for UILayoutGuide's
- โก๏ธ You can now use a UILayoutGuide/NSLayoutGuide much like a UIView with the familiar
makeConstraints
,remakeConstraints
,updateConstraints
, andremoveConstraints
API.
๐ Bug Fixes
- ๐ Fixed memory leaks and circular references
- โก๏ธ You can now use a UILayoutGuide/NSLayoutGuide much like a UIView with the familiar
-
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.