Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a6c5298
fix(WebexMeetings): update member name from join prompt (#240)
mkesavan13 Nov 13, 2024
eec8d28
chore(release): 1.27.6 [skip ci]
webex-components-publisher Nov 13, 2024
78c3e90
fix: updated-to-latest-components (#343)
adhmenon Nov 27, 2024
1dd0ec7
chore(release): 1.27.7 [skip ci]
webex-components-publisher Nov 27, 2024
6390d24
fix(release): accessibility issues fixed on components repo. (#346)
pagour98 Dec 11, 2024
6810d66
chore(release): 1.27.8 [skip ci]
webex-components-publisher Dec 11, 2024
7f36b73
feat(widgets): enable password and name inputs during init (#351)
sreenara Dec 30, 2024
c44bc19
chore(release): 1.28.0 [skip ci]
webex-components-publisher Dec 30, 2024
d9f6cc8
chore(coderabbit): create .coderabbit.yaml (#365)
sreenara Jan 29, 2025
e68e1f9
chore(pulls): update pull request for master (#448)
sreenara May 8, 2025
ff88612
fix(accessibility): fix wrong mic/camera instructions (#450)
khushi19099 May 28, 2025
005aeb4
chore(release): 1.28.1 [skip ci]
webex-components-publisher May 28, 2025
d728896
fix(Meeting Widget): stop screen readers focusing on visually hidden …
sokn-sys Sep 18, 2025
766a646
fix(meeting-widget): add custom focus management and arrow key naviga…
sokn-sys Oct 8, 2025
c50cf48
chore(release): 1.28.2 [skip ci]
webex-components-publisher Oct 22, 2025
b0a4d60
Merge branch 'master' into ccwidgets
bhabalan Nov 4, 2025
29f9891
chore(widgets): replace node-sass with sass
bhabalan Nov 5, 2025
1d1d6e6
chore(tooling): add @webex/package-tools as a dev dependency
bhabalan Nov 5, 2025
0f8a154
chore(tooling): add deploy:npm scripts to all workspaces
bhabalan Nov 10, 2025
98e9e3e
fix(tooling): do dry run for publish
bhabalan Nov 13, 2025
e11fb4c
fix(tooling): optimize deploy GH action
bhabalan Nov 13, 2025
e450caf
fix(tooling): fix syntax error in deploy.yml
bhabalan Nov 13, 2025
21b8114
fix(tooling): dont deploy if no changed packages
bhabalan Nov 13, 2025
0551667
fix(tooling): optimize build pipeline for deploy
bhabalan Nov 13, 2025
2e0f5a7
chore(tooling): dummy changes to trigger publish
bhabalan Nov 13, 2025
3ced109
fix(tooling): remove exec vulnerability in deploy.yml
bhabalan Nov 13, 2025
714cf19
Revert "chore(tooling): dummy changes to trigger publish"
bhabalan Nov 13, 2025
c10ac11
fix(tooling): deploy action yarn dry run with -W flag
bhabalan Nov 13, 2025
52f482a
chore(tooling): dummy commit to trigger a publish
bhabalan Nov 13, 2025
a5657fe
chore(tooling): publish-tag on commit to ccwidgets branch
bhabalan Nov 17, 2025
6818129
chore(tooling): remove yarn ws:tools from publish-tag
bhabalan Nov 17, 2025
0ffe5b4
chore(tooling): dummy change to trigger a publish
bhabalan Nov 17, 2025
2a99b70
chore(tooling): cache built distributables for deploy
bhabalan Nov 17, 2025
fb67a30
chore(tooling): bump package-tools to 0.0.0-next.6
bhabalan Nov 18, 2025
caa1010
feat(docs): add github pages support
bhabalan Nov 23, 2025
322c54f
chore(docs): remove redundant copy_to_docs.sh call in gh actions
bhabalan Nov 23, 2025
373bf4e
chore(docs): try fix workflow for docs
bhabalan Nov 23, 2025
06876ce
chore(docs): try fix workflow for docs 2
bhabalan Nov 23, 2025
647130f
chore(docs): remove docs from .gitignore
bhabalan Nov 23, 2025
58bd7f0
chore(docs): update docs/changelog/index.html
bhabalan Nov 23, 2025
e54d8bc
chore(docs): dummy change
bhabalan Nov 23, 2025
11572a6
chore(docs): dummy changes
bhabalan Nov 23, 2025
ca0fe43
fix(tooling): publish individula tags per yarn workspace
bhabalan Nov 23, 2025
433b552
chore(docs): dummy changes
bhabalan Nov 23, 2025
bca02b4
chore(tooling): disable husky in deploy.yml actions
bhabalan Nov 23, 2025
e174971
fix(docs): add link to changelog
bhabalan Nov 23, 2025
1949889
fix(docs): fix old changelog.md link in changelog tool
bhabalan Nov 23, 2025
7ec0151
chore(tooling): publish tag only for main packages
bhabalan Nov 24, 2025
344bd9f
chore(tooling): dummy commit to trigger a release
bhabalan Nov 24, 2025
93c5ba9
Merge branch 'ccwidgets' into ccwidgets
bhabalan Nov 25, 2025
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
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This is for compliance purposes with FedRAMP program.
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

## The GAI Coding Policy And Copyright Annotation Best Practices ##

<!-- **MANDATORY** If Yes, Mention the GAI Coding Policy Copyright Annotation Best Practices followed separated by a comma below the yes checkbox -->

- [ ] GAI was not used (or, no additional notation is required)
- [ ] Code was generated entirely by GAI
- [ ] GAI was used to create a draft that was subsequently customized or modified
Expand All @@ -63,4 +63,4 @@ This is for compliance purposes with FedRAMP program.

---

Make sure to have followed the [contributing guidelines](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md#submitting-a-pull-request) before submitting.
Make sure to have followed the [contributing guidelines](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md#submitting-a-pull-request) before submitting.
Loading
Loading