melonJS/melonJS: Release 15.9.0
Added
- Input: new
hasActiveEvents
returning true if there are any pending events in the queue
- Input: new
hasRegisteredEvents
returning true if there are registered pointer event listeners
- Physic: new
WORLD_STEP
event emmitted after the builtin physic world has been updated (if enabled)
- Renderer: fix/enable batching for all ellipse & arc(To) WebGL stroke operations
- Renderer: the
setTransform
and transform()
methods now also accept individual components to match the CanvasRenderingContext2D API
Fixed
- Plugin: add missing deprecation warning for
plugin.Base
(deprecated since [15.1.6] and replaced by BasePlugin
)
Changed
- Physic: split the world update method into a separate step for clearer code when using custom update logic.