Skip to content

Releases: jkeen/ember-stereo

v5.0.0-beta.4

24 May 18:10
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

5.0.0-beta.4 (2023-05-24)

Bug Fixes

  • Resolve some more bugs with sound-position modifiers (2de3d45)

v5.0.0-beta.3

24 May 02:11
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2023-05-24)

Bug Fixes

  • Resolve issue introduced in last version when multiple sound position sliders on the same page (7db16c1)

v4.1.4

24 May 17:54
Compare
Choose a tag to compare

4.1.4 (2023-05-24)

Bug Fixes

  • Resolve some more bugs with sound-position modifiers (fb496c3)

v4.1.3

24 May 02:03
Compare
Choose a tag to compare

4.1.3 (2023-05-24)

Bug Fixes

  • Resolve issue introduced in last version when multiple sound position sliders on the same page (a2dc4bd)

v5.0.0-beta.2

23 May 14:41
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2023-05-23)

Bug Fixes

  • correctly handle setting currentSound = null (c8f0e58)
  • if crossorigin=anonymous fails on element, automatically try removing crossorigin. Resolves CORS issue (984eba7)
  • Implement proper teardown on sound destruction (82affba)
  • Resolve issue where sound-position-progress modifier would not work with howler since howler doesn't emit audio-position-changed events (a8d75bb)
  • resolve typo which caused incorrect handling of autoplay check during testing (57f3680)

Features

  • Implement additional MediaSession actions and play state (6f6e47a)

v4.1.2

23 May 21:37
Compare
Choose a tag to compare

4.1.2 (2023-05-23)

Bug Fixes

  • if crossorigin=anonymous fails on element, automatically try removing crossorigin. Resolves CORS issue (3bbda22)
  • Implement proper teardown on sound destruction (f1d6355)
  • Resolve issue where sound-position-progress modifier would not work with howler since howler doesn't emit audio-position-changed events (77408ff)

v5.0.0-beta.1

30 Apr 17:02
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2023-04-30)

Convert to V2 addon, split out docs and tests into separate apps

v4.1.1

23 Apr 17:51
Compare
Choose a tag to compare

4.1.1 (2023-04-23)

Bug Fixes

  • correct logical error in sound-position-progress modifier (8ac52ba)

v4.1.0

23 Apr 07:05
Compare
Choose a tag to compare

4.1.0 (2023-04-23)

Features

  • Accept multiple identifiers into metadata cache in order to support providing fallback urls into stereo (7a8226b)

v4.0.3

17 Apr 21:15
Compare
Choose a tag to compare

4.0.3 (2023-04-17)

Bug Fixes

  • update slider and progress modifiers to better handle changes when the url changes (235d563)