You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ This file is updated upon each release.
7
7
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
8
8
9
9
10
+
## 0.28.1 - 2024-07-05
11
+
### ⭐ Added
12
+
* Add `Image::uri()`[#4720](https://github.com/emilk/egui/pull/4720) by [@rustbasic](https://github.com/rustbasic)
13
+
14
+
### 🔧 Changed
15
+
* Better documentation for `Event::Zoom`[#4778](https://github.com/emilk/egui/pull/4778) by [@emilk](https://github.com/emilk)
16
+
* Hide tooltips when scrolling [#4784](https://github.com/emilk/egui/pull/4784) by [@emilk](https://github.com/emilk)
17
+
* Smoother animations [#4787](https://github.com/emilk/egui/pull/4787) by [@emilk](https://github.com/emilk)
18
+
* Hide tooltip on click [#4789](https://github.com/emilk/egui/pull/4789) by [@emilk](https://github.com/emilk)
19
+
20
+
### 🐛 Fixed
21
+
* Fix default height of top/bottom panels [#4779](https://github.com/emilk/egui/pull/4779) by [@emilk](https://github.com/emilk)
22
+
* Show the innermost debug rectangle when pressing all modifier keys [#4782](https://github.com/emilk/egui/pull/4782) by [@emilk](https://github.com/emilk)
23
+
* Fix occasional flickering of pointer-tooltips [#4788](https://github.com/emilk/egui/pull/4788) by [@emilk](https://github.com/emilk)
24
+
25
+
10
26
## 0.28.0 - 2024-07-03 - Sizing pass, `UiStack` and GIF support
11
27
### ✨ Highlights
12
28
* Automatic sizing of menus/popups/tooltips with no jittering, using new _sizing pass_[#4557](https://github.com/emilk/egui/pull/4557), [#4579](https://github.com/emilk/egui/pull/4579) by [@emilk](https://github.com/emilk)
Copy file name to clipboardExpand all lines: crates/ecolor/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
6
6
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
7
7
8
8
9
+
## 0.28.1 - 2024-07-05
10
+
Nothing new
11
+
12
+
9
13
## 0.28.0 - 2024-07-03
10
14
* Fix `hex_color!` macro by re-exporting `color_hex` crate from `ecolor`[#4372](https://github.com/emilk/egui/pull/4372) by [@dataphract](https://github.com/dataphract)
11
15
* Remove `extra_asserts` and `extra_debug_asserts` feature flags [#4478](https://github.com/emilk/egui/pull/4478) by [@emilk](https://github.com/emilk)
Copy file name to clipboardExpand all lines: crates/eframe/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This file is updated upon each release.
7
7
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
8
8
9
9
10
+
## 0.28.1 - 2024-07-05
11
+
* Web: only capture clicks/touches when actually over canvas [#4775](https://github.com/emilk/egui/pull/4775) by [@lucasmerlin](https://github.com/lucasmerlin)
12
+
13
+
10
14
## 0.28.0 - 2024-07-03 - Better integration of a eframe in a bigger website
11
15
### ✨ Highlights
12
16
The eframe web canvas now works properly when its a small part of a larger web page.
Copy file name to clipboardExpand all lines: crates/egui-wgpu/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
6
6
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
7
7
8
8
9
+
## 0.28.1 - 2024-07-05
10
+
Nothing new
11
+
12
+
9
13
## 0.28.0 - 2024-07-03
10
14
* Update to wgpu 0.20 [#4433](https://github.com/emilk/egui/pull/4433) by [@KeKsBoTer](https://github.com/KeKsBoTer)
11
15
* Fix doclinks in egui-wgpu docs [#4677](https://github.com/emilk/egui/pull/4677) by [@emilk](https://github.com/emilk)
Copy file name to clipboardExpand all lines: crates/egui-winit/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
5
5
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
6
6
7
7
8
+
## 0.28.1 - 2024-07-05
9
+
Nothing new
10
+
11
+
8
12
## 0.28.0 - 2024-07-03
9
13
* Update `webbrowser` to `v1.0.0`[#4394](https://github.com/emilk/egui/pull/4394) by [@torokati44](https://github.com/torokati44)
10
14
* Emit physical key presses when a non-Latin layout is active [#4461](https://github.com/emilk/egui/pull/4461) by [@TicClick](https://github.com/TicClick)
Copy file name to clipboardExpand all lines: crates/egui_extras/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
5
5
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
6
6
7
7
8
+
## 0.28.1 - 2024-07-05
9
+
* Make `serde` a default (opt-out) feature of `egui_extras`[#4786](https://github.com/emilk/egui/pull/4786) by [@emilk](https://github.com/emilk)
10
+
11
+
8
12
## 0.28.0 - 2024-07-03
9
13
* Update `image` crate to 0.25 [#4160](https://github.com/emilk/egui/pull/4160) by [@emilk](https://github.com/emilk)
10
14
* Set the `sizing_pass` flag in first frame of `egui_extras::Table`[#4613](https://github.com/emilk/egui/pull/4613) by [@emilk](https://github.com/emilk)
Copy file name to clipboardExpand all lines: crates/egui_plot/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
5
5
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
6
6
7
7
8
+
## 0.28.1 - 2024-07-05
9
+
Nothing new
10
+
11
+
8
12
## 0.28.0 - 2024-07-03
9
13
### ⭐ Added
10
14
* Hide all other series when alt-clicking in the legend [#4549](https://github.com/emilk/egui/pull/4549) by [@abey79](https://github.com/abey79)
0 commit comments