Thanks to @andrewmbyrd, @Lephil, @mrkmg, and @Crizzooo for contributing in this release!
Breaking Changes
- Renamed Utils.removeItemToArray() to Utils.removeItemFromArray() (#798)
Added
- Added optional volume argument to
Sound.play(volume?: number)
, which will play the Audio file at anywhere from mute (volume
is 0.0) to full volume (volume
is 1.0). (#801) - Added another DisplayMode option:
DisplayMode.Position
. When this is selected as the displayMode type, the user must specify a newposition
option (#781) - Added a static method
distance
to theVector
class (#517) - Added
WheelEvent
event type for thewheel
browser event, Excalibur now supports scroll wheel (#808)
Changed
- Camera zoom over time now returns a promise that resolves on completion (#800)
- Edge builds have more descriptive versions now containing build number and Git commit hash (e.g.
0.10.0-alpha.105#commit
) (#777)