Releases: jkeen/ember-stereo
Releases · jkeen/ember-stereo
v5.0.0-beta.4
v5.0.0-beta.3
5.0.0-beta.3 (2023-05-24)
Bug Fixes
- Resolve issue introduced in last version when multiple sound position sliders on the same page (7db16c1)
v4.1.4
v4.1.3
v5.0.0-beta.2
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)
v4.1.2
4.1.2 (2023-05-23)
Bug Fixes
- if crossorigin=anonymous fails on element, automatically try removing crossorigin. Resolves CORS issue (3bbda22)
- Implement proper teardown on sound destruction (f1d6355)
- Resolve issue where sound-position-progress modifier would not work with howler since howler doesn't emit audio-position-changed events (77408ff)