Skip to content

Releases: fbaiodias/react-video-recorder

v3.3.2

28 Nov 10:43
Compare
Choose a tag to compare

3.3.2 (2018-11-28)

Bug Fixes

v3.3.1

28 Nov 10:11
Compare
Choose a tag to compare

3.3.1 (2018-11-28)

Bug Fixes

v3.3.0

28 Nov 09:10
Compare
Choose a tag to compare

3.3.0 (2018-11-28)

Features

  • allow specifying a mimeType (3a96703)

v3.2.0

27 Nov 21:50
Compare
Choose a tag to compare

3.2.0 (2018-11-27)

Features

v3.1.1

27 Nov 21:32
Compare
Choose a tag to compare

3.1.1 (2018-11-27)

Bug Fixes

v3.1.0

27 Nov 16:38
Compare
Choose a tag to compare

3.1.0 (2018-11-27)

Features

  • try to use video/webm;codecs=H264 and fix storybook (d101187)

v3.0.0

23 Nov 16:33
Compare
Choose a tag to compare

3.0.0 (2018-11-23)

Features

  • update react and styled-components (c0e9db3)

BREAKING CHANGES

  • styled-components v4 is now required

v2.0.2

17 Nov 11:41
Compare
Choose a tag to compare

2.0.2 (2018-11-17)

Bug Fixes

  • open video input when isOnInitially (a0c717b)

v2.0.1

28 Sep 12:46
Compare
Choose a tag to compare

2.0.1 (2018-09-28)

Bug Fixes

v2.0.0

14 Sep 10:35
Compare
Choose a tag to compare

2.0.0 (2018-09-14)

Bug Fixes

  • video input and replay in iOS safari (d653b34)

Features

  • use renderProps for custom views (bf215d1)

BREAKING CHANGES

  • UnsupportedView, ErrorView, DisconnectedView & LoadingView props have been deprecated; You should now use renderUnsupportedView, renderErrorView, renderVideoInputView, renderDisconnectedView & renderLoadingView instead