Skip to content

Releases: Alusus/WebPlatform

0.3.26

03 May 20:38
54938d2
Compare
Choose a tag to compare
  • Added Length4.auto initializer.
  • Added string based initializer to Background.
  • Added letterSpacing style prop.

0.3.25

02 May 07:13
c08b193
Compare
Choose a tag to compare
  • Added disabled property to Input widget.
  • Added cancelRequest function.

0.3.24

29 Sep 23:26
Compare
Choose a tag to compare

Allow running without UI endpoints.

0.3.23

19 Sep 22:31
042b0a6
Compare
Choose a tag to compare
  • Add scaling algorithm option to Drawing.darwImage.
  • Added Style.scalingAlgorithm.

0.3.22

12 Sep 07:55
8faf5eb
Compare
Choose a tag to compare
  • Added textShadow property to Style.
  • Renamed Shadow class to BoxShadow.
  • Updated for compatibility with latest version of Json lib (Json@0.2.0).
  • Avoid use of innerHTML to prevent injection attacks.

0.3.21

28 Aug 22:52
7e8b07c
Compare
Choose a tag to compare
  • Added auto unit to Length
  • Added overflow property to Style.
  • Updated the documentation of Length and Length4.

0.3.20

27 Aug 04:46
64ff964
Compare
Choose a tag to compare
  • Replace the use of Audio HTML elements with Web Audio API.
  • Use the font bounding box instead of the actual bounding box when measuring text dimensions. This will ensure better vertical placement that doesn't vary based on what letters are included in the string.
  • Skip fullscreen request when not supported by the browser.
  • Minor documentation updates.
  • Added functions to suspend and resume the audio context.
  • Converted ImageResource.initFromCanvas to async as it should've been

0.3.19

22 Aug 21:01
a0eafcd
Compare
Choose a tag to compare
  • Enable web app updates.
  • Added Box.removeAllChildren.
  • Enable slide-from-top Stack transition.
  • Added INLINE_BLOCK to values of display style.

0.3.18

09 Aug 23:53
93a3aee
Compare
Choose a tag to compare
  • Added Widget.getBoundingRect.
  • Added changed prop to TouchPayload.
  • Fixed a bug causing position info to be invalid in mouse button events in some cases.
  • Updated onTouchMove Arabic translation.

0.3.17

07 Aug 16:09
bb04f61
Compare
Choose a tag to compare

Enable controlling background image size and position.