Skip to content

Releases: layoutBox/FlexLayout

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

Add justifyContent mode `spaceEvenly` + Flex view's getter is public

06 Mar 15:22

Choose a tag to compare

  • Add supports for spaceEvenly justifyContent mode

  • Flex view's getter is public once again.