๐Ÿ–Œ egui v0.14.0 Release Notes

Release Date: 2021-08-24 // over 2 years ago
  • โž• Added โญ

    • ๐Ÿ’ป Panels can now be added to any Ui.
    • Plot:
      • Line styles.
      • Added show_background and show_axes methods to Plot.
    • Progress bar.
    • ๐Ÿ’ป Grid::num_columns: allow the last column to take up the rest of the space of the parent Ui.
    • โž• Added an API for dropping files into egui (see RawInput).
    • CollapsingHeader can now optionally be selectable.

    ๐Ÿ”„ Changed ๐Ÿ”ง

    • A single-line TextEdit will now clip text that doesn't fit in it, and scroll.
    • ๐Ÿ’ป Return closure return value from Area::show, ComboBox::show_ui, ComboBox::combo_box_with_label, Window::show, popup::*, menu::menu.
    • ๐Ÿ Only move/resize windows with primary mouse button.
    • ๐Ÿšš Tooltips are now moved to not cover the widget they are attached to.

    ๐Ÿ›  Fixed ๐Ÿ›

    • Fixed custom font definitions getting replaced when pixels_per_point is changed.
    • ๐Ÿ›  Fixed lost_focus for TextEdit.
    • Clicking the edge of a menu button will now properly open the menu.
    • ๐Ÿ›  Fixed hover detection close to an Area.
    • Fixed case where Plot's min_auto_bounds could be ignored after the first call to Plot::ui.
    • ๐Ÿ›  Fixed slow startup when using large font files.

    Contributors ๐Ÿ™