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

Release 0.4.0 of egui, egui_web and egui_glium

This commit is contained in:
Emil Ernerfeldt
2020-11-28 13:47:00 +01:00
parent 861573c497
commit a7e7826d2c
6 changed files with 32 additions and 8 deletions

22
egui_web/CHANGELOG.md Normal file
View File

@@ -0,0 +1,22 @@
# Egui Changelog
All notable changes to the `egui_web` integration will be noted in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 0.4.0 - 2020-11-28
### Added ⭐
* A simple HTTP fetch API (wraps `web_sys`).
* Add ability to request a repaint
* Copy/cut/paste suppoert
### Changed ⭐
* Automatic repaint every second
### Fixed ⭐
* Web browser zooming should now work as expected
* A bunch of bug fixes related to keyboard events