Releases: layoutBox/FlexLayout
Releases · layoutBox/FlexLayout
Update to Swift 4.2 + Fix public extension warning
1.3.15
Released on 2019-06-07
- Fix public extension warning
- Added by Levi McCallum in Pull Request #131
- Update to Swift 4.2
- Update cocoapods to 1.7
Add method `basis(_ : FPercent)`
Add method basis(_ : FPercent). This method is similar to basis(_ : CGFloat?) but takes a percentage parameter.
- Added by Andreas Mattsson in Pull Request #128
Update documentation
Changes:
- Update
shrink()method documentation. - Update bundles.
Fix top padding in method `padding(top, left, bottom, right)`
Add cocoapods c++ library dependency
Add cocoapods c++ library dependency to the podspec file. Required to avoid possible linking errors.
- Added by Antoine Lamy in Pull Request #103
Removed the unsupported alignItems `.baseline` mode
Add `display(:Display)` method
Upgrade to Swift 4.1
Update the Podspec minimum iOS platform to 8.0
Add justifyContent mode `spaceEvenly` + Flex view's getter is public
-
Add supports for
spaceEvenlyjustifyContent mode -
Flex view's getter is public once again.
- Added by Alexander Guschin in Pull Request #68