๐Ÿ–Œ egui v0.14.1 Release Notes

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

    • โž• Added Ui::horizontal_top.

    ๐Ÿ›  Fixed ๐Ÿ›

    • Fixed set_width/set_min_width/set_height/set_min_height/expand_to_include_x/expand_to_include_y.
    • ๐Ÿ‘‰ Make minimum grid column width propagate properly.
    • ๐Ÿ‘‰ Make sure TextEdit contents expand to fill width if applicable.
    • ProgressBar: add a minimum width and fix for having it in an infinite layout.
    • ๐Ÿ›  Fixed sometimes not being able to click inside a combo box or popup menu.