Skip to content

Releases: lijinke666/react-music-player

V2.1.2

29 Aug 03:57
Compare
Choose a tag to compare

Feature

  • add tests of the compoent
  • change example of the webpack.config.js

V2.0.2

28 Aug 05:26
Compare
Choose a tag to compare

Bug fixs

  • fix bind audio wating events name word spelling mistake :(

V2.0.1

27 Aug 06:53
Compare
Choose a tag to compare

Feature

  • add defaultPosition options set the music-palyer controller default postion

Bug Fixs

  • fix progress bar and sounds bar cat't drag bug
  • fix controller cat't drag and panel icons cat't click on mobile
  • fix Object.entries Not supported in some browsers, now use for in :(

V2.0.0

26 Aug 17:08
Compare
Choose a tag to compare

Feature :

  • add drag options
  • change html construction of the component
  • add dowload audio icon, now, You can download the music currently playing
  • add showDowload , showLoop , showReload showPlay options , you can use the control display

Bug fixs :

  • component drag document.body can trigger panel open

V1.4.0

24 Aug 06:32
Compare
Choose a tag to compare

Feature

  • Change the position of the button
  • add drag of the progress bar
  • change button size
  • better support for response

V1.2.0

16 Aug 06:25
Compare
Choose a tag to compare

Feature

  • add new api
    • audioPlay
    • audioPause
    • audioEnded
    • loadAudioError
    • audioProgress

BugFixs

  • fix audio currentTime and duration
  • fix audio volum change bug
  • fix audio cover bug