Skip to content

Releases: lijinke666/react-music-player

v4.20.0

05 Jan 09:35
Compare
Choose a tag to compare

4.20.0 (2021-01-05)

Bug Fixes

Features

  • support audio volume fadeIn and fadeOut #238 (dedd22c)

v4.19.1

07 Nov 06:08
Compare
Choose a tag to compare

4.19.1 (2020-11-07)

Bug Fixes

  • don't disable media controls when audio loading #197 (f8cc6e6)

v4.19.0

11 Oct 10:58
Compare
Choose a tag to compare

4.19.0 (2020-10-11)

Bug Fixes

Features

v4.18.3

28 Sep 14:20
Compare
Choose a tag to compare

4.18.3 (2020-09-28)

Bug Fixes

  • cannot toggle mode on Android device #163 (25120c3)
  • invalid toggleMode option in full mobile panel (da20e32)
  • reload audio when change current time by progress bar #162 (19270ae)

v4.18.2

21 Sep 14:21
Compare
Choose a tag to compare

4.18.2 (2020-09-21)

Bug Fixes

v4.18.1

19 Sep 12:25
Compare
Choose a tag to compare

4.18.1 (2020-09-19)

Bug Fixes

  • append audio should not auto play if autoPlay is false and autoplayInitLoadPlayList is false (7e60d39)
  • audio can be play from play list if audio is loading (d930cfe)
  • cannot change play audio when quietUpdate was used #157 (d5bf3b1)
  • infinite load when append big audio file #146 (487502c)
  • loading animate time diffrence (5aa109a)
  • optimize audio load and play function (504461d)
  • should not call onAudioListsPanelChange if panel is closed when hide panel (ade1774)
  • should not call onCoverClick if cover is empty (52ba3ae)

v4.18.0

06 Sep 07:51
Compare
Choose a tag to compare

4.18.0 (2020-09-06)

Bug Fixes

  • audio auto play when appended new audio if enable autoplayInitLoadPlayList #146 (c3c40b3)
  • auto play when audio list changed if autoplayInitLoadPlayList is false #154 (3f08c70)
  • call onModeChange and onCoverChange when destroy button clicked if drag disabled (c608cea)
  • cannot show audio info if audio list is empty by appendAudio #146 (2c225da)
  • cannot toggle mode if drag disabled #147 (ca5c5ff)
  • destroy button position in mobile (2500d17)
  • mobile play mode icon align style (5e1a819)
  • optimize progress load bar light theme bg color (3127a2e)
  • reset audio loaded progress when clear audio (813b3ab)
  • theme is reset to dark when audio list changed if theme is auto #149 (7103183)

Features

  • add quietUpdate api for support don't interrupt current play state (6e09798)
  • new icons & add packup and empty custom icon (529a36e)
  • rename locale notContentText => emptyText (58b3ad0)
  • support quiet update audio list #148 #114 (c98105b)
  • Upgrading from react-icons v2 to v3 (fe3ec35)

v4.17.1

26 Aug 09:41
Compare
Choose a tag to compare

4.17.1 (2020-08-26)

Bug Fixes

  • adjust player mini mode size in mobile (07fd649)
  • cannot show progress load bar in mobile full mode (88eadb3)
  • cannot trigger touch action in Firefox and Safari in mobile mode #145 (d9aac9e)
  • optimize audio loaded progress (2bf7b03)

v4.17.0

19 Aug 11:52
Compare
Choose a tag to compare

4.17.0 (2020-08-19)

Features

v4.16.5

04 Aug 08:21
Compare
Choose a tag to compare

4.16.5 (2020-08-04)

Bug Fixes