Skip to content

Releases: serversideup/amplitudejs

v5.3.2

11 Jun 21:51
Compare
Choose a tag to compare

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

01 Apr 21:01
Compare
Choose a tag to compare

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

15 Feb 23:50
Compare
Choose a tag to compare

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

v5.3.0-beta.16

15 Feb 23:31
Compare
Choose a tag to compare
v5.3.0-beta.16 Pre-release
Pre-release

Testing CI deployments

v5.3.0-beta.14

15 Feb 19:51
Compare
Choose a tag to compare
v5.3.0-beta.14 Pre-release
Pre-release

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

Bugs to be fixed on deployment

Bugs to be re-visited and reopened upon deployment

v5.2.1

13 Feb 02:17
Compare
Choose a tag to compare

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

09 Jul 19:35
Compare
Choose a tag to compare

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

29 May 19:44
Compare
Choose a tag to compare

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

PRs merged

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

v5.0.3

06 Nov 15:10
Compare
Choose a tag to compare

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

18 Jul 15:40
Compare
Choose a tag to compare

"Previous" Key Binding Event Fixed

Fixes Bug #368 . Calls proper key binding event.