egui/scripts
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
..
clippy_wasm Forbid use of `std::time::Instant` on wasm 2024-03-26 11:15:08 +01:00
build_demo_web.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
cargo_deny.sh Release 0.26.0 - Text selection in labels 2024-02-05 17:28:10 +01:00
check.sh Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
clippy_wasm.sh Introduce global `zoom_factor` (#3608) 2023-11-22 20:34:51 +01:00
docs.sh Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00
find_bloat.sh Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00
generate_changelog.py Release 0.27.1 (#4264) 2024-03-29 13:12:26 +01:00
generate_example_screenshots.sh Update example screenshots 2024-02-05 13:01:10 +01:00
lint.py Enforce writing username in TODO comments (#4235) 2024-03-26 11:48:24 +01:00
setup_web.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
start_server.sh Rename `docs/` to `web_demo/` 2023-11-16 16:44:30 +01:00
wasm_bindgen_check.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
wasm_size.sh Rename `docs/` to `web_demo/` 2023-11-16 16:44:30 +01:00