You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@ All notable changes to the `egui_plot` integration will be noted in this file.
4
4
This file is updated upon each release.
5
5
Changes since the last release can be found at <https://github.com/emilk/egui_plot/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
6
6
7
+
8
+
9
+
## 0.35.0 - 2026-03-26
10
+
* Update to egui 0.34 [#239](https://github.com/emilk/egui_plot/pull/239) by [@emilk](https://github.com/emilk)
11
+
* Update MSRV to 1.92 [#238](https://github.com/emilk/egui_plot/pull/238) by [@emilk](https://github.com/emilk)
12
+
* Hide coordinate's tooltip if label is empty [#145](https://github.com/emilk/egui_plot/pull/145) by [@TihonovNV](https://github.com/TihonovNV)
13
+
* Change `PreparedPlot::hover` to use last suitable `PlotItem`[#147](https://github.com/emilk/egui_plot/pull/147) by [@TihonovNV](https://github.com/TihonovNV)
14
+
* Add `Plot::pan_pointer_button` to configure how to pan [#149](https://github.com/emilk/egui_plot/pull/149) by [@emilk](https://github.com/emilk)
15
+
* Heatmap support [#195](https://github.com/emilk/egui_plot/pull/195) by [@michalsustr](https://github.com/michalsustr)
16
+
* Add spans for plots [#196](https://github.com/emilk/egui_plot/pull/196) by [@michalsustr](https://github.com/michalsustr)
17
+
* Add `FilledArea` plot item [#202](https://github.com/emilk/egui_plot/pull/202) by [@michalsustr](https://github.com/michalsustr)
18
+
* Fix no `auto_bounds` preventing pan/zoom/scroll [#218](https://github.com/emilk/egui_plot/pull/218) by [@kitizz](https://github.com/kitizz)
19
+
* Spit crosshair and labels API [#221](https://github.com/emilk/egui_plot/pull/221) by [@michalsustr](https://github.com/michalsustr)
20
+
* Allow grouping legend entries by id rather than name [#231](https://github.com/emilk/egui_plot/pull/231) by [@Wumpf](https://github.com/Wumpf)
21
+
* Add `grid_color` and `grid_fade` API [#235](https://github.com/emilk/egui_plot/pull/235) by [@gavrelina](https://github.com/gavrelina)
22
+
* Find closest line segment for `Line` plots [#234](https://github.com/emilk/egui_plot/pull/234) by [@lucasmerlin](https://github.com/lucasmerlin)
23
+
* Add ability to specify color and font of axis tick labels for each axis [#155](https://github.com/emilk/egui_plot/pull/155) by [@TommiKabelitz](https://github.com/TommiKabelitz)
24
+
25
+
7
26
## 0.34.1 - 2026-02-16
8
27
* Allow grouping legend entries by id rather than name [#231](https://github.com/emilk/egui_plot/pull/231) by [@Wumpf](https://github.com/Wumpf)
0 commit comments