-
1.2.0 Stable
released this
2017-02-23 08:31:05 -08:00 | 1635 commits to main since this releaseBug fixes:
Behavior changes:
- Return Undefined for edges without set values and not their computed value. This allows users to correctly check if a value is set / has changed.
168ae4099d
API changes:
9d2839f8ca
Changes YGPixel to be named YGPoint. This is a small change which should not effect most users of the library. Reason for this change is that we will want to start performing more operations on 'points' which don't map to physical pixels.
Features:
- Add support for space-between and space-around on align-content
6a7ad2125d
- Add support for auto margins
1146013e9e
- Add support for wrap-reverse
20536923d6
Downloads
- Return Undefined for edges without set values and not their computed value. This allows users to correctly check if a value is set / has changed.