github excaliburjs/Excalibur v0.11.0
Excalibur v0.11.0

latest releases: 0.31.0-alpha.1315+05c9dae, 0.31.0-alpha.1314+3277026, 0.31.0-alpha.1313+31305c5...
7 years ago

image

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 new position option (#781)
  • Added a static method distance to the Vector class (#517)
  • Added WheelEvent event type for the wheel 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)

Fixed

  • Fixed camera zoom over time, before it did not work at all (#800)
  • Fixed semi-colon key not being detected on Firefox and Opera. (#789)

Don't miss a new Excalibur release

NewReleases is sending notifications on new releases.