APlayer Versions Save

:lollipop: Wow, such a beautiful HTML5 music player

v1.10.1

6 years ago

Improvements

  • better text-shadow for fixed lrc (398c8be87af19f513dfc8e6d199f97d4501e513c)

Bug fixes

  • fix list.remove (55039bbc3b91c592b3e711f7c34013f583185914)
  • fix changeable height (af84efb05c05a825732b28df2388b4487bcbfa4c)

v1.10.0

6 years ago

New

Bug fixed

  • too many

Improvements

  • revert play promise

  • some logic improvements

Workflow

  • upgrade to webpack 4

  • update dependencies

  • remove useless devDependencies

v1.9.1

6 years ago

Bug fixes

  • fix changeable template.listCurs (52388dd4c1b9c3e3ebf32e6f0bbb173cdc106a68)
  • remove loading when paused (bede0645ea82158d388447457b02e8f34836c19f)

v1.9.0

6 years ago

New

  • api
    • theme (ba7692984a0a152bd6ab3e869cd2167e50d4f445)
    • setMode (1dc058c0c7d5f4353aeef3f50564d1bb84803d50)
    • notice (cf44440907f22d38d44e3e8b0c3b3ec119f093ca)
    • audio.type, customAudioType (97165f07ccd22ff9d9de8302a14e31157cb514f8)

Adjustment

  • option: lrc -> lrcType (738613fffe0ee418016d16f9e1a3285890e86fca)

Improvements

  • replace dirty checking with timeupdate (e10528397f99e803ffc38de64f55f6713c82fdee)

Bug fixes

  • fix asynchronization conflict (454019fea04dd081dfd3021b27b20ac58148ab26)

v1.8.0

6 years ago

New

  • API: APlayer.version
  • option: audio.theme

Bug fixes

  • fix css conflict between mini mode and play list
  • fix unnecessary scroll bar when folding list

v1.7.0

6 years ago

New

  • options

    • listFolded
    • volume
  • api

    • seek
    • removeAudio
  • more player events

Adjustment

  • options

    • listmaxheight -> listMaxHeight
    • showlrc -> lrc
    • music -> audio
    • music.title -> audio.name
    • music.author -> audio.artist
    • music.pic -> audio.cover
    • narrow -> mini
    • mode -> loop and order
  • api

    • setAudio -> switchAudio
    • addMusic -> addAudio

Improvements

  • better handling play promise

  • auto add class aplayer

  • supporting more lyric format

  • UI: lighter shadow, scalable thumb, smooth volume bar

  • better progress and volume drag

Bug fixes

  • too many

1.6.0

7 years ago

Bug fixes

  • Prevent buttons from submitting forms

New feature

  • New api: destroy, addMusic

Workflow

  • use yarn
  • upgrade to webpack2

1.5.7

7 years ago
  • fix CSS confliction in button
  • better single mode icon
  • bind play() pause() function to play pause event

1.5.6

7 years ago
  • Optimize sorting algorithm for random mode

1.5.4

7 years ago
  • Make music title and lrc selectable
  • Click list to play next song in mobile
  • Display hh:mm:ss format when audio is over an hour long(Thanks @argvil19 )
  • Optimize the style of aplayer with lrc
  • Hide volume button in mobile