
* 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
10 lines
331 B
Markdown
10 lines
331 B
Markdown
# 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](https://github.com/emilk/egui/pull/963)).
|
|
|
|
|
|
## 0.17.0 - 2022-02-22
|
|
* `RetainedImage`: conventience for loading svg, png, jpeg etc and showing them in egui.
|