Releases: layoutBox/FlexLayout
Releases · layoutBox/FlexLayout
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
spaceEvenly
justifyContent mode -
Flex view's getter is public once again.
- Added by Alexander Guschin in Pull Request #68
Fix retain cycle
- Fix retain cycle
- Now Flex's hosting view is kept using a weak reference.
- Fixed by Alexey Zinchenko in Pull Request #64