Skip to content

Releases: jkeen/ember-stereo

v2.2.2

20 Jan 18:13
Compare
Choose a tag to compare

2.2.2 (2022-01-20)

Bug Fixes

  • load audio after ensuring URL is not cached by the browser (3ea70f9)

v2.2.1

28 Dec 05:11
Compare
Choose a tag to compare

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

20 Nov 05:44
Compare
Choose a tag to compare

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

19 Nov 05:24
Compare
Choose a tag to compare

2.1.2 (2021-11-19)

Bug Fixes

  • make isMobileDevice a tracked variable so volume-related logic works reliably (e94dc6c)

v2.1.1

19 Nov 03:53
Compare
Choose a tag to compare

2.1.1 (2021-11-19)

Bug Fixes

  • fail gracefully if findSound is passed an empty string (69754d7)

v2.1.0

19 Nov 02:29
Compare
Choose a tag to compare

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)

v2.0.10

08 Nov 14:47
Compare
Choose a tag to compare

2.0.10 (2021-11-08)

Bug Fixes

  • fix {{sound-position-slider}} modifier gestures (9c48a18)
  • update {{sound-position-progress}} bar on audio-position-will-change event as well as audio-position-changed event (4dcea0d)

v2.0.9

13 Oct 17:41
Compare
Choose a tag to compare

2.0.9 (2021-10-13)

Bug Fixes

  • load HLS fragment on position change if changed to surface correct PROGRAM-DATE-TIME if available (5d40d57)

v2.0.8

22 Sep 20:40
Compare
Choose a tag to compare

2.0.8 (2021-09-22)

Bug Fixes

  • allow id3 metadata to be accessed on any type of sound (5eec65d)

v2.0.7

19 Sep 14:41
Compare
Choose a tag to compare

2.0.7 (2021-09-19)

Bug Fixes

  • safely check systemStereoOptions incase it's not set and we're going full defaults (cf21113)