Skip to content

0.36.2 - `TextEdit::event_filter` and bugfixes

Latest

Choose a tag to compare

@lucasmerlin lucasmerlin released this 08 Sep 15:26
· 59 commits to main since this release


egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

⭐ Added

🔧 Changed

🐛 Fixed

  • Match image file extensions case-insensitively #8430 by @emilk
  • Fix rendering of thin, angled rectangles #8482 by @emilk
  • Fix zero-duration value animations returning the previous value #8469 by @cuishuang
  • Fix panic in hit-test when a widget rect contains a NaN #8479 by @emilk
  • Properly respect min_size in TextEdit #8420 by @lucasmerlin