Skip to content

v5.0.0-beta.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkeen jkeen released this 18 Mar 02:45
· 7 commits to beta since this release

5.0.0-beta.20 (2024-03-18)

Bug Fixes

  • if crossorigin=anonymous fails on element, automatically try removing crossorigin. Resolves CORS issue (3bbda22)
  • Implement proper teardown on sound destruction (f1d6355)
  • only show durationWorkaroundTask error if the task wasn't cancelled (c5f6b08)
  • Resolve issue introduced in last version when multiple sound position sliders on the same page (a2dc4bd)
  • resolve issue when trying to play a sound that is already playing. fixes #23 (dc32ba3)
  • Resolve issue where sound-position-progress modifier would not work with howler since howler doesn't emit audio-position-changed events (77408ff)
  • Resolve some more bugs with sound-position modifiers (fb496c3)
  • send pause event when releasing control of shared audio element (f7fec45)

Features

  • Allow xhr option to be passed through to connections, so each connection can handle authenticated requests (82fc6ad)
  • Fail native audio connection if xhr is passed, as native audio does not support that. (93dea68)
  • improve firing resolution of audio-position-changed event. refs #24 (0777253)