Changelog History
Page 2
-
v4.6.0 Changes
September 30, 2019🔄 Changed
- ➕ Adds support for Xcode11 & Swift 5.1
-
v4.5.0 Changes
April 02, 2019⚡️ Updates to swift 5 🚀
-
v4.4.4 Changes
March 09, 2019fillContainer
now returns self to make it chainable (courtesy of @n13 ) -
v4.4.3 Changes
January 03, 2019🔄 Changed
🛠 Fixes Equation api >= broken operator
-
v4.4.2 Changes
January 03, 2019🔄 Changed
🛠 Fixes view.bottom/top/right/leftConstraint possibly returning wrong constraint if the one you want is not there yet. (looking for constraint in the view itself after looking for it in the superview) The fix makes sure it only looks for the constraint in the view itself for width and height constraints, that corresponds to constraints added via width/heightAnchors api.
-
v4.4.1 Changes
December 28, 2018- 🍱 Make sure
userAddedConstraints
doesn't return layout margins. Fixes #104 Kudos @mpsnp 👏 - Code clean
- 🗄 Removing deprecated tap helper (discussion here #42) alternatives : https://github.com/XCEssentials/ViewEvents
- 🍱 Make sure
-
v4.4.0 Changes
September 18, 2018- 🍱 Migrates to Swift 4.2 🚀
-
v4.3.2 Changes
September 09, 2018➕ Adds support for baselines, kudos to @bellebethcooper for bringing this up 🚀
align(lastBaselines: label, label2, label3) label.FirstBaseline == label.LastBaseline
🛠 Fixes #90 Thanks @leidi0129 for spotting the issue 👏
-
v4.3.1 Changes
September 09, 2018🚀 This release adds
centerXConstraint
¢erYConstraint
helpers.🍱 Thanks to @Shadester for pointing this out 👍
-
v4.3.0 Changes
April 04, 2018👌 Supports Xcode 9.3 & Swift 4.1 🎉