Skip to content

Latest commit

 

History

History
614 lines (306 loc) · 28.1 KB

CHANGELOG.md

File metadata and controls

614 lines (306 loc) · 28.1 KB

1.44.1 (2020-08-27)

Bug Fixes

  • package: remove .npmignore in favor of files (dc3387b)

1.44.0 (2020-08-26)

Bug Fixes

  • memberships: use defined method from interface (413cb6c)

Features

  • WebexMember: rename from WebexParticipant (c4bbcf8)
  • WebexMemberRoster: rename WebexParticipantRoster component (e98e76b)

1.43.0 (2020-08-26)

Bug Fixes

  • package: add UMD bundle as main entry point (7d12729)
  • package: update dependencies (98112f7)

Features

  • adapters: export JSON adapter as part of distribution (dd665c4)

1.42.3 (2020-07-07)

Bug Fixes

  • WebexParticipantRoster: add key property to WebexParticipant (937f068)

1.42.2 (2020-07-06)

Bug Fixes

  • hooks: cloned members before setting state (4410875)

1.42.1 (2020-07-03)

Bug Fixes

  • packages: update momentum-ui (14542c5)

1.42.0 (2020-07-01)

Features

  • MembershipAdapter: add membership sub-adapter (7497cc0)
  • WebexParticipant: add participant component (69d46d5)
  • WebexParticipantRoster: add participant roster component (d53a34e)

1.41.0 (2020-06-26)

Features

  • hooks: add remoteShare attribute to meeting (5f9f1d0)
  • hooks: add sanity check for mediaElement (9f33bf5)
  • MeetingJsonAdapter: add screen share functionalities (4eb8b5b)
  • WebexMeeting: add screen share functionalities (432da00)
  • WebexRemoteMedia: add split-screen videos for remoteShare (a73c484)
  • WebexMeetingControl: add stories for screen share button (e3b7510)

1.40.0 (2020-03-20)

Bug Fixes

  • WebexInMeeting: use local component styles for layout (8f085c2)
  • WebexInterstitialMeeting: use local component styles for layout (b6d3b1a)
  • WebexMeeting: use local component styles for layout (64067f5)

Features

  • WebexLocalMedia: add className prop (08ca8ec)
  • WebexMeetingInfo: add className prop (26bf668)
  • WebexRemoteMedia: add className prop (e7e8081)
  • WebexMeetingControls: add layout styling (a26c7ea)

1.39.0 (2020-03-19)

Bug Fixes

  • WebexRemoveMedia: move AlertBanner inside the main div (dcf0aba)

Features

  • hooks: add error prop to useMeeting (6c0632c)
  • WebexRemoteMedia: add error state (bb7d666)

1.38.0 (2020-03-18)

Features

  • constants: add prefix constant (9cc434d)
  • styles: add prefix variable (e61ec05)
  • WebexActivity: use class prefix (7f8f920)
  • WebexActivityStream: use class prefix (44a5364)
  • WebexInMeeting: use class prefix (55dbec7)
  • WebexInterstitialMeeting: use class prefix (a539699)
  • WebexLocalMedia: use class prefix (fe6547e)
  • WebexMeeting: use class prefix (210cae8)
  • WebexMeetingInfo: use class prefix (6e70df5)
  • WebexRemoteMedia: use class prefix (46f585f)

1.37.0 (2020-03-16)

Features

  • RemoteMedia: add loading media state (a907915)

1.36.2 (2020-03-02)

Bug Fixes

  • Meeting: add meeting control CSS styles on hover (a467c4d)
  • Meeting: add mobile-friendly and other style fixes (ec37845)
  • Meetings: hide/show meeting controls on hover (ac54314)

1.36.1 (2020-02-27)

Bug Fixes

  • InMeeting: add mobile-first styling (4563b88)

1.36.0 (2020-02-26)

Bug Fixes

  • LocalMedia: add 'no-media' CSS class when video is disabled (3aa112f)
  • package: add @juggle/resize-observer as Resize Observer pollyfil (5b5deb4)

Features

  • LocalMedia: add ability to size avatar based on container width (455952e)
  • hooks: add useElementDimensions (39f1c78)

1.35.3 (2020-02-25)

Bug Fixes

  • InMeeting: add style fixes (eda8e60)

1.35.2 (2020-02-18)

Bug Fixes

  • package: update Momentum UI to v23.2.1 (4c40717)

1.35.1 (2020-02-18)

Bug Fixes

  • Index: json adapters should not be part of the bundle (d234185)

1.35.0 (2020-01-30)

Bug Fixes

  • WebexLocalMedia: turn off avatar status display (8f8242c)

Features

  • WebexAvatar: add prop to disable status display (10114f0)

1.34.0 (2020-01-29)

Bug Fixes

  • hooks: modify useMeeting so it will not create new meetings (49b5559)
  • MeetingsJsonAdapter: update mute controls correct display (f2dc0b5)
  • WebexMeeting: update to only use useMeetingDestination (4b563fe)

Features

  • hooks: add useMeetingDestination (52e9851)
  • MeetingJsonAdapter: modify getMeeting to complete when meeting is left (b66455f)

1.33.0 (2020-01-29)

Bug Fixes

  • package: update @webex/component-adapter-interfaces to 1.9.0 (65375ff)

Features

  • MeetingsJsonAdapter: remote addLocalMedia() (d33d7ce)

1.32.1 (2020-01-28)

Bug Fixes

  • package: fix some volunerabilities (d2929d3)

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)

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)

1.30.0 (2020-01-22)

Features

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

1.29.1 (2020-01-15)

Bug Fixes

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

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)

1.28.0 (2020-01-13)

Features

  • RemoteMedia: add README (3b48af1)

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)

1.26.1 (2019-12-17)

Bug Fixes

  • WebexDataProvider: replace exact proptype with shape (7166846)

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)

1.25.0 (2019-12-04)

Features

  • WebexMeetingControl: implement component (b4fcf5a)
  • WebexMeetingControls: implement HOC (5c89588)

1.24.0 (2019-11-27)

Features

  • MeetingsJSONAdapter: add mute-audio meeting control (f6b7b98)

1.23.0 (2019-11-22)

Features

  • WebexLocalMedia: implement a component (73309fe)
  • UseVideo: implement a new hook (65cb656)
  • MeetingsJsonAdapter: implement getLocalMedia method (6f53f67)
  • MeetingsData: replace empty objects with null (e205748)

1.22.0 (2019-11-07)

Features

  • WebexMeetingInfo: add component (b66411c)

1.21.0 (2019-11-04)

Features

  • WebexDataProvider: add meetings adapter (0568cb5)
  • data: add meetings data (2fb36ac)
  • adapters: add MeetingsJSONAdapter to export (c13694f)
  • hooks: add useMeeting hook (904bc27)

1.20.0 (2019-11-01)

Features

  • MeetingsJsonAdapter: implement getMeeting (ea11f34)

1.19.2 (2019-10-31)

Bug Fixes

  • package: install mockdate (edf655c)
  • mocks: remove date-fns Jest mock (9b81c8a)
  • package: update date-fns to 2.6.0 (3dc8ad3)

1.19.1 (2019-10-30)

Bug Fixes

  • package: install meetings adapter interface (d018094)

1.19.0 (2019-10-29)

Bug Fixes

  • package: install component adapter interfaces (5a29ec7)

Features

  • adapters: remove adapter interfaces (77ed50e)
  • adapters: update interface imports (472cf5a)

1.18.1 (2019-10-08)

Bug Fixes

  • ActivityStream: fix display order of previous activities (fbc4dec)

1.18.0 (2019-10-07)

Features

  • RoomsAdapter: add hasMoreActivities to interface (33ffc99)
  • RoomsJSONAdapter: implement get previous activities chunking (9b2fd45)
  • ActivityStream: load more activities on scroll up (f4af0c8)
  • ActivityStream: load previous activities until container is filled (3a22bdf)

1.17.0 (2019-09-23)

Features

  • WebexAvatar: display gray empty avatar onError (17b89bc)

1.16.0 (2019-09-21)

Bug Fixes

  • components: update index file to export all components (a368ecc)

Features

  • WebexDataProvider: implement the component (c5d96c3)

1.15.0 (2019-09-20)

Bug Fixes

  • mocks: useActivityStream proper mock (ffffd92)

Features

  • data: add time ruler data (202bf41)
  • RoomsJsonAdapter: add time ruler support (e4b899c)
  • ActivityStream: add TimeRuler component (0bfbe08)

1.14.0 (2019-09-12)

Features

  • ActivityStream: implement component default state (92e720b)

1.13.0 (2019-09-11)

Bug Fixes

  • rooms: change title to more appropiate name (921fad3)
  • UnitTest: copy an object immutably (0672dfd)
  • RoomsJsonAdapter: invoke the appropiate method (4246685)
  • rooms: seperate acitivities id from room id (08b3ab6)

Features

  • ActivityStream: implement empty state (90c7c24)

1.12.1 (2019-09-11)

Bug Fixes

  • style: bundle momentum-ui styling modules (9701887)
  • activity: export component from index file (8ef4ddf)
  • activity: stringify date parameter (4e3e8e0)

1.12.0 (2019-09-10)

Features

  • rooms: implemented rooms JSON adapter interface (7d30e10)

1.11.0 (2019-09-05)

Features

  • rooms: create adapter interface (408e6bc)

1.10.2 (2019-09-04)

Performance Improvements

  • circleci: use workspace to presist the data between the jobs (c4aa0b8)

1.10.1 (2019-08-30)

Bug Fixes

  • circleci: validate build before releasing (e48c648)

1.10.0 (2019-08-29)

Bug Fixes

Features

  • data: add index module (a3fbe9a)
  • storybook: configure sass-resource-loader (3583a2e)
  • WebexActivity: implement component (9741751)

1.9.1 (2019-08-29)

Bug Fixes

  • hooks: add dependencies to effect hook (bd93a90)

1.9.0 (2019-08-28)

Features

  • hooks: add usePerson react hook (aafd563)

1.8.0 (2019-08-22)

Bug Fixes

  • ActivityAdapter: replace activity with activities (4006b47)
  • avatar: replace person with people (c850dbf)
  • PeopleJson: reword some terms to map accordingly (38991ce)

Features

  • ActivityJson: implement the adapter (f5f892b)

1.7.0 (2019-08-20)

Bug Fixes

  • people: rename person filename to people (82d9731)

Features

  • people: create person status enum (27843f8)
  • avatar: implement the component (5e35eec)
  • person: re-format the object and some prop values (728bc4b)

1.6.0 (2019-08-19)

Features

  • activity: add ActivityAdapter interface (b446e0d)

1.5.0 (2019-08-16)

Features

  • webexadapter: add datasource instance property (d244e13)
  • peopleadapter: extend WebexAdapter (3be7202)
  • peopleadapter: init with json data (d498811)
  • persondata: update shape (8be1928)

1.4.0 (2019-08-09)

Bug Fixes

  • .gitignore: watch only json files in src/data/ directory (8b0b4b9)

Features

  • peoplejsonadapter: create adapter and unit test (090376b)

1.3.0 (2019-08-08)

Features

  • peopleadapter: create an interface (3756f53)

1.2.1 (2019-08-08)

Bug Fixes

  • release: use default commit message to push to master (4f20a1c)

1.2.0 (2019-08-07)

Features

  • release: install and configure changlelog and git plugins (c5bbee4)