Skip to content

Releases: Alusus/WebPlatform

0.3.6

18 May 23:50
a4f195c
Compare
Choose a tag to compare

Added pointer position to mouse down and mouse up events.

0.3.5

18 May 02:53
5679c38
Compare
Choose a tag to compare
  • Added some missing math functions to the bundled stdlib.
  • Various updates to Canvas.
    • Added CanvasResource.resize.
    • Added support for RTL in Canvas text drawing.
    • Added drawFilledRect to Canvas and CanvasResource.
    • Added clearRect to Canvas and CanvasResource.
    • Fixed drawCircle functoin signature.
  • Added volume control and isPlaying to AudioResource.
  • Added a promise version of sendRequest.
  • Added getTimestamp function.
  • Few fixes to Arabic localizations.

0.3.4

06 May 06:21
Compare
Choose a tag to compare

Prevent browsing asset folders.

Prevent the ability to view the contents of an assets folder by browsing to the root of the assets folder in the browser.

0.3.3

06 May 01:40
8c52245
Compare
Choose a tag to compare

Support preventing default behaviour in DOM event handling.

0.3.2

30 Apr 07:49
Compare
Choose a tag to compare

Removed testing log statement.

0.3.1

29 Apr 02:39
9130c25
Compare
Choose a tag to compare

Added support for generating executables.

  • Allow overriding paths of assets and wasm files.
  • Updated startServer function so that UI and asset routes are set correctly whether running with JIT or from an offline build.
  • Automatically copy main assets to target path if the target path is different from the WebPlatform path.

0.3.0

27 Apr 23:37
2588412
Compare
Choose a tag to compare
  • Use strongly typed style props.
  • Support most CSS units in length properties.
  • Simply transitions by allowing defining them per property instead of a single transition value for all props.
  • Add style prop to Window for styling the body.
  • Enable inlining styles in the HTML element when the StyleSet contains only the main style and is only used by a single element.
  • Add few more style props.

0.2.6

19 Apr 08:53
34d59be
Compare
Choose a tag to compare

Added isDarkColorSchemePreferred function.

0.2.5

18 Apr 10:36
c4dbad7
Compare
Choose a tag to compare
  • Added APIs for getting user preferred languages.
  • Added APIs for local and session storage.

0.2.4

16 Apr 09:06
90a64c1
Compare
Choose a tag to compare

Added missing Arabic localizations.