Releases: jkeen/ember-stereo
Releases · jkeen/ember-stereo
v5.2.1
v5.2.0
5.2.0 (2024-10-18)
Bug Fixes
- Add another tests for sound-position-timestamp (0b2a93e)
- Adjust HLS settings to not initialize twice in certain scenarios (f4070a7)
- debounce position changes and adjust audio-position-will-change handler (9c07199)
- update check for HLS support to better handle google chrome mobile (14a7acf)
- update HLS to 1.5+ so playback in Chrome mobile doesn't error (ca5b98b)
Features
- Add sound-position-timestamp helper to get current time from HLS streams, or approximate the time from startsAt if currentTime is not available (c3819ba)
v5.2.0-beta.1
5.2.0-beta.1 (2024-10-05)
Bug Fixes
- update HLS to 1.5+ so playback in Chrome mobile doesn't error (350f310)
Features
- Add sound-position-timestamp helper to get current time from HLS streams, or approximate the time from startsAt if currentTime is not available (56509bc)
v5.1.1-beta.1
5.1.1-beta.1 (2024-09-30)
Bug Fixes
- update check for HLS support to better handle google chrome mobile (14a7acf)
v5.1.0
v5.0.2
v5.0.1
v5.0.0
v5.0.0-beta.20
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)