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 (volumeis 0.0) to full volume (volumeis 1.0). (#801) - Added another DisplayMode option:
DisplayMode.Position. When this is selected as the displayMode type, the user must specify a newpositionoption (#781) - Added a static method
distanceto theVectorclass (#517) - Added
WheelEventevent type for thewheelbrowser 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)
