1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Release 0.36.1 - Fix Sense::drag bug (#8397)

This commit is contained in:
Lucas Meurer
2026-08-07 15:08:38 +02:00
committed by GitHub
parent 65e827e23a
commit 46ba6405bf
14 changed files with 79 additions and 31 deletions

View File

@@ -14,6 +14,10 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
## 0.36.1 - 2026-08-07
* Fix `Sense::drag` detecting drags when clicking widget above it [#8396](https://github.com/emilk/egui/pull/8396) by [@lucasmerlin](https://github.com/lucasmerlin)
## 0.36.0 - 2026-08-05
### Highlights ✨