Releases: Alusus/WebPlatform
Releases · Alusus/WebPlatform
0.9.1
15 May 23:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated the localization of the Widget component.
Fixed an issue in Component class.
0.7.1
19 Dec 20:13
Compare
Sorry, something went wrong.
No results found
Added showAlertDialog and showConfirmDialog functions.
0.7.0
07 Dec 21:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.6.0
14 Nov 08:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added RadioButton widget.
Added CheckBox widget.
Added gap property to Style.
0.5.1
06 Jul 23:15
Compare
Sorry, something went wrong.
No results found
Added EmbeddedSvg component. This component can be used to inline SVGs in the executable.
0.5.0
02 Jun 19:23
Compare
Sorry, something went wrong.
No results found
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.