All Versions
35
Latest Version
Avg Release Cycle
80 days
Latest Release
450 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.1.4 Changes
๐ Released on 2017-10-31
โ Add new margin methods:
margin(_ insets: UIEdgeInsets): Set all margins using UIEdgeInsets. This method is particularly useful to set all margins using iOS 11UIView.safeAreaInsetsmargin(_ directionalInsets: NSDirectionalEdgeInsets): Set margins using NSDirectionalEdgeInsets. This method is particularly to set all margins using iOS 11UIView.directionalLayoutMargins
โ Add new padding methods:
padding(_ insets: UIEdgeInsets): Set all paddings using UIEdgeInsets. This method is particularly useful using iOS 11UIView.safeAreaInsetspadding(_ directionalInsets: NSDirectionalEdgeInsets): Set paddings using NSDirectionalEdgeInsets. This method is particularly useful to set all paddings using iOS 11UIView.directionalLayoutMarginsโก๏ธ Update all examples to support iPhone X landscape orientation.
โ Add an example of UICollectionView using FlexLayout
-
v1.1.0 Changes
๐ Released on 2017-08-23
- โ Add missing markDirty() method
- โ :warning: BREAKING CHANGE: Renamed the method
addContainer()to `addItem(). It is clearer that the added view is in fact a flex item, and not just a flex container. - โ Add an implementation of the Ray Wenderlich Yoga Tutorial
- โ Add Swift 4.0 support
-
v1.0.0 Changes
๐ Released on 2017-08-20
- ๐ Initial official release.
- โ Add unit tests
-
v0.1.1 Changes
๐ Released on 2017-08-02
- ๐ Initial beta release.