SnapKit Versions Save

A Swift Autolayout DSL for iOS & OS X

5.7.1

2 months ago
  • Podspec bump with privacy manifest support via Cocoapods

5.7.0

3 months ago

Minor release:

  • Update minimum deployment targets (iOS 12.0, macOS 10.13)
  • Add PrivacyInfo.xcprivacy for Swift PM targets, Cocoapods unsupported due to #10325

Happy New Year!

5.6.0

2 years ago
  • Upgrade to syntax compatibility of Swift 5.6
  • Upgrade dependency manager integrations
  • Small tweaks and fixes

5.0.1

4 years ago
  • 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)

5.0.0

5 years ago

• Official support for Swift 5.0 • Min version is now iOS 10.0, tvOS 10.0 and macOS 10.12

4.2.0

5 years ago
  • Official Swift 4.2 compatibility release

4.0.1

5 years ago
  • Compatibility with Xcode 10

4.0.0

6 years ago

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!

3.2.0

7 years ago
  • 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)

3.1.2

7 years ago

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