v0.5.0
The changes in 0.5 are relatively small but the new measure function parameter is a breaking change so it requires a minor version bump.
- Added: A
style: &Style
parameter has been added to measure functions. - Added: The
MaybeMath
,MaybeResolve
, andResolveOrZero
traits have been made public. - Fix: use SizingMode::Inherent when sizing absolute children of flexbox nodes.
- Deps: Update grid requirement from 0.13.0 to 0.14.0