Skip to content

0.2.1

Compare
Choose a tag to compare
@nicoburns nicoburns released this 08 Feb 23:56
· 332 commits to main since this release
5ce388d

0.2.1

Fixes

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