Releases: vladbat00/bevy_egui
Releases · vladbat00/bevy_egui
[0.18.0] - 11-Dec-2022
Added
- Update Egui to 0.20 (#139 by @no-materials)
[0.17.1] - 14-Nov-2022
Fixed
- Fix clearing event readers (missed events warnings)
[0.17.0] - 13-Nov-2022
[0.16.1] - 18-Sep-2022
Fixed
- Fix releasing buttons outside a window (#123, thanks to @TheRawMeatball for flagging the issue in #121)
[0.16.0] - 24-Aug-2022
Added
- Update Egui to 0.19
[0.15.1] - 13-Aug-2022
Fixed
- Store image handles instead of ids to persist strong handles.
[0.15.0] - 30-Jul-2022
Added
- Update Bevy to 0.8 (#111 by @DGriffin91)
- Add a feature that can be disabled to replace default Egui fonts (#110 by @iTitus)
[0.14.0] - 1-May-2022
Added
- Add new_tab support for open_url (#96 by @Azorlogh).
EguiSettings
has also got thedefault_open_url_target
parameter to make the default behaviour on left mouse click configurable.
- Update Egui to 0.18 (#99).
Changed
- The
multi_threaded
feature was renamed toimmutable_ctx
.
Fixed
- Improve wgsl readability and introduce minor optimisations (#95 by @lain-dono).
- Remove duplicate EguiPipeline resource initialization (#98 by @lain-dono).
- Fix color blending for user textures (#100).