Skip to content

Releases: arielfaur/ionic-audio

v1.2.2

24 May 02:00
Compare
Choose a tag to compare
  • fixed play control responsiveness
  • properly cleanup on destroy
  • added ion-audio-controls directive to wrap play buttons and spinner
  • ion-audio-play is used as attribute and no longer as an element

Breaking changes

Some directives have suffered minor changes as explained above. The documentation has been updated.

v1.2.1

23 May 02:27
Compare
Choose a tag to compare

Fixed null service instance when running on dev machine with ionic serve

v1.2.0

23 May 01:31
Compare
Choose a tag to compare

added seek-to functionality
code refactoring & cleanup

v1.1.0

02 May 20:06
Compare
Choose a tag to compare
  • Adds global progress bar directive to be used as a single instance per view. Pulls track info from currently playing track.
  • Improves track loading performance
  • Minor UI fixes
  • Code cleanup