Releases: webex/components
Releases · webex/components
v1.32.1
1.32.1 (2020-01-28)
Bug Fixes
- package: fix some volunerabilities (d2929d3)
v1.32.0
1.32.0 (2020-01-25)
Features
- WebexMedia: add autoPlay property to the media tags (f48299c)
- UsePerson: convert PersonStatus keys to values (ed1cbc5)
- UseStream: remove play method from the hook (0e3e137)
v1.31.0
1.31.0 (2020-01-23)
Bug Fixes
- UseStream: no action needed when the video is unmounted (ff14955)
Features
- MeetingJsonAdapter: add more controls functionalities and display (f0ec657)
- UseMeeting: add OnMeeting method (f6368e3)
- MeetingControls: add parent div to wrap the controls (cc60179)
- UseMeetingControls: check for available controls (c0599d5)
- Meeting: implement one (338b85d)
v1.30.0
1.30.0 (2020-01-22)
Features
- MeetingJson: add remoteMedia object (15b9064)
- WebexInMeeting: implement one (cc5e17e)
v1.29.1
1.29.1 (2020-01-15)
Bug Fixes
- InterstitialMeeting: meetingDest prop is replaced with meetingID (69dd4e5)
v1.29.0
1.29.0 (2020-01-13)
Bug Fixes
- LocalMedia: display spinner while user ID is retrieved (120c46a)
Features
- Interstitial: add interstitial meeting component (dfa81d3)
- hooks: getMeeting takes a destination to create a meeting (beebe6f)
- MeetingsJsonAdapter: implement addLocalMedia (f825faa)
- MeetingsJsonAdapter: implement createMeeting (22fad7f)
- MeetingJsonAdapter: remove mute property from the media (bdd435e)
v1.27.0
1.27.0 (2019-12-19)
Features
- MeetingJsonAdapter: implement getStream (1796006)
- RemoteMedia: implement one (d867b34)
- UseStream: implement one (c2eb1ff)
- LocalMedia: invoke useStream() (21a99de)
- MeetingsData: remove start and end time properties (bf6ca85)
- UseVideo: remove the hook (b608790)
- hooks: replace useStream with useVideo (c63de3b)
v1.26.1
1.26.1 (2019-12-17)
Bug Fixes
- WebexDataProvider: replace exact proptype with shape (7166846)
v1.26.0
1.26.0 (2019-12-16)
Bug Fixes
- hooks: usePerson updates whenver a new person ID is passed in (32c3b35)
Features
- hooks: add useMe hook (89b8b6d)
- PeopleJsonAdpater: implement getMe() (a708c1b)
- LocalMedia: use getMe hook instead of personID prop (1e0c1f6)