Amplitudejs Versions Save

AmplitudeJS: Open Source HTML5 Web Audio Library. Design your web audio player, the way you want. No dependencies required.

v5.3.2

2 years ago

Minor bug where the start_song parameter required a starting_playlist. We actually don't want a starting_playlist when checking the start_song. A starting_playlist should only be active IF the user wants to start a certain playlist and then they'd use the starting_playlist_song paramter.

v5.3.1

3 years ago

This is a minor release that fixes an issue with the player state being in accurate. If the user didn't click to interact with the page, the player state would not represent the state of the player.

Bug Fixes

#452

v5.3.0

3 years ago

Includes revert from 5.2 back to 5.0.3 (last working version without major bugs)

New Features

Features "re-added" after reverting the codebase to 5.0.3

  • v5.1.0 -> Added prependSong()

Bugs "re-fixed" after reverting the codebase to 5.0.3

  • #425
  • #435
  • #434
  • #422
  • #419

v5.3.0-beta.16

3 years ago

Testing CI deployments

v5.3.0-beta.14

3 years ago

Includes revert from 5.2 back to 5.0.3 (last working version without major bugs)

Features Added from Previous Releases After 5.0.3

  • v5.1.0 -> Added prependSong()

Bugs Fixed from Previous Releases After 5.0.3

  • #425
  • #435
  • #434
  • #422
  • #419

Bugs to be fixed on deployment

  • #441

Bugs to be re-visited and reopened upon deployment

  • #420
  • #320
  • #440

v5.2.1

3 years ago

Fixes

  • Addressed an error in the new CI process where it deployed a beta version as latest

No changes in this release compared to v.5.2.0

v5.2.0

3 years ago

New Features

  • Added a public method for Amplitude.stop() (#399)
  • Allow initialization with only playlists (#440)

Bug Fixes

  • Fixed issue where native events became "unbound" after song changes (#441)
  • Fixed issue where AmplitudeCore is undefined (#435)
  • Fixed issue with shuffle highlighting the wrong song in the active song container (#434)

v5.1.0

3 years ago

This release addresses a lot of the memory management with large files and re-binding of audio events.

Features

  • Added prependSong() method to allow you to add a song to the front of the songs array.

Bug Fixes

  • #425

PRs merged

  • #420
  • #394
  • #374

Thanks to the following contributors: @phranzia, @klh, @rowild, @szepeviktor, and @anybany for their hard work!

v5.0.3

4 years ago

No functional changes. Just added support for npm fund (more detail here) 💰

If you love AmplitudeJS, support future development here: https://opencollective.com/amplitudejs

v5.0.2

4 years ago

"Previous" Key Binding Event Fixed

Fixes Bug #368 . Calls proper key binding event.