๐Ÿ–Œ egui v0.7.0 Release Notes

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

    • Added ui.scroll_to_cursor and response.scroll_to_me (#81 by lucaspoffo).
    • โž• Added window.id(โ€ฆ) and area.id(โ€ฆ) for overriding the default Id.

    ๐Ÿ”„ Changed ๐Ÿ”ง

    • ๐Ÿ“‡ Renamed Srgba to Color32.
    • All color contructions now starts with from_, e.g. Color32::from_rgb.
    • ๐Ÿ“‡ Renamed FontFamily::VariableWidth to FontFamily::Proportional.
    • Removed pixels_per_point from FontDefinitions.

    ๐Ÿ›  Fixed ๐Ÿ›

    • ๐Ÿšฆ RepaintSignal now implements Sync so it can be sent to a background thread.
    • TextEdit widgets are now slightly larger to accommodate their frames.

    ๐Ÿ—„ Deprecated โ˜ข๏ธ

    • ๐Ÿ—„ Deprecated color::srgba.