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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ 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.29.1 - 2024-10-01 - Bug fixes
11
+
* Remove debug-assert triggered by `with_layer_id/dnd_drag_source`[#5191](https://github.com/emilk/egui/pull/5191) by [@emilk](https://github.com/emilk)
12
+
* Fix id clash in `Ui::response`[#5192](https://github.com/emilk/egui/pull/5192) by [@emilk](https://github.com/emilk)
13
+
* Do not round panel rectangles to pixel grid [#5196](https://github.com/emilk/egui/pull/5196) by [@emilk](https://github.com/emilk)
This release adds initial support for multi-pass layout, which is a tool to circumvent [a common limitation of immediate mode](https://github.com/emilk/egui#layout).
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.29.1 - 2024-10-01
10
+
Nothing new
11
+
12
+
9
13
## 0.29.0 - 2024-09-26
10
14
* Document the fact that the `hex_color!` macro is not `const`[#5169](https://github.com/emilk/egui/pull/5169) by [@YgorSouza](https://github.com/YgorSouza)
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.29.1 - 2024-10-01 - Fix backspace/arrow keys on X11
11
+
* Linux: Disable IME to fix backspace/arrow keys [#5188](https://github.com/emilk/egui/pull/5188) by [@emilk](https://github.com/emilk)
12
+
13
+
10
14
## 0.29.0 - 2024-09-26 - `winit` 0.30 & fix mobile text input
11
15
### ✨ Highlights
12
16
* Upgrade winit to 0.30 ([#4849](https://github.com/emilk/egui/pull/4849)[#4939](https://github.com/emilk/egui/pull/4939))
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.29.1 - 2024-10-01
10
+
Nothing new
11
+
12
+
9
13
## 0.29.0 - 2024-09-26 - `wgpu` 22.0
10
14
### ⭐ Added
11
15
* Add opt-out `fragile-send-sync-non-atomic-wasm` feature for wgpu [#5098](https://github.com/emilk/egui/pull/5098) by [@9SMTM6](https://github.com/9SMTM6)
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.29.1 - 2024-10-01 - Fix backspace/arrow keys on X11
9
+
* Linux: Disable IME to fix backspace/arrow keys [#5188](https://github.com/emilk/egui/pull/5188) by [@emilk](https://github.com/emilk)
10
+
11
+
8
12
## 0.29.0 - 2024-09-26 - `winit` 0.30
9
13
* Upgrade to `winit` 0.30 [#4849](https://github.com/emilk/egui/pull/4849)[#4939](https://github.com/emilk/egui/pull/4939) by [@ArthurBrussee](https://github.com/ArthurBrussee)
10
14
* Fix: Backspace not working after IME input [#4912](https://github.com/emilk/egui/pull/4912) by [@rustbasic](https://github.com/rustbasic)
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.29.1 - 2024-10-01 - Fix table interaction
9
+
* Bug fix: click anywhere on a `Table` row to select it [#5193](https://github.com/emilk/egui/pull/5193) by [@emilk](https://github.com/emilk)
10
+
11
+
8
12
## 0.29.0 - 2024-09-26
9
13
### ⭐ Added
10
14
* Add `TableRow::set_hovered`[#4820](https://github.com/emilk/egui/pull/4820) by [@addiswebb](https://github.com/addiswebb)
Copy file name to clipboardExpand all lines: crates/epaint/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.29.1 - 2024-10-01
9
+
Nothing new
10
+
11
+
8
12
## 0.29.0 - 2024-09-26
9
13
### 🚀 Performance
10
14
* Optimize `Color32::from_rgba_unmultiplied` with LUT [#5088](https://github.com/emilk/egui/pull/5088) by [@YgorSouza](https://github.com/YgorSouza)
0 commit comments