Skip to content

v5.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkeen jkeen released this 23 May 14:41
· 96 commits to beta since this release

5.0.0-beta.2 (2023-05-23)

Bug Fixes

  • correctly handle setting currentSound = null (c8f0e58)
  • if crossorigin=anonymous fails on element, automatically try removing crossorigin. Resolves CORS issue (984eba7)
  • Implement proper teardown on sound destruction (82affba)
  • Resolve issue where sound-position-progress modifier would not work with howler since howler doesn't emit audio-position-changed events (a8d75bb)
  • resolve typo which caused incorrect handling of autoplay check during testing (57f3680)

Features

  • Implement additional MediaSession actions and play state (6f6e47a)