这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.3.17

Choose a tag to compare

@nicoburns nicoburns released this 02 Nov 19:04
· 330 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.