melonJS v10.11.0 Release Notes

Release Date: 2022-06-14 // almost 2 years ago
  • ๐Ÿ”„ Changed

    • Core: fix all rollup "$1" related duplicated declaration and/or export
    • ๐Ÿ”จ Core: refactored Timer into an instantiable class with timer (namespace) now being the default instance of the Timer class
    • ๐Ÿ“š Doc: replaced JSDoc by Webdoc for documentation generation (huge thanks to @ShukantPal)

    ๐Ÿ›  Fixed

    • Bounds: fix the addFrame() method
    • Core: fix a regression when accessing localStorage
    • Core: fix a regression when when running melonJS in node.js (undefined global reference in the roundRect polyfill)
    • ๐Ÿ‘ฏ Geometry: fix the RoundRect clone() method
    • Input: fix PointerEvent detection on Firefox for Android mobile (thanks @kutyamutya)
    • Renderer: fix a regression with strokeLine() in the CanvasRenderer