Skip to content

Releases: jkeen/ember-stereo

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)

v4.0.2

24 Dec 17:18
Compare
Choose a tag to compare

4.0.2 (2022-12-24)

Bug Fixes

  • update ember-modifier, fix invalid super call on sound-position-slider modifier (f68b01b)

v4.0.1

13 Dec 20:01
Compare
Choose a tag to compare

4.0.1 (2022-12-13)

Bug Fixes

  • remove console.log statement in volume modifier (6ff4940)

v4.0.0

13 Dec 05:44
Compare
Choose a tag to compare

4.0.0 (2022-12-13)

  • chore!: update to Ember 4.8, modify release settings (871c7e5)

BREAKING CHANGES

  • drop support for Ember < 3.28

v3.2.2

02 Sep 02:01
Compare
Choose a tag to compare

3.2.2 (2022-09-02)

Bug Fixes

  • update import statement in setupStereoTest for Ember 4.x (f53bd70)