mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Release 0.27.2 - Fix blurry web rendering
This commit is contained in:
@@ -6,6 +6,10 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -7,6 +7,16 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
#### Desktop/Native
|
||||
* Fix continuous repaint on Wayland when TextEdit is focused or IME output is set [#4269](https://github.com/emilk/egui/pull/4269) (thanks [@white-axe](https://github.com/white-axe)!)
|
||||
* Remove a bunch of `unwrap()` [#4285](https://github.com/emilk/egui/pull/4285)
|
||||
|
||||
#### Web
|
||||
* Fix blurry rendering in some browsers [#4299](https://github.com/emilk/egui/pull/4299)
|
||||
* Correctly identify if the browser tab has focus [#4280](https://github.com/emilk/egui/pull/4280)
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Web: repaint if the `#hash` in the URL changes [#4261](https://github.com/emilk/egui/pull/4261)
|
||||
* Add web support for `zoom_factor` [#4260](https://github.com/emilk/egui/pull/4260) (thanks [@justusdieckmann](https://github.com/justusdieckmann)!)
|
||||
|
||||
@@ -6,6 +6,10 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -5,6 +5,10 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Fix continuous repaint on Wayland when TextEdit is focused or IME output is set [#4269](https://github.com/emilk/egui/pull/4269) (thanks [@white-axe](https://github.com/white-axe)!)
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -5,6 +5,10 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
|
||||
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -5,6 +5,12 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Allow zoom/pan a plot as long as it contains the mouse cursor [#4292](https://github.com/emilk/egui/pull/4292)
|
||||
* Prevent plot from resetting one axis while zooming/dragging the other [#4252](https://github.com/emilk/egui/pull/4252) (thanks [@YgorSouza](https://github.com/YgorSouza)!)
|
||||
* egui_plot: Fix the same plot tick label being painted multiple times [#4307](https://github.com/emilk/egui/pull/4307)
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -5,6 +5,10 @@ This file is updated upon each release.
|
||||
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.
|
||||
|
||||
|
||||
## 0.27.2 - 2024-04-02
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.27.1 - 2024-03-29
|
||||
* Fix visual glitch on the right side of highly rounded rectangles [#4244](https://github.com/emilk/egui/pull/4244)
|
||||
* Prevent visual glitch when shadow blur width is very high [#4245](https://github.com/emilk/egui/pull/4245)
|
||||
|
||||
Reference in New Issue
Block a user