Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Update CONTRIBUTING.md #3680

Open
wants to merge 35 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
68fc86b
fix(plugin-meetings): added error for transcription not starting when…
Kesari3008 Aug 14, 2023
0225bb2
docs(api): update docs [skip ci]
Aug 14, 2023
5b90cc1
chore(release): v2.59.1 [skip ci]
Aug 14, 2023
3e2d9e1
chore: add notice to raise further PRs against next branch (#3019)
rajeshtezu Aug 23, 2023
0946868
docs(api): update docs [skip ci]
Aug 23, 2023
b9ac76b
chore: remove html & css styles from notice (#3022)
rajeshtezu Aug 24, 2023
d3511ce
docs(api): update docs [skip ci]
Aug 24, 2023
8c8cb6e
fix(plugin-meetings): no-frames-received-sent-stats-error (#3017)
Shreyas281299 Aug 28, 2023
293a3c0
docs(api): update docs [skip ci]
Aug 28, 2023
c170725
chore(release): v2.59.2 [skip ci]
Aug 28, 2023
d0c3188
fix(meeting): added noFramesSent noVideoEncoded events (#3041)
Shreyas281299 Sep 6, 2023
8db754f
docs(api): update docs [skip ci]
Sep 6, 2023
e5c1007
chore(release): v2.59.3 [skip ci]
Sep 6, 2023
36c6022
fix(plugin-meetings): enable adhoc and unified space meeting by defau…
arun3528 Oct 10, 2023
c93b810
docs(api): update docs [skip ci]
Oct 10, 2023
e27c00a
chore(release): v2.59.4 [skip ci]
Oct 10, 2023
1acaac5
fix(plugin-meetings): cherry-picked-PR-2782-from-beta (#3160)
Shreyas281299 Nov 3, 2023
2389b87
docs(api): update docs [skip ci]
Nov 3, 2023
03afe2c
chore(release): v2.59.5 [skip ci]
Nov 3, 2023
080d786
fix(meetings): pass encrypted title based on APPI API for conversatio…
Neeraj-swarnkar Nov 3, 2023
50176fb
docs(api): update docs [skip ci]
Nov 3, 2023
5aff0c0
chore(release): v2.59.6 [skip ci]
Nov 3, 2023
e4c31a0
fix(plugin-meetings): start transcription when guest user is admitted…
meta-dipanshu-sharma Nov 15, 2023
6f0b539
docs(api): update docs [skip ci]
Nov 15, 2023
799bea1
chore(release): v2.59.7 [skip ci]
Nov 15, 2023
cdaddc2
fix(services): added hostCatalog inside webex (#3198)
Kesari3008 Nov 16, 2023
975797e
docs(api): update docs [skip ci]
Nov 16, 2023
19658c8
chore(release): v2.59.8 [skip ci]
Nov 16, 2023
137b528
feat(meetings): add ability to reclaim host role with hostKey (#3291)
sreenara Jan 17, 2024
f7f9d94
docs(api): update docs [skip ci]
Jan 17, 2024
e2db830
chore(release): v2.60.0 [skip ci]
Jan 17, 2024
71f4205
fix(meeting): allow unmute request from user when unmuteAllowed becom…
arun3528 Feb 15, 2024
bec17b3
docs(api): update docs [skip ci]
Feb 15, 2024
824d365
chore(release): v2.60.1 [skip ci]
Feb 15, 2024
c1ea23f
Update CONTRIBUTING.md
Kesari3008 Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -226,7 +229,7 @@ To run tests on [Sauce Labs](https://saucelabs.com/) locally, you'll need to add
git clone [email protected]:webex/webex-js-sdk.git
cd webex-js-sdk
yarn install
yarn run build
yarn run build:local
yarn run samples:serve
```

Expand Down
Loading
Loading