Skip to content

Releases: SevenOutman/vue-aplayer

v1.2.2

18 Mar 15:10
Compare
Choose a tag to compare

Bug Fixes

  • Fix an audio.play() Promise problem described here

Props Changes

  • Rename showlrc to showLrc
  • mutex is default to true now

v1.2.0

14 Mar 07:49
Compare
Choose a tag to compare

Let it float

Minor update with some new features.

Float mode

By setting the new float prop to true, you can enable what we call Float mode on vue-aplayer, in which you can press your mouse on the thumbnail and drag your player around then leave it anywhere you like on your page. This looks better in mini mode. You may want to try it out in the demo or on your own site too. 😃

Improvements

  • Use fetch API instead of axios for loading .lrc files. Now vue-aplayer is free of dependencies. ✔️

v1.1.2

13 Mar 04:10
Compare
Choose a tag to compare

Props Changes

  • Rename narrow to mini (see 5e56cf2).
  • Rename listmaxheight to listMaxHeight (see b66ac7d).

Improvements in appearance

  • fix scrollbar behavior when folding/unfolding music list (see 966fbbf).
  • hide playlist in mini mode (see b44eec6).

v1.1.0

09 Mar 10:31
Compare
Choose a tag to compare

Props make better sense now

After thinking over what props that a music player should handle, here comes v1.1.0 with some api changes that we recommend every user to update.

  • Updates on props
  • Mobile touch support
  • display slot support

Props changes

  • music now only accepts a single Object, which represents the current playing music. For music list, use new list prop. Now you can change current playing music in a way easier to understand - change the music object.

Improvements

  • Progress bar and volume control now supports dragging on mobile devices.
  • Handle promises returned by audio apis. Thank @ericdrobinson for mentioning this.

v1.0.0

15 Mar 09:10
Compare
Choose a tag to compare

Vue-APlayer from the bottom

Back into 0.x versions, vue-aplayer was a wrapper of APlayer.
In consideration of better performance and easier maintenance, we started rewritten this package from bottom up.
Now comes vue-aplayer@1.0.0 - Vue implementation of APlayer prototype.

Hope you enjoy.