Releases: unrust/uni-app
Releases · unrust/uni-app
v0.5.0
v0.4.1
Fixed
- scancodes for F11 and F12 (windows & linux)
- scancode for LAlt (windows)
v0.4.0
Added
-
filesystem example in basic.rs
-
URL support in filesystem API on native targets when enabling the http feature
This breaks API compatibility as File::is_ready(&self) becomes File::is_ready(&mut self)
v0.3.1
Fixed
- fixed wasm target compilation
v0.3.0
Warning ! wasm target compilation is broken is this version. Use 0.3.1 instead
Changed
- keyboard and mouse API revamped KeyUp/DownEvent.code and MouseButtonEvent.button are now enums
Fixed
- App:print use println on native target to have the same behavior as wasm
Added
- support for VirtualKeyCode::Apostrophe on mac
v0.2.1
- fix get_param on wasm if the URL has no parameters
- wasm : disable contextmenu
v0.2.0
- upgrade to rust edition 2021
- upgrade to glutin 0.29.1
- replace unmaintained cargo-web/stdweb with wasm_bindgen/web-sys
v0.1.3: Merge pull request #14 from jice-nospam/master
add method to get screen resolution
v0.1.2: Merge pull request #13 from jice-nospam/master
add text input support
0.1.1: Merge pull request #12 from jice-nospam/master
- compiles on stable rust 1.39
- makes it possible to intercept window close events