Skip to content

Releases: jkeen/ember-stereo

v5.3.3

13 Oct 16:31

Choose a tag to compare

5.3.3 (2025-10-13)

Bug Fixes

  • prevent blowup from potentially passing in an empty string to normalizeIdentifier (e3ca75c)

v5.3.2

19 Sep 03:59

Choose a tag to compare

5.3.2 (2025-09-19)

Bug Fixes

  • don't fail loading immediately for NativeAudio if xhr options are supplied when NativeAudio is a connection; ignore xhr options instead (6803bd8)

v5.3.1

20 Aug 14:00
967e110

Choose a tag to compare

5.3.1 (2025-08-20)

v5.3.0

07 Aug 21:37

Choose a tag to compare

5.3.0 (2025-08-07)

Features

  • Add calculated startTime and endTime to HLS sounds, along with {{sound-start-timestamp}} and {{sound-end-timestamp}} (f786efb)
  • add triggers option to {{sound-position-slider}} for cases where click is undesirable, and ignore middle and right clicks on the slider (3faf51a)

v5.2.2

07 Aug 20:14

Choose a tag to compare

5.2.2 (2025-08-07)

v5.2.1

23 Jan 22:57

Choose a tag to compare

5.2.1 (2025-01-23)

Bug Fixes

  • correct logical error when passing xhr headers into an HLS request (2fa4fd8)

v5.2.0

18 Oct 22:41

Choose a tag to compare

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

05 Oct 04:25

Choose a tag to compare

v5.2.0-beta.1 Pre-release
Pre-release

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

30 Sep 17:35

Choose a tag to compare

v5.1.1-beta.1 Pre-release
Pre-release

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

11 Sep 01:39

Choose a tag to compare

5.1.0 (2024-09-11)

Features

  • Add callback to sound-position-slider to react to changes per-control, allow manual position and duration params to helpers (86f6bcc)