Releases: jkeen/ember-stereo
Releases · jkeen/ember-stereo
v4.2.2
4.2.2 (2023-11-02)
Bug Fixes
- send pause event when releasing control of shared audio element (f7fec45)
v5.0.0-beta.11
Bug Fixes
- Don't play howl if it's already playing (072e429)
v5.0.0-beta.10
Bug Fixes
- limit percentage between 0 and 100 (e2d4537)
- pass in newPosition to sound-position-progress if available (cfaf2a3)
v5.0.0-beta.9
Features
- adjust logic to allow for live streaming HLS files and allowing (a633c17)
v4.2.0
4.2.0 (2023-06-17)
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)
v5.0.0-beta.7
Bug Fixes
- reduce fake media element timer to every 500ms instead of 100ms (9a0278d)
Features
- Allow xhr option to be passed through to connections, so each connection can handle authenticated requests (cb00c5d)
- Fail native audio connection if xhr is passed, as native audio does not support that. (8d0f3b5)
v5.0.0-beta.6
Bug Fixes
- improve fake media element cleanup in tests (af128d1)
v5.0.0-beta.5
Bug Fixes
- timing issue with sound proxy in test environment (eae0b3b)