This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Releases: opentok/opentok-react
Releases · opentok/opentok-react
Release v0.11.0
Release v0.9.0
Release v0.8.0
This release leverages the React Context API and fixes a crash when creating a publisher
v0.7.0
This release changes how the react
dependency is defined. Previously it was a direct dependency when it should have been a peer dependency. Defining react
as a peer dependency allows opentok-react to make use of the same version of react that your application depends on. Thanks to @riceboyler for fixing this in #21.
v0.6.0
v0.5.0
A minor update this time.
Changes
- Resolves the remaining TODOs in the README
- Upgrade dependency versions
- Migrate from React.PropTypes (See React Blog)
Please feel free to open issues or submit pull requests if you find a problem or would like a new feature.
v0.4.0
Thanks for using opentok-react!
Changes
- Add error and completion handlers (thanks to @Fofir)
- Add preloadScript (thanks to @ziad-saab)
- Fix bug where insertDefaultUI wasn't respected (thanks to @pronebird)
- Add tests configured to run in Travis CI
- Add yarn.lock file
- Prepare project for open source contributions
Please feel free to open issues or submit pull requests if you find a problem or would like a new feature.