Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 801 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 801 Bytes

Unreleased

  • Add len & is_empty functions

0.17.0

  • (breaking) removed Toast::font(font: FontId), this can now be done by using egui::widget_text::RichText and RichText::font. #34
  • Added support for egui::widget_text::WidgetText in Toasts, this allows for more customization of the text in the toast. #34

0.16.0

  • (breaking) Updated to egui 0.29.
  • (breaking) Renamed functions, removed set_ prefix to fit egui style. #29
  • Accept either None or Some(duration) in set_duration. #31
  • Enable shadow beneath toasts using with_shadow #33