Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Latest commit

 

History

History
131 lines (59 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

131 lines (59 loc) · 6.11 KB

2.3.1 (2021-02-19)

Bug Fixes

  • #25 change warn to throw for sendSignal (#26) (222e6e6)
  • Travis YAML to specify node version (0091758)

2.3.0 (2020-10-12)

Features

  • support initPublisher, removePublisher, publishPublisher (#25) (0f7299a)

2.2.4 (2020-05-29)

Bug Fixes

2.2.3 (2020-03-31)

Bug Fixes

  • recevie 'to' when sendSignal (7b8a801)

2.2.2 (2020-03-26)

Bug Fixes

  • clarify the error message (ffdd27c)

2.2.1 (2020-03-14)

Bug Fixes

  • Return subscriber of subscribe method (#17) (8439ca3)

2.2.0 (2020-02-27)

Features

  • Support promise sharp for publish method (#14) (660b356)

2.1.1 (2020-02-26)

Bug Fixes

2.1.0 (2020-02-14)

Features

  • add isSessionInitialized properties (#11) (6636959)

2.0.1 (2020-02-07)

Bug Fixes

  • unexpectedly invoke initSessionAndConnect twice when use it in useEffect (#10) (d300f89)

2.0.0 (2020-02-05)

  • refactor!: add initSessionAndConnect and remove setCredentials in openTokMethods (#9) (845735c), closes #9 #9

BREAKING CHANGES

  • add initSessionAndConnect and remove setCredentials in API

1.0.5 (2020-02-03)

Bug Fixes

  • add rollup-plugin-terser for minifying bundle files (#8) (4bdaa9e)

1.0.4 (2020-01-31)

Bug Fixes

  • integrate with coveralls and add coveralls badge (#7) (e504f1b)

1.0.3 (2020-01-31)

Bug Fixes

1.0.2 (2020-01-21)

Bug Fixes

  • ci: update travis ci config for skip_cleanup (f00c1e6)

1.0.1 (2020-01-21)

Bug Fixes

1.0.0 (2020-01-21)

Bug Fixes

  • Update Travis CI file and install semantic-release (da42b5c)
  • typo: Fix typo and format documents (edeaf4b)

Features

  • Add ConsoleFeed component (b85dc1b)
  • Add sendSignal function in react-use-opentok (3cc902f)
  • Create demo site of useOpenTok by Gatsby (35fe889)