Add plot legends and on_disabled_hover_text to CHANGELOG.md
This commit is contained in:
parent
838f3e4ff2
commit
2cb94b98ef
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||||
* Add `Response::request_focus` and `Response::surrender_focus`.
|
* Add `Response::request_focus` and `Response::surrender_focus`.
|
||||||
* Add `TextEdit::code_editor` (VERY basic)
|
* Add `TextEdit::code_editor` (VERY basic)
|
||||||
* [Pan and zoom plots](https://github.com/emilk/egui/pull/317).
|
* [Pan and zoom plots](https://github.com/emilk/egui/pull/317).
|
||||||
|
* [Add plot legends](https://github.com/emilk/egui/pull/349)
|
||||||
* [Users can now store custom state in `egui::Memory`.](https://github.com/emilk/egui/pull/257).
|
* [Users can now store custom state in `egui::Memory`.](https://github.com/emilk/egui/pull/257).
|
||||||
|
* Add `Response::on_disabled_hover_text` to show tooltip for disabled widgets.
|
||||||
* Zoom input: ctrl-scroll and (on `egui_web`) trackpad-pinch gesture.
|
* Zoom input: ctrl-scroll and (on `egui_web`) trackpad-pinch gesture.
|
||||||
* Support for raw [multi touch](https://github.com/emilk/egui/pull/306) events,
|
* Support for raw [multi touch](https://github.com/emilk/egui/pull/306) events,
|
||||||
enabling zoom, rotate, and more. Works with `egui_web` on mobile devices,
|
enabling zoom, rotate, and more. Works with `egui_web` on mobile devices,
|
||||||
|
|
Loading…
Reference in a new issue