github emilk/egui 0.14.1
0.14.1 - Bug fixes and better web blending

latest releases: 0.27.2, latest, 0.27.1...
2 years ago

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.

Don't miss a new egui release

NewReleases is sending notifications on new releases.