Skip to content

Releases: webex/components

v1.32.1

28 Jan 01:03
Compare
Choose a tag to compare

1.32.1 (2020-01-28)

Bug Fixes

  • package: fix some volunerabilities (d2929d3)

v1.32.0

25 Jan 09:31
Compare
Choose a tag to compare

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

23 Jan 22:28
Compare
Choose a tag to compare

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

22 Jan 23:23
Compare
Choose a tag to compare

1.30.0 (2020-01-22)

Features

  • MeetingJson: add remoteMedia object (15b9064)
  • WebexInMeeting: implement one (cc5e17e)

v1.29.1

15 Jan 22:14
Compare
Choose a tag to compare

1.29.1 (2020-01-15)

Bug Fixes

  • InterstitialMeeting: meetingDest prop is replaced with meetingID (69dd4e5)

v1.29.0

13 Jan 20:59
Compare
Choose a tag to compare

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.28.0

13 Jan 19:03
Compare
Choose a tag to compare

1.28.0 (2020-01-13)

Features

  • RemoteMedia: add README (3b48af1)

v1.27.0

19 Dec 19:54
Compare
Choose a tag to compare

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

17 Dec 22:32
Compare
Choose a tag to compare

1.26.1 (2019-12-17)

Bug Fixes

  • WebexDataProvider: replace exact proptype with shape (7166846)

v1.26.0

16 Dec 22:45
Compare
Choose a tag to compare

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)