Skip to content

Many properties can now be reset to their initial state

Compare
Choose a tag to compare
@lucdion lucdion released this 28 Nov 14:10
· 392 commits to master since this release
  • 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.

  • Added by Luc Dion in Pull Request #40