Skip to content

Releases: layoutBox/FlexLayout

Delegate isIncludedInLayout to yoga vs using default value

03 Aug 22:02

Choose a tag to compare

1.3.16

Released on 2019-08-03

  • Delegate isIncludedInLayout to yoga vs using default value:
    Previously the value of isIncludedInLayout may 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

08 Jun 00:42

Choose a tag to compare

1.3.15

Released on 2019-06-07

  • Fix public extension warning
  • Update to Swift 4.2
  • Update cocoapods to 1.7

Add method `basis(_ : FPercent)`

17 May 12:31

Choose a tag to compare

Add method basis(_ : FPercent). This method is similar to basis(_ : CGFloat?) but takes a percentage parameter.

Update documentation

06 Feb 14:40

Choose a tag to compare

Changes:

  • Update shrink() method documentation.
  • Update bundles.

Fix top padding in method `padding(top, left, bottom, right)`

09 Aug 19:34
9afac85

Choose a tag to compare

Fix top padding in method padding(_ top: CGFloat, _ left: CGFloat, _ bottom: CGFloat, _ right: CGFloat)

Add cocoapods c++ library dependency

24 Jul 10:26

Choose a tag to compare

Add cocoapods c++ library dependency to the podspec file. Required to avoid possible linking errors.

Removed the unsupported alignItems `.baseline` mode

31 May 13:17

Choose a tag to compare

Removed alignItems .baseline mode which is not currently supported by Yoga. So we remove it from the list of supported mode until Yoga support it.

Add `display(:Display)` method

10 May 01:10

Choose a tag to compare

Add display(:Display) method to set the Yoga's display property.
Added by cielpy in Pull Request #87

Upgrade to Swift 4.1

02 May 00:53

Choose a tag to compare

Upgrade to Swift 4.1
* Added by Luc Dion in Pull Request #85

Update the Podspec minimum iOS platform to 8.0

16 Apr 16:51
075af2a

Choose a tag to compare

Update the Podspec minimum iOS platform to 8.0