Emil Ernerfeldt
dfbe118ea4
Release 0.27.1 ( #4264 )
...
## egui changelog
### 🐛 Fixed
* 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 )
* Fix `InputState::any_touches` and add `InputState::has_touch_screen`
[#4247 ](https://github.com/emilk/egui/pull/4247 )
* Fix `Context::repaint_causes` returning no causes
[#4248 ](https://github.com/emilk/egui/pull/4248 )
* Fix touch-and-hold to open context menu
[#4249 ](https://github.com/emilk/egui/pull/4249 )
* Hide shortcut text on zoom buttons if `zoom_with_keyboard` is false
[#4262 ](https://github.com/emilk/egui/pull/4262 )
### 🔧 Changed
* Don't apply a clip rect to the contents of an `Area` or `Window`
[#4258 ](https://github.com/emilk/egui/pull/4258 )
## eframe changelog
* 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 )!)
---------
Co-authored-by: Justus Dieckmann <45795270+justusdieckmann@users.noreply.github.com>
2024-03-29 13:12:26 +01:00
Emil Ernerfeldt
d22ee81ab0
Release 0.26.1 - Bug Fixes
2024-02-11 09:03:09 +01:00
Emil Ernerfeldt
579e84ec93
generate_changelog.py: add option to write it to the changelogs
2024-02-05 16:59:25 +01:00
Emil Ernerfeldt
241a5fcda1
Strip trailing periods from changelog entries
2024-01-08 12:19:23 +01:00
Emil Ernerfeldt
8c30e8c5f7
Highlight submenu buttons when hovered and open ( #3780 )
...
Submenu buttons in menues now properly highlight when hovered and when
opened.
…plus a bunch of other cleanup
2024-01-07 22:08:32 +01:00
Emil Ernerfeldt
d17613c242
Release 0.24.1 - Bug fixes
2023-11-30 17:46:25 +01:00
Emil Ernerfeldt
b62676d21a
Improve changelog generator: capitalize output
2023-11-23 15:42:10 +01:00
Emil Ernerfeldt
d975c1a401
Fix HTTP web demo ( #3407 )
...
* Revert ttf-parser from 0.19.2 to 0.19.1
0.19.2's doesn't work with wasm in debug builds
* Update to poll-promise 0.3.0
* Publish new web demo
* Fix typo in changelog
* Explain why image_viewer is not part of the official web demo app
* Fix typos
* Make rfd native-only dependency
2023-09-28 12:06:55 +02:00
Emil Ernerfeldt
5a0186fa2b
Release 0.23.0 - New image API
2023-09-28 08:44:33 +02:00
Emil Ernerfeldt
7b169ec13d
Break out plotting to own crate `egui_plot` ( #3282 )
...
This replaces `egui::plot` with the new crate `egui_plot`
2023-08-27 17:22:49 +02:00
Emil Ernerfeldt
abe91b00a4
Improve generate_changelog.py
2023-08-09 17:13:22 +02:00
Emil Ernerfeldt
cb6bcde22c
Update changelogs
2023-05-23 17:33:01 +02:00
Emil Ernerfeldt
902bcfe6aa
Add script to generate changelogs ( #2920 )
...
* Add script to generate changelogs from PR labels
* Improve PR template
* Better categorization
2023-04-18 18:58:12 +02:00