Releases: Plonq/bevy_panorbit_camera
Releases · Plonq/bevy_panorbit_camera
v0.11.1
v0.10.0
- BREAKING: Update
bevy_egui
version to 0.24 - Adds support for multiple windows to the
bevy_egui
feature. Now egui windows in multiple bevy windows will work as expected. (Previously it only worked in the primary window) - BREAKING: Removes workaround for egui bug(?). This changes the structure of the resource
EguiWantsFocus
. It now only holds a single bool instead of two.
Full Changelog: 0.9.2...0.10.0
v0.9.2
Fix incorrect docs
Full Changelog: 0.9.1...0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
Zoom smoothing added (for line based scrolling - pixel scrolling is not smoothed), and orthographic camera support UX is improved with dedicated scale
and target_scale
values, instead of double dipping on radius
.
What's Changed
- Add zoom smoothing by @341101 in #30
New Contributors
- @341101 made their first contribution in #30
Full Changelog: 0.6.1...0.7.0