Skip to content

v0.3.17

Compare
Choose a tag to compare
@nicoburns nicoburns released this 02 Nov 19:04
· 223 commits to main since this release

Added

  • Added total_node_count method to the Taffy struct. Returns the total number of nodes in the tree.

Fixes

  • Flexbox: fix O(n^2) order lookup (#537). Greatly improves layout performance on wide trees.