Skip to content

1.2.0

Compare
Choose a tag to compare
@emilsjolander emilsjolander released this 23 Feb 19:27

Bug 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. 168ae40

API changes:

  • 9d2839f 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
    6a7ad21
  • Add support for auto margins 1146013
  • Add support for wrap-reverse 2053692