Skip to content

Releases: lijinke666/react-music-player

v4.1.0

06 Feb 10:40
Compare
Choose a tag to compare

Bug fixs

  • fix Safari is cannot play audio is desktop & mobile issue
  • optimize error handle
  • fix drag audio list error issue

v4.0.2

12 Jun 07:34
Compare
Choose a tag to compare

Bug Fixs

v4.0.1

05 Jun 08:27
Compare
Choose a tag to compare

Bug fixs

  • fix defaultPlayIndex default is 0
  • fix onAudioPlayTrackChange error

v4.0.0

05 Jun 08:09
Compare
Choose a tag to compare

Features

  • ✨ Audio lists can be dragged,delete and sorted remove #20 @cudouny

  • ✨ Volume speaker icon change

  • ✨ Increase frosted glass effect glassBg

  • ✨ When the playlist is changed now the playId after the change

  • ✨ Increase default playback index defaultPlayIndex

  • ✨ Player Mini Mode Height to 80px

  • ✨ Support playback memory remember

  • ✨ New Logo . Thanks @nunojesus #19

  • ✨ new hook function
    - loadAudioError rename => onAudioLoadError
    - all audioXX() function rename => onAudioXX()
    - onAudioReload
    - onThemeChange
    - onAudioListsChange
    - onAudioPlayTrackChange
    - onAudioPlayModeChange
    - onModeChange
    - onAudioListsPanelChange
    - onAudioListsDragEnd

Bug Fixs

  • 💩 fix example reload typo #21 @sahildua93
  • 💩 fix directly click the speaker mute hook function to show the volume is 1

Internal changes

  • add test case
  • update example

v3.5.0

18 May 09:09
Compare
Choose a tag to compare

Features

  • ✨ new API
    • ✨ add loadAudioErrorPlayNext Whether to try playing the next audio when the current audio playback fails
    • ✨ add preload Whether to load audio immediately after the page loads.

Bug fixs

  • 💩 fix audio player init playing first audio cant't play

v3.4.2

16 May 09:06
Compare
Choose a tag to compare

Bug fixs

  • 💩 fix audioLists change dont't work with redux
  • 💩 remove yarn.lock . Fix the problem of not downloading the latest version

v3.4.0

14 May 08:41
Compare
Choose a tag to compare

Features

  • ✨ new API

    • playModeShowTime
    • bounds
    • showMiniProcessBar
  • ✨ use react-draggable , delete extra code now ` drag and drop is more smooth

  • ✨ more fluid natural animation ! now, all animation time is use 350ms cubic-bezier(.43, -0.1, .16, 1.1)

  • optimize toggle theme transition

  • 💩 remove preload="auto" attribute

  • defaultPosition options now can set to left,top,bottom,right

Bug fixs

  • 💩 fix audio panel styles , now use postion:fixed

Internal changes

  • use @babel/7
  • improve project structure

v3.3.2

06 May 05:43
Compare
Choose a tag to compare

Bug Fixes

  • fix default seeked value
  • fix switch Typo
  • add coverage

v3.3.0

23 Apr 10:36
Compare
Choose a tag to compare

Features

  • 😃 Smoother animation. for toggle audio lists panel
  • ✨ Add the animation when the play and pause button is clicked.
  • 😂 Better unit testing.
  • ✨ new API
    • seeked Whether you can drag or click the progress bar to play in the new progress.
    • showProgressLoadBar Displays the audio load progress bar.
    • autoPlay Whether the audio is played after loading is completed.

Bug fixs

  • 😱 Fixed the bug where the audio playlist flicker.
  • 😱 Optimize the details

v3.2.2

22 Jan 05:58
Compare
Choose a tag to compare

Feature

  • add new option defaultVolume customize the initial volume of the player.
  • change example text description

Bug Fixs

  • fix other component state changes cause the current play audio to always jump to the first song.
  • remove development of legacy console.log I'm sorry : (