Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 17:21
· 38 commits to main since this release

💥 Breaking Changes

  • Method Layout::set_main_size(&mut self, px: i32) was removed, use set_main_size(&mut self, size: Size) instead

✨ Features

  • Add Layout::main_size() -> Option<Size> shorthand method
  • Add Layout::main_window_count() -> Option<usize> shorthand method
  • Add Layout::set_main_size(&mut self, size: Size) to set main size to specific size
  • Add Layout::change_main_size(&mut self, delta: i32, upper_bound: i32) to change size by delta
  • Improve documentation in source code
  • Add more tests