Releases: SevenOutman/vue-aplayer
v1.2.2
v1.2.0
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
v1.1.0
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 newlist
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
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.