Skip to content

Releases: emilk/egui

0.18.0 - Shape::Callback, Table, and better text contrast

30 Apr 18:35
Compare
Choose a tag to compare

Highlights:

  • Embed 3D inside egui
  • Better text contrast in bright mode
  • Added egui_extras::Table

rerun

0.17.0 - Improved font selection and image handling

22 Feb 18:47
Compare
Choose a tag to compare

egui highlights:

  • Use any-sized font
  • Define custom text styles
  • Easy image loading using new crate egui_extras

eframe highlights:

  • glow is now the default renderer on both native on web
  • follow OS light/dark mode preference

Full changelog: https://github.com/emilk/egui/blob/master/CHANGELOG.md

0.16.0 - Context menus and rich text

29 Dec 11:26
Compare
Choose a tag to compare

Highlights:

  • Context menus
  • Rich text (colors, underline, …) in all widgets
  • Bar charts and box plots

0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow

24 Oct 14:30
Compare
Choose a tag to compare

Highlights:

  • Syntax highlighting
  • Horizontal scrolling
  • New monospace font
  • New crate egui_glow: a glow backend for eframe (opt-in)
  • New crate egui-web

0.14.1 - Bug fixes and better web blending

28 Aug 09:15
Compare
Choose a tag to compare

Bugfix release of egui and egui_web. From the changelogs:

egui 0.14.1

Added ⭐

  • Add Ui::horizontal_top.

Fixed 🐛

  • Fix 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.
  • Fix sometimes not being able to click inside a combo box or popup menu.

egui_web 0.14.1

Fixed 🐛

  • Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium.
  • Fix use of egui on devices with both touch and mouse.

0.14.0 - Ui panels and bug fixes

27 Aug 17:16
Compare
Choose a tag to compare

Highlights:

  • Panels inside of Ui:s
  • Progress bar
  • Improved text on web
  • Drag-and-drop files
  • A lot of bug fixes

0.1.0 - initial release

30 May 16:26
Compare
Choose a tag to compare