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

Groom changelog branch #5459

Merged
Changes from all commits
Commits
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
21 changes: 3 additions & 18 deletions packages/communication-react/CHANGELOG.beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,13 @@
Mon, 02 Dec 2024 20:48:59 GMT
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.21.0...1.23.0-beta.1)

### Features
- TogetherMode APIs Update ([PR #5385](https://github.com/azure/communication-ui-library/pull/5385) by undefined)
- Included a common util method that set call features renderer info ([PR #5362](https://github.com/azure/communication-ui-library/pull/5362) by [email protected])
- Hard mute feature part1 - stateful client changes ([PR #5347](https://github.com/azure/communication-ui-library/pull/5347) by [email protected])
- Hard mute part 2 - component binding ([PR #5383](https://github.com/azure/communication-ui-library/pull/5383) by [email protected])
- Stream utils implementation for call feature streams. This also included the client state for together mode feature ([PR #5362](https://github.com/azure/communication-ui-library/pull/5362) by undefined)
- localization string for together mode ([PR #5415](https://github.com/azure/communication-ui-library/pull/5415) by [email protected])
- Fix conditional compile ([PR #5419](https://github.com/azure/communication-ui-library/pull/5419) by undefined)
- Add network signal to selector ([PR #5378](https://github.com/azure/communication-ui-library/pull/5378) by [email protected])
- Together Mode APIs ([PR #5385](https://github.com/azure/communication-ui-library/pull/5385) by undefined)
### Improvements
- Update `@azure/communication-calling` to 1.31.2-beta.1 and `@azure/communication-calling-effects` to 1.1.2 ([PR #5407](https://github.com/azure/communication-ui-library/pull/5407) by [email protected])
- Update minimum supported typescript version for node 22 support. ([PR #5399](https://github.com/azure/communication-ui-library/pull/5399) by [email protected])
- Add AAD sign out capability for sample app ([PR #5310](https://github.com/azure/communication-ui-library/pull/5310) by [email protected])
- Update `@azure/communication-calling-effects` to 1.1.2 ([PR #5407](https://github.com/azure/communication-ui-library/pull/5407) by [email protected])
- Update @azure/communication-calling to 1.31.2-beta.2 ([PR #5440](https://github.com/azure/communication-ui-library/pull/5440) by [email protected])

### Bug Fixes
- Fix configuration page dropdown properties when permissions have been blocked ([PR #5425](https://github.com/azure/communication-ui-library/pull/5425) by [email protected])
- Fix configuration page dropdown accessibility properties when permissions have been blocked ([PR #5425](https://github.com/azure/communication-ui-library/pull/5425) by [email protected])
- Fix call readiness modal being not dismissable by keyboard ([PR #5421](https://github.com/azure/communication-ui-library/pull/5421) by [email protected])
- Add Close aria label for spotlight prompt ([PR #5366](https://github.com/azure/communication-ui-library/pull/5366) by [email protected])
- Add Close aria label for spotlight prompt ([PR #5366](https://github.com/azure/communication-ui-library/pull/5366) by [email protected])
- Fix an issue where edited message could be saved without the content and attachments when rich text editor is enabled ([PR #5434](https://github.com/azure/communication-ui-library/pull/5434) by [email protected])
- Fix screenshare tab outline color when presenting ([PR #5431](https://github.com/azure/communication-ui-library/pull/5431) by [email protected])
- In CallCompsite, return focus to control bar when captions is closed from the captions settings button ([PR #5438](https://github.com/azure/communication-ui-library/pull/5438) by [email protected])
Expand All @@ -38,8 +24,7 @@ Mon, 02 Dec 2024 20:48:59 GMT
- Fix console error that requested teams conference details in unsupported calls ([PR #5444](https://github.com/azure/communication-ui-library/pull/5444) by [email protected])
- Fix A11y Properties of Participant List More Options to have aria-expanded, aria-controls and aria-label. Correctly apply focus when the CallComposite people pane is opened when no one else has joined the call. ([PR #5427](https://github.com/azure/communication-ui-library/pull/5427) by [email protected])
- Update aria-live property of notifications in the notification stack. Update camera button aria-label to indicate loading status to match announcer. ([PR #5428](https://github.com/azure/communication-ui-library/pull/5428) by [email protected])
- Fix bug so onfetchavatarpersonadata now allows returning undefined ([PR #5323](https://github.com/azure/communication-ui-library/pull/5323) by [email protected])
- add aria descriptions to reaction and raise buttons ([PR #5414](https://github.com/azure/communication-ui-library/pull/5414) by [email protected])
- Add aria descriptions to reaction and raise buttons ([PR #5414](https://github.com/azure/communication-ui-library/pull/5414) by [email protected])
- Fix string typo for captions dropdown info. Fix usePropsFor return type for RaiseHandButton. ([PR #5448](https://github.com/azure/communication-ui-library/pull/5448) by [email protected])


Expand Down
Loading