Skip to content

Releases: Alusus/WebPlatform

0.9.1

15 May 23:48

Choose a tag to compare

Fixed the implementation of usleep

Replaced the usleep wasmApi implementation with poll_oneoff which
is used by wasi-libc to implement usleep itself.

0.9.0

15 May 06:34

Choose a tag to compare

Updated for compatibility with version 0.15 of Alusus language:

  • Makes the library compatible with the new version of Alusus which is based on LLVM18. This change involves:
  • Switching to a new version of binaryen (129)
  • Switching from stdlib-min to wasi-libc
  • Update build script to fetch pre-built binaries for binaryen and wasi-libc.
  • Update imports to match latest version of APM.

0.8.0

26 Apr 21:09
9cded33

Choose a tag to compare

  • Updated the localization of the Widget component.
  • Fixed an issue in Component class.

0.7.1

19 Dec 20:13
d7e8eab

Choose a tag to compare

Added showAlertDialog and showConfirmDialog functions.

0.7.0

07 Dec 21:00
95b5f43

Choose a tag to compare

  • Added SlidingPanel.
  • Added Style.remove function.
  • Renamed Style.setRawStyle to Style.setRaw.
  • Added local_iso type to getDate function.
  • Fixed a bug in SafeTimeout.

0.6.1

03 Dec 08:13
d8d2c9a

Choose a tag to compare

Added flexWrap style

0.6.0

14 Nov 08:01
f9c67d4

Choose a tag to compare

  • Update for compatibility with Alusus 0.14.
  • Fixed an issue with the text property of Input widget causing the value of the property to override user entered text.
  • Added another example.

0.5.2

04 Sep 04:55
766cc12

Choose a tag to compare

  • Added RadioButton widget.
  • Added CheckBox widget.
  • Added gap property to Style.

0.5.1

06 Jul 23:15
91594c4

Choose a tag to compare

Added EmbeddedSvg component. This component can be used to inline SVGs in the executable.

0.5.0

02 Jun 19:23
1a094bf

Choose a tag to compare

  • Refactored the Widget class to make its properties and events abstract so they can be implemented by both basic widgets as well as components. This eliminates the disconnect in behavior between components and basic widgets. So now using those basic events and properties on components will automatically be applied to the root widget of that component.
  • Added hint property to Widget.
  • Added textOverflow style.
  • Added whiteSpace style.
  • Added Length.inherit.
  • Added Length4.inherit.
  • Added missing Arabic localizations.