Releases: layoutBox/FlexLayout
Releases · layoutBox/FlexLayout
Delegate isIncludedInLayout to yoga vs using default value
1.3.16
Released on 2019-08-03
- Delegate isIncludedInLayout to yoga vs using default value:
Previously the value ofisIncludedInLayoutmay have not reflect what the underlying yoga value is as the developer may have manipulated the yoga value directly. This could potentially leave the Flex initial value out of sync. This change defers the get/set of this property to yoga.
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