Skip to content

Commit 3c68714

Browse files
committed
Update changelog
1 parent 7207c4c commit 3c68714

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to the `egui_plot` integration will be noted in this file.
44
This file is updated upon each release.
55
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.
66

7+
## 0.33.0 - 2025-07-11
8+
9+
Full diff at https://github.com/emilk/egui_plot/compare/0.32.0..HEAD
10+
11+
#### PRs
12+
* Update egui to 0.32 [#124](https://github.com/emilk/egui_plot/pull/124) by [@lucasmerlin](https://github.com/lucasmerlin)
13+
* Fix dynamic bounds modifications [#96](https://github.com/emilk/egui_plot/pull/96) by [@emilk](https://github.com/emilk)
14+
* Add `PlotUi::set_plot_bounds_x` and `set_plot_bounds_y` [#110](https://github.com/emilk/egui_plot/pull/110) by [@emilk](https://github.com/emilk)
15+
* Allow zooming one axis by dragging it [#102](https://github.com/emilk/egui_plot/pull/102) by [@damageboy](https://github.com/damageboy)
16+
* Add a background behind all text that is shown on hover [#112](https://github.com/emilk/egui_plot/pull/112) by [@emilk](https://github.com/emilk)
17+
* Fix plot axis sometimes being way too thick [#113](https://github.com/emilk/egui_plot/pull/113) by [@emilk](https://github.com/emilk)
18+
* Bump Rust Version and fix Plot Item Visibility in Demo [#104](https://github.com/emilk/egui_plot/pull/104) by [@bircni](https://github.com/bircni)
19+
* Make circles in legend slightly smaller [#114](https://github.com/emilk/egui_plot/pull/114) by [@emilk](https://github.com/emilk)
20+
* Show the hover-info about a plot using the `egui::Tooltip` API [#115](https://github.com/emilk/egui_plot/pull/115) by [@emilk](https://github.com/emilk)
21+
* Add small margin to the axis tick labels [#117](https://github.com/emilk/egui_plot/pull/117) by [@emilk](https://github.com/emilk)
22+
* Gradient line support [#83](https://github.com/emilk/egui_plot/pull/83) by [@sapessi](https://github.com/sapessi)
23+
* Add optional legend title [#105](https://github.com/emilk/egui_plot/pull/105) by [@bircni](https://github.com/bircni)
24+
* Fix BoxPlot legend [#97](https://github.com/emilk/egui_plot/pull/97) by [@mkalte666](https://github.com/mkalte666)
25+
* When dragging the axis to zoom, zoom in where the drag started [871d400](https://github.com/emilk/egui_plot/commit/871d40053a1a2f270ea7e2e7112ef3c0b4ba71e6)
26+
* Update MSRV to 1.85 and bump rust edition to 2024 [#116](https://github.com/emilk/egui_plot/pull/116) by [@emilk](https://github.com/emilk)
27+
* Update to Rust 1.84 and enable many clippy lints [#107](https://github.com/emilk/egui_plot/pull/107) by [@abey79](https://github.com/abey79)
28+
* Fix bad demo app name and icon [f835c51](https://github.com/emilk/egui_plot/commit/f835c51da82764c2b144b0f734ce4d212b538769)
29+
730

831
## 0.32.1 - 2025-04-07
932

0 commit comments

Comments
 (0)