melonJS v10.8.0 Release Notes

Release Date: 2022-05-16 // almost 2 years ago
  • โž• Added

    • Geometry : new RoundRect geometry object
    • ๐Ÿ‘ Geometry : new Path2D API to provide better abstraction when drawing primitives in WebGL

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Renderer: refactored the WebGL renderer to use the new Path2D API for primitive drawing

    ๐Ÿ›  Fixed

    • Core: improve internal object recycling, to fix instance leaking or hoarding by the pool system
    • โš  Input: fix a warning on using passive target disabling swipe on a WebView (thanks @zngb)