⚠️ Breaking Changes
- MagicPlayer now features more granular state with
paused
,started
,ended
,touched
. It also emits events viauseMagicEmitter
for certain state changes. - MagicPlayer has a new
playback
option to override how playback is managed in relation to the player’s visibility inside the viewport and the window’s focus.
❗️Bug fixes
- Triggering the MagicPlayer fullscreen includes controls on desktop again. This accidentally broke with the last refactor.
- The MagicPlayer css export has (hopefully) been fixed.
Full Changelog: v1.0.0-beta.23...v1.0.0-beta.24