Skip to content

v2.0.4

Compare
Choose a tag to compare
@goldfire goldfire released this 09 Jun 22:31
· 253 commits to master since this release
  • CHANGED Removed the resuming state, which wasn't actually being used and was leading to a bug on Android (#679).
  • CHANGED Any playback initiated before the sound has loaded will now go into the queue to fix various race conditions (#714).
  • FIXED Correctly initialize an AudioContext with the global mute status (#714).
  • FIXED AudioContext unlocks on user interaction within a cross-domain iframe on Android Chrome (#756).
  • FIXED Stopping/pausing a group of sounds now behaves as expected in edge cases (#734).
  • FIXED Sound ID's now start at 1000 instead of 0 to avoid rate collisions (#764).
  • FIXED Prevent unknown mime errors on Internet Explorer when unloading a sound (#720).
  • FIXED Correctly clean up error event listeners (#720).
  • FIXED Audio clipping in Internet Explorer when network latency is present with HTML5 Audio (#720).
  • FIXED Allow passing just an event and ID to turn off listener (#767).
  • FIXED npm warning caused by invalid license definition (#763).