0.2.1
0.2.1
Fixes
- In case of conflicts,
min_size
now overridesmax_size
which overridessize
(#261). This is the behaviour specified in the CSS specification, and was also the behaviour in Taffyv0.1.0
, but a regression was introduced in Taffyv0.2.0
. taffy::compute_layout
has been made public allowing Taffy to be used with custom storage (#263)