Skip to content

Releases: SnapKit/SnapKit

Release 5.7.1

18 Feb 08:24
2842e6e
Compare
Choose a tag to compare
  • Podspec bump with privacy manifest support via Cocoapods

Release 5.7.0

31 Dec 08:52
Compare
Choose a tag to compare

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!

Release 5.6.0

13 Apr 04:19
f222cbd
Compare
Choose a tag to compare
  • Upgrade to syntax compatibility of Swift 5.6
  • Upgrade dependency manager integrations
  • Small tweaks and fixes

SnapKit 5.0.1

05 Aug 06:21
Compare
Choose a tag to compare

Swift 5.0.0

23 Apr 11:01
Compare
Choose a tag to compare

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

SnapKit 4.2.0

22 Oct 12:16
Compare
Choose a tag to compare
  • Official Swift 4.2 compatibility release

SnapKit 4.0.1

18 Sep 04:40
Compare
Choose a tag to compare
  • Compatibility with Xcode 10

Swift 4 + Xcode 9

17 Sep 03:04
Compare
Choose a tag to compare

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!

Bug fixes & Priorities

11 Feb 10:18
Compare
Choose a tag to compare
  • 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)

Maker for Guides

07 Oct 11:21
Compare
Choose a tag to compare

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