Skip to content

0.10.0

Compare
Choose a tag to compare
@gyscos gyscos released this 01 Dec 01:03
· 255 commits to master since this release
  • Add EventTrigger and update OnEventView to use it
    • Breaking change: "inner" callbacks for OnEventView now take the event as extra argument.
  • Add Printer::enabled and EnableableView to disable whole subtrees
  • Add PaddedView to add padding around any view
  • Add RadioGroup::on_change to set a callback on selection change
  • Use styled strings in SelectView
    • Breaking change: SelectView::get_item_mut now returns a Option<(&mut StyledString, &mut T)>
  • Fix mouse events on Ubuntu
  • Add doc tests/examples to XY and Vec2