Skip to content

Releases: Alusus/WebPlatform

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.

0.4.2

08 Mar 23:51
439d8d4

Choose a tag to compare

Tighten up security when handling the URI in the backend.

  • Tighten up security by guarding against the use of .. in the request URI.
  • Block listing directory content within asset routes.

0.4.1

27 Feb 06:05
2b144c5

Choose a tag to compare

  • Enable the @assetsRoute modifier to be used to specify two paths in the file system, one for the source path of the resources and the other to be used when an executable is built for the project.
  • Added getAssetRoutesFromModules function.

0.4.0

15 Feb 20:22
9f8bf01

Choose a tag to compare

Redesign server control and build functions.

Refactored server control and build functions to reduce confusion and eliminate dependence on global variables, and to also expose UI endpoints build function that is independent from server startup functions.