Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.86 KB

react-sip changelog

0.8.1 (2018-10-20)

All Commits

  • Upgrade dependencies including JsSIP 3.2.15 (3564b47b)
  • Fix TypeScript types in SipProvider (a26ab823)

0.8.0 (2018-08-04)

All Commits

  • Guard against multiple SipProviders (#22)
  • Switch to TypeScript, TSLint and Prettier (#21)

0.7.0 (2018-04-19)

All Commits

  • Add pathname prop (#18)

0.6.0 (2018-03-24)

All Commits

  • Allow force restart ICE (#17)

0.5.0 (2017-12-02)

All Commits

  • Refactor <SipProvider /> component by changing the shape of its context and by making it possible to modify all props on fly
  • Expose sipType, callType, extraHeadersType and iceServersType PropTypes
  • Improve docs in README
  • add LICENSE,CHANGELOGandUPGRADING`
  • Automatically publish to npm from travis

See UPGRADING.md for how to upgrade from 0.4