melonJS v11.0.0 Release Notes

Release Date: 2022-06-23 // almost 2 years ago
  • โž• Added

    • Event: new DOM_READY event triggered when the DOM is loaded and ready (now used internally to trigger the onReady() function)

    ๐Ÿ”„ Changed

    • โšก๏ธ Renderable: update the Light2d constructor to allow creating elliptical shaped lights

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป Core: fix an uncaught exception when using parcel (thanks @8Observer8)