-
1.4.0 Stable
released this
2017-04-12 02:15:47 -07:00 | 1555 commits to main since this releaseBig thanks to @woehrl01 for all the fixes and performance improvements in this release.
Bug fixes
- Take margin into account on max dimension
09f0c2d8ce
- Fix align-content: center, flex-end alignment with margin
b94466e502
- Invalidate layout when node is removed from tree
249d010dad
- Set hasNewLayout on display changes.
ebdf82f491
- Fix position on root node with RTL direction
e9927377b5
- Fix min constraint incorrectly reducing available space
25f14a1917
Performance improvements
- Reduce the number of expensive JNI calls.
5884ab7b76
5112564f08
API changes
- Move point scale factor to reside on the config instead of being a global flag.
406c8a2117
Features
- Allow YogaLayout on android to be created outside of xml.
f66f52d1ba
- Optimize log print by using html format
586b57009a
Downloads
- Take margin into account on max dimension