Skip to content

v1.3.0

Compare
Choose a tag to compare
@SevenOutman SevenOutman released this 19 Mar 08:56
· 257 commits to develop since this release

Naming

We are now officially naming this package Vue-APlayer in written occasions, instead of vue-aplayer or any other terms with different letter casing.

Getting smarter

With optional dependencies, Vue-APlayer now supports some interesting new features.

Per song specific theme color

  • If you have a list of songs to play, now you can assign different theme to them individually.

Self-adapting theme color

  • If a song's theme is set to 'pic', Vue-APlayer takes major or average color from the song's cover image as its theme color.

  • If the player's theme is set to 'pic', it applies to all songs in the list.

  • Requires color-thief to be included.

HLS support

  • In general, *.m3u8 format support.
  • Requires hls.js to be installed.