FlexLayout v1.2.0 Release Notes

  • 🚀 Released on 2017-11-23

    Many properties can be reset to their initial state. Specifying nil when calling these properties reset their value:

    • width(nil)
    • height(nil)
    • size(nil)
    • minWidth(nil)
    • maxWidth(nil)
    • minHeight(nil)
    • maxHeight(nil)
    • aspectRatio(nil)

    FlexLayout now integrates YogaKit source code, this was needed to improve efficiently the iOS's yoga interface.