1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Update changelog

This commit is contained in:
Johannes Schiffer
2022-11-18 18:01:47 +01:00
committed by JohannesProgrammiert
parent 2c0fdf16df
commit 2b0a27cb02

View File

@@ -5,7 +5,14 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
## Unreleased
* ⚠️ BREAKING: `egui::widgets::plot::Plot::show_axes` renamed to `egui::widgets::plot::Plot::show_grid`. The origin `show_axes` API now refers to the axis labels. ([#2284](https://github.com/emilk/egui/pull/2284))
### Added
* Added plot axis labels and the required API to customize them. ([#2284](https://github.com/emilk/egui/pull/2284))
* Added support for multiple x-axis- and y-axis-labels and -ticks per plot. ([#2284](https://github.com/emilk/egui/pull/2284))
### Fixed
* Draw plot ticks outside of plotting window. ([#2284](https://github.com/emilk/egui/pull/2284))
## 0.22.0 - 2023-05-23 - A plethora of small improvements
### ⭐ Added