Skip to content

Tags: rbqren000/SnapKit

Tags

5.0.1

Toggle 5.0.1's commit message
Update Podspec

5.0.0

Toggle 5.0.0's commit message
Update min target versions

4.2.0

Toggle 4.2.0's commit message
Update version in Podspec

4.0.1

Toggle 4.0.1's commit message
Update podspec

4.0.0

Toggle 4.0.0's commit message
Update Swift Version

3.2.0

Toggle 3.2.0's commit message
Release v3.2.0 (SnapKit#403)

* make 'layoutConstraints' public again (SnapKit#382)

* Fix wrong function call within contentCompressionResistanceHorizontalPriority (SnapKit#387)

* Missing property topMargin on ConstraintMakerExtendable (SnapKit#393)

This pull request adds the missing property "topMargin" to ConstraintMakerExtendable class.

* Switched main target build settings' "skip install" default settings to YES. (SnapKit#391)

* Add an isActive API to Constraint

* Priority enum (SnapKit#345)

* Adds ConstraintPriority enum to ConstraintMakerPrioritizable

* Constraints priority is now more robust

* Adds priority enum function

* Fixes compile error

* Adds failable initializer. Custom macOS medium priority. Adds back deleted methods

* Updates depracation messages

* Improve Priority API's

* Add extra protocol conformances to ConstraintPriority

* Tweak priority API's for offseting

* Tweak priority API's some more and add tests

* Prepare for release

3.1.2

Toggle 3.1.2's commit message
Prepare release

3.1.1

Toggle 3.1.1's commit message
Fix up iOS 9 / OSX 10.11 availability on Layout Guides

3.1.0

Toggle 3.1.0's commit message
Merge branch 'master' of github.com:SnapKit/SnapKit into develop

# Conflicts:
#	Source/ConstraintMakerRelatable.swift

3.0.2

Toggle 3.0.2's commit message
3.0.2 Release (SnapKit#347)

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* fix "Mutating a priority from required to not on an installed constra… (SnapKit#323)

* fix "Mutating a priority from required to not on an installed constraint (or vice-versa) is not supported." when the priority is not changed

* add more check when changing layout constraint priority

* add more lenient check when changing layout constraint priority

* fix UILayoutPriorityRequired available only on iOS

* fix undeclared UILayoutPriority on macOS

* add check for tvOS

* change the result constraint of maker.center.equalTo(CGPoint) to based on the original point of superview (SnapKit#336)

* change center.equalTo

* fix logic

* Add ConstraintMaker shortcuts for superview access (SnapKit#341)

Added two new shortcuts for access superview in ConstraintMakerRelatable
`greaterThanOrEqualToSuperview`
`lessThanOrEqualToSuperview`

* Add `topMargin` to constraint maker (SnapKit#343)

* Fix erroneus scheme

* Update settings for Carthage

* Prepare 3.0.2 release