Skip to content

Releases: lijinke666/react-music-player

v4.6.0

14 Nov 09:43
Compare
Choose a tag to compare

Feature

  • add onBeforeAudioDownload api support transform download audio info #67

v4.5.0

14 Nov 07:40
Compare
Choose a tag to compare

Feature

  • add getAudioInstance api support custom feature #65

    <ReactJkMusicPlayer 
      getAudioInstance = { (audio) => {
          console.log('audio instance', audio)
        }
     }
    />
  • add autoHiddenCover auto hide the cover photo if no cover photo is available #69
    image

  • update mobile list panel close icon
    image

v4.4.7

09 Nov 07:57
Compare
Choose a tag to compare

Bug fixes

  • fix: throw audio load error when audio list is empty #66

v4.4.6

06 Nov 09:45
Compare
Choose a tag to compare

Bug Fixes

  • fix: layout issue when toggle mobile operation button

v4.4.5

05 Nov 14:36
Compare
Choose a tag to compare

Bug Fixs

fix: optimize mobile panel height auto adjust in safari

v4.4.3

22 Oct 08:31
Compare
Choose a tag to compare

Bug Fixs

  • fix can't resolve react-jinke-music-player #61

v4.4.2

20 Oct 11:00
Compare
Choose a tag to compare

Bug Fixs

  • fix cannot trigger onThemeChange handler when theme update
  • fix cannot update mode #60
  • optimize play mode text animate user select: none

v4.4.1

19 Oct 05:20
Compare
Choose a tag to compare

Bug Fixs

  • fix cannot update state theme when option theme change #59

v4.4.0

11 Sep 13:40
Compare
Choose a tag to compare

Feature

  • add getContainer return the mount node for music player
<ReactJkMusicPlayer  getContainer={()=> document.body}/>

// or

<ReactJkMusicPlayer  getContainer={()=> document.querySelector('.element')}/>

v4.3.7

10 Sep 14:30
Compare
Choose a tag to compare

Bug Fixs

  • fix lyric play status when toggle play
  • optimize player layout
  • fix get audio media source faild cannot trigger onAudioError hook by unhandledrejection