Skip to content

v6.1.1

Compare
Choose a tag to compare
@Nukesor Nukesor released this 18 Oct 16:27
· 174 commits to main since this release
757381b

Fixed

  • Fixed an issue where dynamic arrangement failed when setting the table to the exact width of the content #90.
  • The header size is now properly respected in the final optimization step #90.
    Previously, this wasn't the case and lead to weird formatting behavior when both of the following were true
    • Dynamic content adjustment was active.
    • The table didn't fit into the the available space.
    • The header of a row was longer than its content.
  • Fix wrong LowerBoundary calculation. This was introduced in commit bee764d, when this logic was refactored. #90.
  • Table::column_iter no longer requires a &mut self, but only &self.