summaryrefslogtreecommitdiff
path: root/crates/egui_plot/CHANGELOG.md
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2024-04-02 18:13:37 +0200
committerEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2024-04-02 18:13:37 +0200
commit014327e36535deeca0839b6aca2646191f2bd2fb (patch)
treef2877e5ae1196178216ae2c7411cd4f2747d2245 /crates/egui_plot/CHANGELOG.md
parent3897be3774a76efba43be10f466757f8970e403a (diff)
Release 0.27.2 - Fix blurry web renderinglatest0.27.2
Diffstat (limited to 'crates/egui_plot/CHANGELOG.md')
-rw-r--r--crates/egui_plot/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/egui_plot/CHANGELOG.md b/crates/egui_plot/CHANGELOG.md
index ce208bcc..46f3d76f 100644
--- a/crates/egui_plot/CHANGELOG.md
+++ b/crates/egui_plot/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.27.2 - 2024-04-02
+* Allow zoom/pan a plot as long as it contains the mouse cursor [#4292](https://github.com/emilk/egui/pull/4292)
+* Prevent plot from resetting one axis while zooming/dragging the other [#4252](https://github.com/emilk/egui/pull/4252) (thanks [@YgorSouza](https://github.com/YgorSouza)!)
+* egui_plot: Fix the same plot tick label being painted multiple times [#4307](https://github.com/emilk/egui/pull/4307)
+
+
## 0.27.1 - 2024-03-29
* Nothing new