egui/egui_extras/CHANGELOG.md
Emil Ernerfeldt 21c32a18d8
Table resize (#1438)
* Let 1D strips fill up parent width/height
* Add Strip + Table + DatePicker to egui_extras changelog
* Expose some dragging- and pointer related context/memory methods
* Make tables resizable
2022-04-01 12:01:00 +02:00

331 B

Changelog for egui_extras

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

Unreleased

  • Added Strip, Table and DatePicker (#963).

0.17.0 - 2022-02-22

  • RetainedImage: conventience for loading svg, png, jpeg etc and showing them in egui.