Skip to content

Releases: lijinke666/react-music-player

v4.24.2

29 Sep 02:51
Compare
Choose a tag to compare

4.24.2 (2021-09-29)

Bug Fixes

  • always reset volume when initializing player (c7a38f1)

v4.24.1

21 May 02:05
Compare
Choose a tag to compare

4.24.1 (2021-05-21)

Bug Fixes

  • dont't reset current audio volume when audio list changed close #379 (3619a6d)

v4.24.0

08 May 05:54
Compare
Choose a tag to compare

4.24.0 (2021-05-08)

Bug Fixes

  • disable play model container pointer event close #351 (7f4e19e)

Features

  • add restart on prev test (924841a)
  • add test case for restart on prev feature (ad54e66)
  • added a boolean to modify the current previous song handler (1b9fe0d)

v4.23.0

18 Mar 07:05
Compare
Choose a tag to compare

4.23.0 (2021-03-18)

Bug Fixes

  • remove id field, use private player key close #328 (06fb15c)

Features

  • appendAudio method deprecated (8009865)

v4.22.1

16 Feb 14:38
Compare
Choose a tag to compare

4.22.1 (2021-02-16)

Bug Fixes

  • cannot sort dynamic list (3f670ac)
  • miss style and className types (e7cf19b)
  • restore volume to original after unmute (fc1193c)
  • thorw error when audio lists is empty #308 (f996cb2)

v4.22.0

12 Feb 15:00
Compare
Choose a tag to compare

4.22.0 (2021-02-12)

Bug Fixes

  • not play list sort higlight on mobile (52c3159)
  • onAudioPlayTrackChange type (14dddf4)
  • play list sort support mobile #223 (f7b6193)
  • remove stalled event handler and use async .play() (2c7c1eb)
  • reset current cover rotate deg if playing audio changed (f5f76f9)

Features

  • custom operation support sortablejs method (939d453)
  • react-drag-listview => sortablejs for support audio list sort on mobile #223 (e173a26)

v4.21.2

27 Jan 13:58
Compare
Choose a tag to compare

4.21.2 (2021-01-27)

Bug Fixes

  • cannot reset play index when audioLists changed #286 (e42177b)
  • optimize progress bar seek step #283 (fbff1e3)

v4.21.1

15 Jan 05:20
Compare
Choose a tag to compare

4.21.1 (2021-01-15)

Bug Fixes

  • do not fade on iOS devices (767df65)
  • no longer mutes on play when fadeIn is 0 (6cab882)

v4.21.0

13 Jan 10:10
Compare
Choose a tag to compare

4.21.0 (2021-01-13)

Bug Fixes

  • auto play when audio seeking by progress bar #260 (016af3b)
  • avoid play/pause button re-render by setting playing to false earlier (2568f31)
  • can not trigger onAudioVolumeChange when play or pause audio with volume fade mode (6b88d6c)
  • play button delay in mobile player (5e8eccd)
  • set audio volume to pre-fade volume before fading in (63c6b6f)

Features

  • implement non-linear volume slider (a7b9cec)

v4.20.1

11 Jan 09:30
Compare
Choose a tag to compare

4.20.1 (2021-01-11)

Bug Fixes