Skip to content

v0.3.6

Choose a tag to compare

@frank-weindel frank-weindel released this 06 Oct 18:20
· 1456 commits to main since this release
747a738
  • WPE 2.28 support (#46)
    • Fixes remaining issues when trying to run the Renderer on WPE 2.28 browser and possibly lower.
      • Tested on a production XG2v2 device.
      • For an application using the Renderer to work on this browser, its build target MUST be set to ES2019 or lower.
      • To run the Renderer Example Tests on legacy browsers, you must build/run the production version of the tests.
      • Fixes #43, #44, #45
    • Added npm run prod command to run the Example Tests in production mode (required to run the tests on legacy browsers)