1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates/egui_plot/CHANGELOG.md
Emil Ernerfeldt d975c1a401 Fix HTTP web demo (#3407)
* Revert ttf-parser from 0.19.2 to 0.19.1

0.19.2's doesn't work with wasm in debug builds

* Update to poll-promise 0.3.0

* Publish new web demo

* Fix typo in changelog

* Explain why image_viewer is not part of the official web demo app

* Fix typos

* Make rfd native-only dependency
2023-09-28 12:06:55 +02:00

1.4 KiB

Changelog for egui_plot

All notable changes to the egui_plot integration will be noted in this file.

This file is updated upon each release. Changes since the last release can be found by running the scripts/generate_changelog.py script.

0.23.0 - 2023-09-27 - Initial release, after being forked out from egui

  • Draw axis labels and ticks outside of plotting window #2284 (thanks @JohannesProgrammiert!)
  • Add PlotUi::response() to replace plot_clicked() etc #3223
  • Add rotation feature to plot images #3121 (thanks @ThundR67!)
  • Plot items: Image rotation and size in plot coordinates, polygon fill color #3182 (thanks @s-nie!)
  • Add method to specify tip_size of plot arrows #3138 (thanks @nagua!)
  • Better handle additive colors in plots #3387
  • Fix auto_bounds when only one axis has restricted navigation #3171 (thanks @KoffeinFlummi!)
  • Fix plot formatter not taking closures #3260 (thanks @Wumpf!)