1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

egui-web: Update web_location_hash when hash in URL changes (#1140)

This commit is contained in:
awaken1ng
2022-01-22 01:41:18 +07:00
committed by GitHub
parent a689b623a6
commit 30f9700f6c
3 changed files with 18 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ All notable changes to the `egui_web` integration will be noted in this file.
* Made the WebGL painter opt-in ([#1020](https://github.com/emilk/egui/pull/1020)).
* Fix glow failure Chrome ((#1092)[https://github.com/emilk/egui/pull/1092]).
* Shift-scroll will now result in horizontal scrolling on all platforms ((#1136)[https://github.com/emilk/egui/pull/1136]).
* Update `epi::IntegrationInfo::web_location_hash` on `hashchange` event ([#1140](https://github.com/emilk/egui/pull/1140)).
## 0.16.0 - 2021-12-29