Skip to content

1.4.0

Compare
Choose a tag to compare
@emilsjolander emilsjolander released this 12 Apr 09:16
· 1519 commits to main since this release

Big thanks to @woehrl01 for all the fixes and performance improvements in this release.

Bug fixes

  • Take margin into account on max dimension 09f0c2d
  • Fix align-content: center, flex-end alignment with margin b94466e
  • Invalidate layout when node is removed from tree 249d010
  • Set hasNewLayout on display changes. ebdf82f
  • Fix position on root node with RTL direction e992737
  • Fix min constraint incorrectly reducing available space 25f14a1

Performance improvements

API changes

  • Move point scale factor to reside on the config instead of being a global flag. 406c8a2

Features

  • Allow YogaLayout on android to be created outside of xml. f66f52d
  • Optimize log print by using html format 586b570