Skip to content

Releases: react-player/reaplay

v1.1.11

23 Oct 12:12
Compare
Choose a tag to compare

[FIX release patch]:

doc was fixed

v1.1.10

23 Oct 12:03
Compare
Choose a tag to compare

[update patch]:

document was updated:
browser alert & sample code

v1.1.9

22 Oct 12:01
Compare
Choose a tag to compare

1.1.9 change log:

start life cycle from useLayoutEffect to useEffect was change

repeat functionality was change: it repeat without loading again

v1.1.8

09 Oct 15:43
Compare
Choose a tag to compare

v1.1.7

12 Sep 21:14
Compare
Choose a tag to compare

add new function:

player.forceUpdatePlayer()

it force re-render the Reaplay


readme updated.

v1.1.6

02 Jun 14:51
Compare
Choose a tag to compare

refactor some types,
remove codesandbox example
update example directory

v1.1.5

25 May 10:20
Compare
Choose a tag to compare

add new functions: mute, unmute, playShuffle, playRandom, repeat
new variable: isShuffle
and update the documation: add example code

v1.1.4

18 May 12:58
Compare
Choose a tag to compare

new version with new two functions [play] - [pause] was launched.
and somethings in example dir & typescript stuff was fixed

v1.1.3

18 May 10:35
Compare
Choose a tag to compare

fix the children type
(any) to (PlayerType).

v1.1.1

15 Apr 11:37
Compare
Choose a tag to compare

add PlayerType for returned player in function of HOC.

import { Reaplay, PlayerType } from 'reaplay'

<Reaplay tracks={songList} >
      {(player: PlayerType) => {
          // player have functions and variables
      }
</Reaplay>