Releases: jkeen/ember-stereo
Releases · jkeen/ember-stereo
v3.0.3
3.0.3 (2022-02-23)
Bug Fixes
- lookup sound metadata through the service and not through the sound (which may not be loaded yet) (424f119)
v3.0.2
3.0.2 (2022-02-14)
Bug Fixes
- use forked ember-cli-addon docs to work with ember-auto-import 2/embroider so we can deploy the docs correctly. Update to angle bracket syntax of demo.snippet (520f2f7)
v3.0.1
3.0.1 (2022-02-03)
Bug Fixes
- preventDefault on {{sound-position-slider}} and {{stereo-volume}} modifier clicks (6252d95)
v3.0.0
3.0.0 (2022-02-02)
Bug Fixes
- address double compute error in docs uncovered in 3.28 update (8f274ae)
- Use ember keyboard beta to resolve build issue on CI with ember-cli-addon-docs (2c894a6)
chore
- Update node requirements, dropping old support (ece3c4e)
Features
- Now works in apps using ember-auto-import 2. The path to the future is a bumpy one. (26cb228)
BREAKING CHANGES
- node 14.x + required
- ember-auto-import > 2 required now!
v2.2.2
2.2.2 (2022-01-20)
Bug Fixes
- load audio after ensuring URL is not cached by the browser (3ea70f9)
v2.2.1
2.2.1 (2021-12-28)
Bug Fixes
- Update HLS loading negotiation and correctly trigger audio-blocked event if play is blocked (4add770)
v2.2.0
2.2.0 (2021-11-20)
Bug Fixes
- Merge existing cached metadata when playing fresh sound (2d88074)
Features
- Sound metadata is stored centrally now and will automatically update navigator.mediasession when changed, providing accurate now-playing info to iOS lock screens, etc (848588b)
v2.1.2
2.1.2 (2021-11-19)
Bug Fixes
- make isMobileDevice a tracked variable so volume-related logic works reliably (e94dc6c)
v2.1.1
2.1.1 (2021-11-19)
Bug Fixes
- fail gracefully if findSound is passed an empty string (69754d7)
v2.1.0
2.1.0 (2021-11-19)
Bug Fixes
- resolved infinite invalidation loop caused by faulty soundproxy task. Updated dependencies (f830a88)
Features
- add {{stereo-volume-is-adjustable}} helper, which returns whether or not the device supports adjusting volume at the sound level (a41e759)