Skip to content

Latest commit

 

History

History
313 lines (149 loc) · 15 KB

CHANGELOG.md

File metadata and controls

313 lines (149 loc) · 15 KB

1.20.0 (2020-03-01)

Bug Fixes

  • release: exclude umd and cjs bundles to publish (49066a5)
  • package: main attribute now points to esm bundle (8190b1f)
  • rollup: remove extra externals (a4164c3)

Features

  • rollup: exclude webex from the bundle (7ec7394)
  • rollup: remove cjs and umd bundles (908c251)
  • rollup: remove extra configuration (becd8a4)
  • package: remove rollup builtin plugin dependency (30da5e6)
  • package: remove rollup json plugin dependency (149c414)

1.19.5 (2020-02-24)

Bug Fixes

  • package-lock: fix dependency vulnerabilities (ebe6b13)
  • package: update webex dependency to V1.80.132 (e4d77a8)

1.19.4 (2020-02-06)

Bug Fixes

  • PeopleSdkAdapter: handle null state in getStatus() (6da9928)
  • PeopleSdkAdapter: handle presence being turned off in getPerson() (79f472c)
  • PeopleSdkAdapter: handle presence plug-in error in getMe() (c99fcf9)

1.19.3 (2020-01-30)

Bug Fixes

  • MeetingsSdkAdapter: fetch the title from the destination (cf0c0bd)
  • package: webex is @webex/common dependency (4ed5411)

1.19.2 (2020-01-29)

Bug Fixes

  • JestApp: remove addLocalMedia (86497b7)
  • package: update @webex/sdk-adapter-interfaces to 1.8.0 (ebf7b22)

1.19.1 (2020-01-29)

Bug Fixes

  • MeetingSdkAdapter: complete getMeeting when remote media is removed (8a854e6)
  • MeetingSdkAdapter: rename controls to match component (48c6051)

1.19.0 (2020-01-29)

Features

  • MeetingsSdkAdapter: fetchMeetingTitle method is implemented (c3f118d)

1.18.2 (2020-01-28)

Bug Fixes

  • MeetingsSdkAdapter: remove finalize from getMeeting() (c335a84)

1.18.1 (2020-01-28)

Bug Fixes

  • rollup: exclude rxjs/operators from the bundle (8f24387)

1.18.0 (2020-01-25)

Features

  • MeetingsSdkAdapter: add the capability to join the meeting muted (2e1e2c2)

1.17.0 (2020-01-25)

Features

  • JestMeetingWebApplication: implement one (12236ff)
  • package: install and configure parcel (67d2dfb)
  • package: remove babel regenrate plugin (e960e76)

1.16.1 (2020-01-16)

Bug Fixes

  • MeetingSdkAdapter: emit stopped events for remote media (7539dc2)

1.16.0 (2020-01-15)

Features

  • MeetingSdkAdapter: implement exitControl method (1368f40)

1.15.0 (2020-01-15)

Features

  • MeetingSdkAdapter: implemenet leaveMeeting and removeMedia methods (35db245)

1.14.3 (2020-01-15)

Bug Fixes

  • MeetingAdapter: sdk addMedia logic is inside join meeting logic (32c0c51)

1.14.2 (2019-12-19)

Bug Fixes

  • WebexAdapter: activities adapter must be defined (3b314c1)

1.14.1 (2019-12-19)

Bug Fixes

  • package: set webex packages to 1.80.43 (54d6f63)

1.14.0 (2019-12-17)

Features

  • PeopleSdkAdapter: getMe() fetches and emits the person data once (d056f2c)

1.13.0 (2019-12-16)

Features

  • CircleCi: separate integration test job from unit test job (3db4aec)

1.12.0 (2019-12-14)

Features

  • PeopleSdkAdapter: implement getMe (6709838)

1.11.0 (2019-12-14)

Bug Fixes

  • MeetingSdkAdapterTest: delete extra the (83a562e)

Features

  • MeetingSdkAdapter: update localAudio after mute/unmute actions (b707b28)
  • MeetingSdkAdapter: update localVideo after mute/unmute actions (dede1cb)

1.10.0 (2019-12-13)

Bug Fixes

  • JestPuppeteer: install and configure dependencies (a66aa87)

Features

  • eslint: add document as a global term (30d1e9e)

1.9.0 (2019-12-13)

Features

  • MeetingSdkAdapter: convert promises to async/await (31b233c)
  • MeetingSdkAdapter: implement audio control handler (6cf9949)
  • MeetingSdkAdapter: implement video control handler (155fc6b)

1.8.0 (2019-12-12)

Bug Fixes

  • MeetingSdkAdapter: convert local tracks to streams (e793690)

Features

  • MeetingSdkAdapter: implement audio & video mute functionalities (5edd0cd)
  • MeetingSdkAdapter: implement mute audio & video contorl methods (44d965f)

1.7.0 (2019-12-10)

Features

  • MeetingSdkAdapter: add joinMeeting control meeting (ae19cc1)

1.6.0 (2019-12-10)

Bug Fixes

  • MeetingSdkAdapter: fix default meeting shape (02f3361)
  • MeetingSdkAdapter: leave attachMedia default case empty (1f554c7)
  • package: upgrade @webex/component-adapter-interfaces to 1.7.0 (914e9ab)

Features

  • MeetingSdkAdapter: implement joinMeeting method (3542ff4)

1.5.0 (2019-12-10)

Bug Fixes

  • package: update @webex/component-adapter-interfaces to 1.6.0 (27e5d5f)

Features

  • WebexSdkAdapter: connect/disconnect meeting adapter (c30f213)
  • MeetingsSdkAdapter: implement adapter (9b326cf)
  • MeetingAdapter: implement createMeeting method (f0de9b8)

1.4.1 (2019-12-04)

Bug Fixes

  • package: add eslint-plugin-jest (5a8a52a)

1.4.0 (2019-11-18)

Features

  • WebexAdapter: implement connect/disconnect methods (fc31be2)

1.3.1 (2019-11-15)

Bug Fixes

  • package: add @webex/test-users (0bd4572)
  • RoomsSdkAdapter: fetch room every update (c99b145)

1.3.0 (2019-11-15)

Bug Fixes

  • rollup: define custom export for @webex/common module (d3f5c03)
  • package: install latest @webex/common dependency (56dde5b)
  • package: update webex to version 1.80.43 (0500f55)

Features

  • PeopleSdkAdapter: implement adapter (9739bca)

1.2.2 (2019-10-30)

Bug Fixes

  • package: install meetings adapter interface (2a477cf)

1.2.1 (2019-10-25)

Bug Fixes

  • release: define paths to export the modules properly (1db8231)

1.2.0 (2019-10-25)

Features

  • RoomsSdkAdapter: import RoomsAdapter interface properly (51a619a)

1.1.1 (2019-10-25)

Bug Fixes

  • WebexAdapter: export default (118aa23)

1.0.0 (2019-09-26)

Features