๐Ÿ–Œ egui v0.8.0 Release Notes

Release Date: 2021-01-17 // over 3 years ago
  • โž• Added โญ

    • โž• Added a simple grid layout (Grid).
    • Added ui.allocate_at_least and ui.allocate_exact_size.
    • โž• Added function InputState::key_down.
    • โž• Added Window::current_pos to position a window.

    ๐Ÿ”„ Changed ๐Ÿ”ง

    • ๐Ÿ†• New simpler and sleeker look!
    • ๐Ÿ“‡ Renamed PaintCmd to Shape.
    • Replace tuple (Rect, Shape) with tuple-struct ClippedShape.
    • ๐Ÿ“‡ Renamed feature "serde" to "persistence".
    • Break out the modules math and paint into separate crates emath and epaint.

    ๐Ÿ›  Fixed ๐Ÿ›

    • ๐Ÿ›  Fixed a bug that would sometimes trigger a "Mismatching panels" panic in debug builds.
    • Image and ImageButton will no longer stretch to fill a justified layout.