1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

All Ui:s must now have a finite max_rect

Deprecated `max_rect_finite`, `available_size_before_wrap_finite`
and `available_rect_before_wrap_finite`.
This commit is contained in:
Emil Ernerfeldt
2021-08-28 16:02:16 +02:00
parent 105b999cb6
commit 9def6ef6df
18 changed files with 99 additions and 116 deletions

View File

@@ -7,10 +7,13 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
## Unreleased
### Added ⭐
* Add horizontal scrolling support to `ScrollArea` and `Window` (opt-in).
### Changed 🔧
* All `Ui`:s must now have a finite `max_rect`.
* Deprecated: `max_rect_finite`, `available_size_before_wrap_finite` and `available_rect_before_wrap_finite`.
## 0.14.2 - 2021-08-28 - Window resize fix