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

update sdk #567

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]

### Added
- Added correct OCChatSDKTelemetryData type when telemetry event builder is alled for logSDKEvent

- Added correct OCChatSDKTelemetryData type when telemetry event builder is alled for logSDKEvent
- Added Event broadcast from OOH pane when minimized so that iframe width height is adjusted
- Padding property to control the padding size choice input adaptive card form field

### Fixed

- Fixed resetting request id when getConversationDetails returns wrap or closed state
- For disconnected chats, perform a soft end chat.
- Audio button visibility state is tied to audio mute state.
Expand All @@ -21,6 +23,7 @@ All notable changes to this project will be documented in this file.

### Changed

- Uptake [@microsoft/omnichannel-chat-sdk@1.10.3](https://www.npmjs.com/package/@microsoft/omnichannel-chat-sdk/v/1.10.3)
- Uptake [@microsoft/omnichannel-chat-sdk@1.10.2](https://www.npmjs.com/package/@microsoft/omnichannel-chat-sdk/v/1.10.2)
- Uptake [@opentelemetry/api@1.9.0](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0)
- Uptake [@azure/core-tracing@1.2.0](https://www.npmjs.com/package/@azure/core-tracing/v/1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion chat-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@azure/core-tracing": "^1.2.0",
"@microsoft/omnichannel-chat-components": "1.1.5",
"@microsoft/omnichannel-chat-sdk": "^1.10.2",
"@microsoft/omnichannel-chat-sdk": "^1.10.3",
"@opentelemetry/api": "^1.9.0",
"abort-controller-es5": "^2.0.1",
"dompurify": "^2.5.4",
Expand Down
8 changes: 4 additions & 4 deletions chat-widget/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2326,10 +2326,10 @@
rxjs "^5.0.3"
styled-components "^5.3.1"

"@microsoft/omnichannel-chat-sdk@^1.10.2":
version "1.10.2"
resolved "https://registry.yarnpkg.com/@microsoft/omnichannel-chat-sdk/-/omnichannel-chat-sdk-1.10.2.tgz#467641aecf7a5be3e93ce470e9e073073d7440bb"
integrity sha512-mz82hpfKIOQdU7vHuIu3Q07P+NfPaipncxroIDOEl0Yjt/KL/GUv7J3Tpu5KaiRxesTZkeZuoalTnQmTS0HXyA==
"@microsoft/omnichannel-chat-sdk@^1.10.3":
version "1.10.3"
resolved "https://registry.yarnpkg.com/@microsoft/omnichannel-chat-sdk/-/omnichannel-chat-sdk-1.10.3.tgz#4831a99409bfc0891cfcea7a759bcd1de77deef4"
integrity sha512-cqZr1LbDMPx5xjpd2Fc+O3M7WoSfhml7sha/zAtyFiPNSNwMzueTF+r8K1gIZY17Ff1ooEdNPdNdrfJK6Yfhgg==
dependencies:
"@azure/communication-chat" "1.5.2"
"@azure/communication-common" "2.3.1"
Expand Down