Skip to content

Latest commit

 

History

History
140 lines (74 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

140 lines (74 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.2] - 23-Jan-2022

Added

  • Horizontal scroll support (Shift + Mouse Wheel).
  • Zoom support (Ctrl/Cmd + Mouse Wheel).

Fixed

  • Change points delta from 24 to 50 for MouseScrollUnit::Line event.
  • Fix handling of mouse button events for Safari (inputs are no longer ignored).
  • Scroll is no longer applied to every Bevy window.

[0.10.1] - 16-Jan-2022

Added

  • Headless mode support (#51 by @Shatur).

Fixed

  • Egui pass now runs after bevy_ui (#53 by @jakobhellermann).

[0.10.0] - 8-Jan-2022

Added

  • Upgrade Bevy to 0.6 (#25 by @jakobhellermann).

[0.9.0] - 1-Jan-2022

Added

  • Upgrade Egui to 0.16 (#49 by @Meshiest).

[0.8.0] - 27-Nov-2021

Added

  • Upgrade Egui to 0.15.0 (#45).

[0.7.1] - 06-Oct-2021

Added

  • Add EguiStartupSystem system labels.

Fixed

  • Initialize egui contexts during startup (fixes #41).

[0.7.0] - 05-Sep-2021

Added

  • Upgrade Egui to 0.14.0 (#38).

[0.6.2] - 15-Aug-2021

Fixed

  • Fix receiving input when holding a button (#37).

[0.6.1] - 20-Jul-2021

Fixed

  • Fix more edge-cases related to invalid scissors.

[0.6.0] - 29-Jun-2021

Added

  • Upgrade Egui to 0.13.0.

[0.5.0] - 22-May-2021

Added

  • Upgrade Egui to 0.12.0.

[0.4.2] - 03-May-2021

Added

  • Better error message for a missing Egui context (#24 by @jakobhellermann)
  • Add try_ctx_for_window function (#20 by @jakobhellermann)

[0.4.1] - 24-Apr-2021

Fixed

  • Fix crashes related to invalid scissor or window size (#18)

[0.4.0] - 10-Apr-2021

Huge thanks to @jakobhellermann and @Weasy666 for contributing to this release!

Added

  • Implement Egui 0.11.0 support (#12 by @Weasy666 and @jakobhellermann).
  • Implement multiple windows support (#14 by @jakobhellermann).

[0.3.0] - 02-Mar-2021

Added

  • Upgrade Egui to 0.10.0.

[0.2.0] - 08-Feb-2021

Added

  • Implement Egui 0.9.0 support.

[0.1.3] - 20-Jan-2021

Fixed

  • Fix copying textures to take alignment into account.
  • Disable a documentation test.

[0.1.2] - 18-Jan-2021

Fixed

  • Disable default features for docs.rs to fix the build.

[0.1.1] - 18-Jan-2021

Fixed

  • Fix compilation errors when no features are set.