Skip to content

v0.3.3

Compare
Choose a tag to compare
@nicoburns nicoburns released this 25 Feb 16:59
· 292 commits to main since this release
f52f1ff

Added

  • Added enable_rounding and disable_rounding methods to the Taffy struct which enable consumers of Taffy to obtain unrounded f32 values for the computed layouts if they want them. Rounding remains enabled by default.

Fixes

  • Fixed rounding algorithm such that it never leaves gaps between adjacent nodes (#369)
  • Fixed compiling with the grid feature disabled (#370)
  • Fixed compiling with the std feature disabled