Skip to content

Releases: react-player/reaplay

v1.1.11

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 23 Oct 12:12

[FIX release patch]:

doc was fixed

v1.1.10

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 23 Oct 12:03

[update patch]:

document was updated:
browser alert & sample code

v1.1.9

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 22 Oct 12:01

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

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 09 Oct 15:43

v1.1.7

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 12 Sep 21:14

add new function:

player.forceUpdatePlayer()

it force re-render the Reaplay


readme updated.

v1.1.6

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 02 Jun 14:51

refactor some types,
remove codesandbox example
update example directory

v1.1.5

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 25 May 10:20

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

v1.1.4

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 18 May 12:58

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

v1.1.3

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 18 May 10:35

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

v1.1.1

Choose a tag to compare

@Amir-Alipour Amir-Alipour released this 15 Apr 11:37

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>