Skip to content

Commit

Permalink
Merge branch 'main' into jaburnsi/update-adapter-dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBurnside authored Oct 22, 2024
2 parents dbeede0 + 734c905 commit 37bdd8b
Show file tree
Hide file tree
Showing 175 changed files with 1,204 additions and 1,374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "patch",
"area": "fix",
"workstream": "",
"comment": "Enable noUncheckedIndexedAccess in statefulcallclient and calling bindings",
"comment": "Expose environmentInfo in callClient state and callAdapter state",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "patch",
"type": "minor",
"area": "fix",
"workstream": "A11y",
"comment": "Fix issue where reactions button was not accessible via keyboard",
"comment": "add new strings to better announce the state of the participant",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "patch",
"area": "improvement",
"workstream": "",
"comment": "Fix noUncheckedIndexedAccess for react-composites",
"comment": "On safari, do not show speaker dropdown",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "patch",
"area": "improvement",
"workstream": "Accessibility",
"comment": "Add accessible name to video effects pane",
"workstream": "Calling dependency",
"comment": "Upgrade calling stable version to 1.29.1",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "patch",
"area": "fix",
"workstream": "",
"comment": "Ensure components re-render when adapter state changes by using useSelector instead of adapter.getState",
"comment": "Expose environmentInfo in callClient state and callAdapter state",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minor",
"area": "fix",
"workstream": "A11y",
"comment": "add new strings to better announce the state of the participant",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "A11y",
"comment": "Update aria-labels and contrast colors",
"workstream": "",
"comment": "Resolve console errors for aria-hidden",
"packageName": "@azure/communication-react",
"email": "edwardlee@microsoft.com",
"email": "jiangnanhello@live.com",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "patch",
"area": "improvement",
"workstream": "",
"comment": "Enable noUncheckedIndexedAccess for react-components",
"comment": "On safari, do not show speaker dropdown",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "minor",
"type": "patch",
"area": "improvement",
"workstream": "Localization",
"comment": "Add Welsh component and composite locales",
"workstream": "Calling dependency",
"comment": "Upgrade calling stable version to 1.29.1",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "",
"comment": "Resolve console errors for aria-hidden",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

14 changes: 0 additions & 14 deletions common/config/babel/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,7 @@ module.exports = {
// Demo feature. Used in live-documentation of conditional compilation.
// Do not use in production code.
"stabilizedDemo",
// Joining calls using teams token
"teams-identity-support",
// Feature for end call options
'end-call-options',
// Feature to support file sharing in Teams interoperability chats
"file-sharing-teams-interop",
// Feature for showing notifications
"notifications",
// Feature for tracking beta start call identifier
'start-call-beta',
// feature for adding JS helpers to the UI library API
"composite-js-helpers",
// Deep Noise Suppression feature
"DNS",
// Soft Mute feature for ACS calls and Interop calls
"soft-mute"
]
}
16 changes: 16 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
"shellCommand": "rush update --variant stable",
"safeForSimultaneousRushProcesses": true
},
{
"commandKind": "global",
"name": "update:beta",
"summary": "Update dependencies to beta versions.",
"description": "Update dependencies to beta versions.",
"shellCommand": "rush update",
"safeForSimultaneousRushProcesses": true
},
{
"commandKind": "global",
"name": "update:all-flavors",
Expand Down Expand Up @@ -115,6 +123,14 @@
"shellCommand": "rush update:stable",
"safeForSimultaneousRushProcesses": true
},
{
"commandKind": "global",
"name": "ub",
"summary": "SHORTNAME: update:beta",
"description": "SHORTNAME: update:beta",
"shellCommand": "rush update:beta",
"safeForSimultaneousRushProcesses": true
},
{
"commandKind": "global",
"name": "build:all-flavors",
Expand Down
4 changes: 2 additions & 2 deletions common/config/rush/variants/stable/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
// "some-library": "1.2.3"
// This is the version for stable build (please also update allowedAlternativeVersions below)
"@azure/communication-calling": "^1.28.4",
"@azure/communication-calling": "^1.29.1",
"@azure/communication-common": "2.3.0",
"@azure/communication-chat": "^1.5.2",
"@azure/communication-signaling": "1.0.0-beta.28",
Expand Down Expand Up @@ -58,7 +58,7 @@
*/
"allowedAlternativeVersions": {
// This is the version for stable build (please also update preferredVersions above)
"@azure/communication-calling": ["^1.28.4"],
"@azure/communication-calling": ["^1.29.1"],
"@azure/communication-common": ["2.3.0"],
"@azure/communication-chat": ["^1.5.2"],
"@azure/communication-signaling": ["1.0.0-beta.28"],
Expand Down
Loading

0 comments on commit 37bdd8b

Please sign in to comment.