Skip to content

Releases: jkeen/ember-stereo

v3.2.0

14 Jul 00:55

Choose a tag to compare

3.2.0 (2022-07-14)

Bug Fixes

  • diagnostic display problems (1c20e8a)
  • resume fixed audio at same point it was paused (075d674)

Features

  • try to better detect whether or not audio source is a stream based on duration changes for cases where element does not correctly indicate Infinity (58bcd7c)

v3.1.2

12 Jul 14:36

Choose a tag to compare

3.1.2 (2022-07-12)

Bug Fixes

  • update ember-get-config to resolve docs not deploying (a393404)

v3.1.1

12 Jul 01:26

Choose a tag to compare

3.1.1 (2022-07-12)

Bug Fixes

  • use object spread operator to replace Ember.assign and fix deprecation (#12) (43a2358)

v3.1.0

11 Jul 20:51

Choose a tag to compare

3.1.0 (2022-07-11)

Features

v3.0.4

23 Feb 16:24

Choose a tag to compare

3.0.4 (2022-02-23)

Bug Fixes

  • improve performance of sound-metadata helper (f2ce636)

v3.0.3

23 Feb 01:58

Choose a tag to compare

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

14 Feb 00:23

Choose a tag to compare

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

03 Feb 05:36

Choose a tag to compare

3.0.1 (2022-02-03)

Bug Fixes

  • preventDefault on {{sound-position-slider}} and {{stereo-volume}} modifier clicks (6252d95)

v3.0.0

02 Feb 05:16

Choose a tag to compare

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

20 Jan 18:13

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)