react-use-opentok
Version:
React Hook for @opentok/client SDK
96 lines (43 loc) • 4.55 kB
Markdown
## [2.2.1](https://github.com/pjchender/react-use-opentok/compare/v2.2.0...v2.2.1) (2020-03-14)
### Bug Fixes
* Return subscriber of subscribe method ([#17](https://github.com/pjchender/react-use-opentok/issues/17)) ([8439ca3](https://github.com/pjchender/react-use-opentok/commit/8439ca3f416d84d401ceccb03c68a1737ffa3c5d))
# [2.2.0](https://github.com/pjchender/react-use-opentok/compare/v2.1.1...v2.2.0) (2020-02-27)
### Features
* Support promise sharp for publish method ([#14](https://github.com/pjchender/react-use-opentok/issues/14)) ([660b356](https://github.com/pjchender/react-use-opentok/commit/660b3562a103df78036d3c9a7a06722cdd891334))
## [2.1.1](https://github.com/pjchender/react-use-opentok/compare/v2.1.0...v2.1.1) (2020-02-26)
### Bug Fixes
* throw error issue ([#13](https://github.com/pjchender/react-use-opentok/issues/13)) ([459e1b6](https://github.com/pjchender/react-use-opentok/commit/459e1b6c738f6a878acde687f45cbaca6c3cfd70))
# [2.1.0](https://github.com/pjchender/react-use-opentok/compare/v2.0.1...v2.1.0) (2020-02-14)
### Features
* add isSessionInitialized properties ([#11](https://github.com/pjchender/react-use-opentok/issues/11)) ([6636959](https://github.com/pjchender/react-use-opentok/commit/663695972a84c175784a3cee47df2518c2c6dbd7))
## [2.0.1](https://github.com/pjchender/react-use-opentok/compare/v2.0.0...v2.0.1) (2020-02-07)
### Bug Fixes
* unexpectedly invoke initSessionAndConnect twice when use it in useEffect ([#10](https://github.com/pjchender/react-use-opentok/issues/10)) ([d300f89](https://github.com/pjchender/react-use-opentok/commit/d300f896e3a8339810650db2fa7cd4797a488aa3))
# [2.0.0](https://github.com/pjchender/react-use-opentok/compare/v1.0.5...v2.0.0) (2020-02-05)
* refactor!: add initSessionAndConnect and remove setCredentials in openTokMethods (#9) ([845735c](https://github.com/pjchender/react-use-opentok/commit/845735ca245fb660fac7bc596d8797c8785c3188)), closes [#9](https://github.com/pjchender/react-use-opentok/issues/9) [#9](https://github.com/pjchender/react-use-opentok/issues/9)
### BREAKING CHANGES
* add initSessionAndConnect and remove setCredentials in API
## [1.0.5](https://github.com/pjchender/react-use-opentok/compare/v1.0.4...v1.0.5) (2020-02-03)
### Bug Fixes
* add rollup-plugin-terser for minifying bundle files ([#8](https://github.com/pjchender/react-use-opentok/issues/8)) ([4bdaa9e](https://github.com/pjchender/react-use-opentok/commit/4bdaa9e110fbb9425ff7ef639d290ffd89f903bd))
## [1.0.4](https://github.com/pjchender/react-use-opentok/compare/v1.0.3...v1.0.4) (2020-01-31)
### Bug Fixes
* integrate with coveralls and add coveralls badge ([#7](https://github.com/pjchender/react-use-opentok/issues/7)) ([e504f1b](https://github.com/pjchender/react-use-opentok/commit/e504f1bd29e25f6201514fcdaf0843b308b4fdd8))
## [1.0.3](https://github.com/pjchender/react-use-opentok/compare/v1.0.2...v1.0.3) (2020-01-31)
### Bug Fixes
* add test for react-use-opentok ([fda06fa](https://github.com/pjchender/react-use-opentok/commit/fda06fa9c6f5d688f00d9e561185d94592737749))
* update packages ([8c7d21d](https://github.com/pjchender/react-use-opentok/commit/8c7d21d07bc314cefe8e54562ccb4da904595252))
## [1.0.2](https://github.com/pjchender/react-use-opentok/compare/v1.0.1...v1.0.2) (2020-01-21)
### Bug Fixes
* **ci:** update travis ci config for skip_cleanup ([f00c1e6](https://github.com/pjchender/react-use-opentok/commit/f00c1e677c99c9007ed7f5f316e913c6f314cb7d))
## [1.0.1](https://github.com/pjchender/react-use-opentok/compare/v1.0.0...v1.0.1) (2020-01-21)
### Bug Fixes
* **ci:** update travis ci ([0d4b668](https://github.com/pjchender/react-use-opentok/commit/0d4b668ed314ce5e574dcbcf2663585d228c18cf))
# 1.0.0 (2020-01-21)
### Bug Fixes
* Update Travis CI file and install semantic-release ([da42b5c](https://github.com/pjchender/react-use-opentok/commit/da42b5c09c6ed6680b2dd93696b3f853477396f8))
* **typo:** Fix typo and format documents ([edeaf4b](https://github.com/pjchender/react-use-opentok/commit/edeaf4b0538ef6eb9a2f59e81ba339c3f2132091))
### Features
* Add ConsoleFeed component ([b85dc1b](https://github.com/pjchender/react-use-opentok/commit/b85dc1b54446e057e36ebc916d0b98017d6bd968))
* Add sendSignal function in react-use-opentok ([3cc902f](https://github.com/pjchender/react-use-opentok/commit/3cc902f75792a2c10d389bfdbd98a9414fdfbf81))
* Create demo site of useOpenTok by Gatsby ([35fe889](https://github.com/pjchender/react-use-opentok/commit/35fe889929057b32afaa61bd9390e0f1caeae9c9))