Skip to content

Releases: unrust/uni-app

v0.5.0

30 Mar 15:41
Compare
Choose a tag to compare

Added

  • on native target, you can set the window icon with AppConfig.icon

v0.4.1

17 Feb 23:08
Compare
Choose a tag to compare

Fixed

  • scancodes for F11 and F12 (windows & linux)
  • scancode for LAlt (windows)

v0.4.0

17 Feb 22:56
Compare
Choose a tag to compare

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

13 Jan 22:25
Compare
Choose a tag to compare

Fixed

  • fixed wasm target compilation

v0.3.0

13 Jan 22:05
Compare
Choose a tag to compare

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

09 Dec 08:43
Compare
Choose a tag to compare
  • fix get_param on wasm if the URL has no parameters
  • wasm : disable contextmenu

v0.2.0

09 Oct 22:26
Compare
Choose a tag to compare
  • 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

14 Feb 22:26
1b17d2c
Compare
Choose a tag to compare
add method to get screen resolution

v0.1.2: Merge pull request #13 from jice-nospam/master

14 Feb 22:26
95b9364
Compare
Choose a tag to compare

0.1.1: Merge pull request #12 from jice-nospam/master

21 Nov 22:57
0e38b86
Compare
Choose a tag to compare
  • compiles on stable rust 1.39
  • makes it possible to intercept window close events