Skip to content

Releases: vladbat00/bevy_egui

[0.18.0] - 11-Dec-2022

11 Dec 22:12
00d794f
Compare
Choose a tag to compare

Added

[0.17.1] - 14-Nov-2022

13 Nov 23:02
Compare
Choose a tag to compare

Fixed

  • Fix clearing event readers (missed events warnings)

[0.17.0] - 13-Nov-2022

13 Nov 18:01
245a0df
Compare
Choose a tag to compare

Added

Fixed

[0.16.1] - 18-Sep-2022

18 Sep 07:34
da4cc28
Compare
Choose a tag to compare

Fixed

[0.16.0] - 24-Aug-2022

24 Aug 09:25
9d11bf2
Compare
Choose a tag to compare

Added

  • Update Egui to 0.19

[0.15.1] - 13-Aug-2022

13 Aug 09:09
99a3b83
Compare
Choose a tag to compare

Fixed

  • Store image handles instead of ids to persist strong handles.

[0.15.0] - 30-Jul-2022

30 Jul 18:11
9e9c47b
Compare
Choose a tag to compare

Added

[0.14.0] - 1-May-2022

01 May 09:48
c9302aa
Compare
Choose a tag to compare

Added

  • Add new_tab support for open_url (#96 by @Azorlogh).
    • EguiSettings has also got the default_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 to immutable_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).

[0.13.0] - 16-Apr-2022

16 Apr 09:16
6eb02a2
Compare
Choose a tag to compare

Added

Changed

  • Return egui::TextureId on removal (#81 by @Shatur).
  • Add must_use attributes to methods (#82).

Fixed

  • Remove unnecessary image clone allocation (#84 by @frewsxcv).
  • Avoid allocations by utilizing HashMap::iter_mut (#83 by @frewsxcv).
  • Remove unnecessary swap texture clone (#85 by @frewsxcv).

[0.12.1] - 13-Mar-2022

13 Mar 16:52
f483cdf
Compare
Choose a tag to compare

Added

  • Add a function to get image id (#80 by @Shatur).