All Versions
11
Latest Version
Avg Release Cycle
71 days
Latest Release
1855 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.2 Changes
February 17, 2020- 👍 SPM support fix. Thanks @rebeloper!
-
v0.4.1 Changes
June 22, 2019- ➕ Add configure parameter to stacks - thanks @theisegeberg!
-
v0.4.0 Changes
June 06, 2019- 🚚 Move View, Control, Label, Button, TextField, ImageView, TableViewCell, CollectionViewCell, ViewController, Window into a UI namespace in order to avoid name collisions with future iOS frameworks.
-
v0.3.0 Changes
March 28, 2019🍱 🎊 Official Swift 5 support 🎉
⚡️ Do not update if you are still using Xcode 10.1 or earlier.
-
v0.2.1 Changes
December 25, 2018- 🔦 Expose
Lenght.constrain
publicly.
- 🔦 Expose
-
v0.2.0 Changes
September 25, 2018- 👌 Support for layout sets (trait queries). Check out readme.
-
v0.1.5 Changes
May 02, 2018- 🛠 Fix a bug introduced by the previous release regarding safeArea.
-
v0.1.4 Changes
May 02, 2018- ➕ Add
relativeToSafeArea
support for iOS versions below iOS 11.
- ➕ Add
-
v0.1.3 Changes
March 20, 2018- 🛠 Fix CocoaPods integration #2. Thanks @AlexLittlejohn!
- 🛠 Fix typo in
embedding
.
-
v0.1.2 Changes
March 14, 2018- 🛠 Fix CocoaPods integration. Thanks @sergdort!