diff --git a/.circleci/config.yml b/.circleci/config.yml index 237fcd369ea..8af81ca3ac6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -262,6 +262,9 @@ jobs: COVERAGE: true steps: - checkout_and_fetch_tags + - run: sudo apt-get update + - browser-tools/install-chrome: + chrome-version: "114.0.5735.90" # https://github.com/CircleCI-Public/browser-tools-orb/issues/75 - browser-tools/install-browser-tools - install_graphicsmagick_and_libgcrypt - restore_node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index feceb8d353a..0d16d5de482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,76 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.60.1](https://github.com/webex/webex-js-sdk/compare/v2.60.0...v2.60.1) (2024-02-15) + + +### Bug Fixes + +* **meeting:** allow unmute request from user when unmuteAllowed becomes null ([#3382](https://github.com/webex/webex-js-sdk/issues/3382)) ([71f4205](https://github.com/webex/webex-js-sdk/commit/71f42052716634e901cf130b27584ba20f17c831)) + +## [2.60.0](https://github.com/webex/webex-js-sdk/compare/v2.59.8...v2.60.0) (2024-01-17) + + +### Features + +* **meetings:** add ability to reclaim host role with hostKey ([#3291](https://github.com/webex/webex-js-sdk/issues/3291)) ([137b528](https://github.com/webex/webex-js-sdk/commit/137b52827e5286b0396e825364876a40a586c8eb)) + +### [2.59.8](https://github.com/webex/webex-js-sdk/compare/v2.59.7...v2.59.8) (2023-11-16) + + +### Bug Fixes + +* **services:** added hostCatalog inside webex ([#3198](https://github.com/webex/webex-js-sdk/issues/3198)) ([cdaddc2](https://github.com/webex/webex-js-sdk/commit/cdaddc2ffb9b66b6003cc9d3d19cd4ddd5d0cabf)) + +### [2.59.7](https://github.com/webex/webex-js-sdk/compare/v2.59.6...v2.59.7) (2023-11-15) + + +### Bug Fixes + +* **plugin-meetings:** start transcription when guest user is admitted ([#3195](https://github.com/webex/webex-js-sdk/issues/3195)) ([e4c31a0](https://github.com/webex/webex-js-sdk/commit/e4c31a082fa3ad0c3ad9930ede8ea0e854db0c65)) + +### [2.59.6](https://github.com/webex/webex-js-sdk/compare/v2.59.5...v2.59.6) (2023-11-03) + + +### Bug Fixes + +* **meetings:** pass encrypted title based on APPI API for conversation ([#3166](https://github.com/webex/webex-js-sdk/issues/3166)) ([080d786](https://github.com/webex/webex-js-sdk/commit/080d786626d98c18eb6c4abdb004c112811f0e12)) + +### [2.59.5](https://github.com/webex/webex-js-sdk/compare/v2.59.4...v2.59.5) (2023-11-03) + + +### Bug Fixes + +* **plugin-meetings:** cherry-picked-PR-2782-from-beta ([#3160](https://github.com/webex/webex-js-sdk/issues/3160)) ([1acaac5](https://github.com/webex/webex-js-sdk/commit/1acaac5b1b3a3029882fd74c21c92dfcc41ee589)) + +### [2.59.4](https://github.com/webex/webex-js-sdk/compare/v2.59.3...v2.59.4) (2023-10-10) + + +### Bug Fixes + +* **plugin-meetings:** enable adhoc and unified space meeting by default ([#3137](https://github.com/webex/webex-js-sdk/issues/3137)) ([36c6022](https://github.com/webex/webex-js-sdk/commit/36c602292fbe5155fea3d2ef938c99e43443a2bc)) + +### [2.59.3](https://github.com/webex/webex-js-sdk/compare/v2.59.2...v2.59.3) (2023-09-06) + + +### Bug Fixes + +* **meeting:** added noFramesSent noVideoEncoded events ([#3041](https://github.com/webex/webex-js-sdk/issues/3041)) ([d0c3188](https://github.com/webex/webex-js-sdk/commit/d0c31884fddd0ebff575dcf422a30adb3e542632)) + +### [2.59.2](https://github.com/webex/webex-js-sdk/compare/v2.59.1...v2.59.2) (2023-08-28) + + +### Bug Fixes + +* **plugin-meetings:** no-frames-received-sent-stats-error ([#3017](https://github.com/webex/webex-js-sdk/issues/3017)) ([8c8cb6e](https://github.com/webex/webex-js-sdk/commit/8c8cb6e188d48f1b081e3eb4c7d5447eee40a315)) + +### [2.59.1](https://github.com/webex/webex-js-sdk/compare/v2.59.0...v2.59.1) (2023-08-14) + + +### Bug Fixes + +* **plugin-meetings:** added error for transcription not starting when guest joins first ([#2993](https://github.com/webex/webex-js-sdk/issues/2993)) ([68fc86b](https://github.com/webex/webex-js-sdk/commit/68fc86bfef4eedd191b916436171e8fac2c1271c)) + ## [2.59.0](https://github.com/webex/webex-js-sdk/compare/v2.58.1...v2.59.0) (2023-07-24) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c675f85056f..521fd7fffc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,8 @@ # Contributing +> ## Note: The master branch is being locked, and there won't be any more releases from that branch. Kindly initiate new pull requests against the next branch instead. + + We'd love for you to contribute to our source code and to make **Webex Javascript SDK** even better than it is today! If you would like to contribute to this repository by adding features, enhancements or bug fixes, you must follow our process: @@ -99,7 +102,7 @@ yarn install Build the SDK: ```bash -yarn run build +yarn run build:local ``` If at any point your out-of-the-box builds or failing or if you are tests are failing with complaints of an invalid node version, the following commands will reset and rebuild everything: @@ -226,7 +229,7 @@ To run tests on [Sauce Labs](https://saucelabs.com/) locally, you'll need to add git clone git@github.com:webex/webex-js-sdk.git cd webex-js-sdk yarn install -yarn run build +yarn run build:local yarn run samples:serve ``` diff --git a/docs/api/index.html b/docs/api/index.html index 3322b9e13b2..984590c345b 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -2,7 +2,7 @@ - webex-js-sdk 2.58.1 | Documentation + webex-js-sdk 2.60.0 | Documentation @@ -15,7 +15,7 @@

webex-js-sdk

-
2.58.1
+
2.60.0
webex-js-sdk #doTurnDiscovery +
  • + #isSkipped +
  • + @@ -4613,6 +4619,12 @@

    webex-js-sdk

    .addMember +
  • + .assignRoles +
  • +
  • @@ -4748,6 +4760,12 @@

    webex-js-sdk