All Versions
31
Latest Version
Avg Release Cycle
75 days
Latest Release
-

Changelog History
Page 2

  • v1.3.12 Changes

    February 06, 2019

    ๐Ÿ”„ Changes:

    • ๐Ÿ“š Update shrink() method documentation.
    • โšก๏ธ Update bundles.
  • v1.3.11 Changes

    August 09, 2018

    ๐Ÿš€ Released on 2018-08-09

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

  • v1.3.10 Changes

    July 24, 2018

    ๐Ÿš€ Released on 2018-07-24

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

  • v1.3.9 Changes

    ๐Ÿš€ Released on 2018-05-31

    โœ‚ 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.

  • v1.3.8 Changes

    ๐Ÿš€ Released on 2018-05-09

    โž• Add display(:Display) method to set the Yoga's display property.

    • โž• Added by cielpy in Pull Request #87
  • v1.3.7 Changes

    ๐Ÿš€ Released on 2018-05-01

    โฌ†๏ธ Upgrade to Swift 4.1

  • v1.3.6 Changes

    ๐Ÿš€ Released on 2018-04-16

    โšก๏ธ Update the Podspec minimum iOS platform to 8.0

  • v1.3.5 Changes

    ๐Ÿš€ Released on 2018-03-06

    โž• Add supports for spaceEvenly justifyContent mode

    Flex view's getter is public once again.

  • v1.3.4 Changes

    ๐Ÿš€ Released on 2018-03-05

    ๐Ÿ›  Fix retain cycle

    • Now Flex's hosting view is kept using a weak reference.
    • ๐Ÿ›  Fixed by Alexey Zinchenko in Pull Request #64
  • v1.3.3 Changes

    ๐Ÿš€ Released on 2018-02-28

    ๐Ÿ›  Fix Yoga's rounding issues

    • Integer truncation of sizes calculated by sizeThatFits:, and utility functions. Introduced by Obj-C -> Obj-C++ conversion in previous PR
    • Low coordinate rounding threshold, which results in flooring apparently valid values. Layout becomes very wrong with absolute coordinate values larger than 100 and having pointScaleFactor set to 3.
    • ๐Ÿ›  Fixed by Alexey Zinchenko in Pull Request #63