2020-12-10 22:52:51 +00:00
|
|
|
# Changelog for egui_web
|
2020-11-28 12:47:00 +00:00
|
|
|
|
|
|
|
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/).
|
|
|
|
|
2020-12-15 13:26:01 +00:00
|
|
|
|
2020-12-18 21:51:23 +00:00
|
|
|
## Unreleased
|
|
|
|
|
2021-01-16 00:30:00 +00:00
|
|
|
### Added ⭐
|
|
|
|
|
|
|
|
* WebGL2 is now supported, with improved texture sampler. WebGL1 will be used as a fallback.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Slightly improved alpha-blending (work-around for non-existing linear-space blending).
|
|
|
|
|
2021-01-17 11:22:19 +00:00
|
|
|
### Fixed ⭐
|
|
|
|
|
|
|
|
* Call prevent_default for arrow keys when entering text
|
|
|
|
|
2021-01-04 14:38:57 +00:00
|
|
|
|
|
|
|
## 0.7.0 - 2021-01-04
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* `http` and `persistence` are now optional (and opt-in) features.
|
|
|
|
|
|
|
|
### Fixed ⭐
|
|
|
|
|
|
|
|
* egui_web now compiled without `RUSTFLAGS=--cfg=web_sys_unstable_apis`, but copy/paste won't work.
|
|
|
|
|
|
|
|
|
2020-12-26 21:43:29 +00:00
|
|
|
## 0.6.0 - 2020-12-26
|
|
|
|
|
2020-12-19 19:50:00 +00:00
|
|
|
### Added ⭐
|
|
|
|
|
|
|
|
* Auto-save of app state to local storage
|
|
|
|
|
2020-12-18 21:51:23 +00:00
|
|
|
### Changed ⭐
|
|
|
|
|
|
|
|
* Set a maximum canvas size to alleviate performance issues on some machines
|
2020-12-19 20:15:07 +00:00
|
|
|
* Simplify `egui_web::start` arguments
|
2020-12-18 21:51:23 +00:00
|
|
|
|
|
|
|
|
2020-11-28 12:47:00 +00:00
|
|
|
## 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
|