@@ -7,6 +7,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
7
7
8
8
## Unreleased
9
9
10
+
11
+ ## 0.14.0 - 2021-08-24 - Ui panels and bug fixes
12
+
10
13
### Added ⭐
11
14
* Panels can now be added to any ` Ui ` .
12
15
* Plot:
@@ -18,6 +21,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
18
21
* ` CollapsingHeader ` can now optionally be selectable.
19
22
20
23
### Changed 🔧
24
+ * A single-line ` TextEdit ` will now clip text that doesn't fit in it, and scroll.
21
25
* Return closure return value from ` Area::show ` , ` ComboBox::show_ui ` , ` ComboBox::combo_box_with_label ` , ` Window::show ` , ` popup::* ` , ` menu::menu ` .
22
26
* Only move/resize windows with primary mouse button.
23
27
* Tooltips are now moved to not cover the widget they are attached to.
@@ -30,6 +34,18 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
30
34
* Fix case where ` Plot ` 's ` min_auto_bounds ` could be ignored after the first call to ` Plot::ui ` .
31
35
* Fix slow startup when using large font files.
32
36
37
+ ### Contributors 🙏
38
+ * [ barrowsys] ( https://github.com/barrowsys )
39
+ * [ EmbersArc] ( https://github.com/EmbersArc )
40
+ * [ gents83] ( https://github.com/gents83 )
41
+ * [ lucaspoffo] ( https://github.com/lucaspoffo )
42
+ * [ mankinskin] ( https://github.com/mankinskin )
43
+ * [ mental32] ( https://github.com/mental32 )
44
+ * [ mitchmindtree] ( https://github.com/mitchmindtree )
45
+ * [ parasyte] ( https://github.com/parasyte )
46
+ * [ rekka] ( https://github.com/rekka )
47
+ * [ zu1k] ( https://github.com/zu1k )
48
+
33
49
34
50
## 0.13.1 - 2021-06-28 - Plot fixes
35
51
0 commit comments