@azure/communication-react 1.5.1-beta.2 → 1.5.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.beta.md +56 -1
- package/CHANGELOG.json +494 -0
- package/README.md +1 -1
- package/dist/communication-react.d.ts +476 -254
- package/dist/dist-cjs/communication-react/index.js +5974 -4543
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +13 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +36 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +49 -0
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +53 -0
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +12 -4
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +22 -32
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +3 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +68 -22
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +8 -3
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +81 -30
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +57 -0
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +19 -21
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +17 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +0 -9
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +3 -6
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +2 -25
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +7 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +10 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +58 -4
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts +4 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js +4 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +32 -26
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +5 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +6 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +7 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/CameraButton.js +0 -14
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/Caption.js +33 -0
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +32 -30
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +88 -0
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +16 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +19 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +4 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +38 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +14 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +96 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +5 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +36 -4
- package/dist/dist-esm/react-components/src/components/MessageThread.js +88 -42
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.d.ts +70 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +52 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/index.js +7 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +60 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +86 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +28 -0
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +6 -4
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/utils.js +4 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +5 -2
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +3 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +3 -1
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +1 -1
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +5 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +18 -4
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +48 -0
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js +4 -0
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -0
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +21 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/types/index.js +1 -0
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +65 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +13 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +67 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +43 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +95 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +5 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +9 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +13 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +5 -87
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +15 -75
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +11 -15
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +17 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +51 -17
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +24 -14
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +5 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +15 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +19 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +68 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +107 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +38 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +30 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +286 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/CustomButton.d.ts +19 -16
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/CustomButton.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/ControlBar}/DesktopMoreButton.d.ts +4 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +193 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.d.ts +15 -2
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.js +109 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js +24 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.js +55 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.js +25 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +7 -2
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -10
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +165 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +66 -1
- package/package.json +14 -15
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +0 -29
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +0 -54
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.d.ts +0 -13
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.js +0 -35
- package/dist/dist-esm/react-components/src/components/styles/CaptionsBanner.style.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -28
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +0 -194
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js +0 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -86
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +0 -11
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +0 -19
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +0 -1
package/CHANGELOG.beta.md
CHANGED
@@ -1,9 +1,64 @@
|
|
1
1
|
# Change Log - @azure/communication-react
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 28 Apr 2023 23:16:11 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [1.5.1-beta.4](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.5.1-beta.4)
|
8
|
+
|
9
|
+
Fri, 28 Apr 2023 23:16:11 GMT
|
10
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/@azure/communication-react_v1.5.1-beta.3...@azure/communication-react_v1.5.1-beta.4)
|
11
|
+
|
12
|
+
### Bug fixes
|
13
|
+
- Revert a breaking change for createAzureCommunicationCallWithChatAdapterFromClients
|
14
|
+
|
15
|
+
## [1.5.1-beta.3](https://github.com/azure/communication-ui-library/tree/1.5.1-beta.3)
|
16
|
+
|
17
|
+
Mon, 24 Apr 2023 15:39:35 GMT
|
18
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.5.1-beta.2...1.5.1-beta.3)
|
19
|
+
|
20
|
+
### Closed Captions - Public Preview
|
21
|
+
The Web UI Calling and CallWithChat composite now supports Closed Captions in Teams Interop and Teams CTE scenarios.
|
22
|
+
|
23
|
+
This feature includes:
|
24
|
+
- Ability to enable, and show/hide closed captions in a call
|
25
|
+
- Choose or change the captions spoken language
|
26
|
+
- Ability to scroll through past 50 dialogues after captions has been enabled
|
27
|
+
|
28
|
+
|
29
|
+
### Inline Images - Public Preview
|
30
|
+
The Web UI Chat Composite now supports teams interop images. An image from teams will be retrieved automatically by our composite.
|
31
|
+
|
32
|
+
This feature includes:
|
33
|
+
- Message bubble can now provide the ability to download an image protected by header-based authentication
|
34
|
+
- Developers can write there own HTTP call to get the image so you can provide the applicable headers
|
35
|
+
|
36
|
+
### Features
|
37
|
+
- Add new message type BlockedMessage ([PR #2821](https://github.com/azure/communication-ui-library/pull/2821) by 77021369+jimchou-dev@users.noreply.github.com)
|
38
|
+
- Implement inline image attachment for chat UI component ([PR #2894](https://github.com/azure/communication-ui-library/pull/2894) by 77021369+jimchou-dev@users.noreply.github.com)
|
39
|
+
- Enable Teams adhoc call for startCall handler ([PR #2914](https://github.com/azure/communication-ui-library/pull/2914) by 79475487+mgamis-msft@users.noreply.github.com)
|
40
|
+
- Captions feature changes ([PR #2846](https://github.com/azure/communication-ui-library/pull/2846)) ([PR #2960](https://github.com/azure/communication-ui-library/pull/2960) by carolinecao@microsoft.com)
|
41
|
+
|
42
|
+
|
43
|
+
### Bug fixes
|
44
|
+
- Edit message error handling UI in ChatThread component ([PR #2891](https://github.com/azure/communication-ui-library/pull/2891) by 3941071+emlynmac@users.noreply.github.com)
|
45
|
+
- Fix High Contrast issues with the screenshare button and end call button ([PR #2956](https://github.com/azure/communication-ui-library/pull/2956) by 94866715+dmceachernmsft@users.noreply.github.com)
|
46
|
+
- Update forced colours on configuration screen to allow better high contrast experience for user ([PR #2955](https://github.com/azure/communication-ui-library/pull/2955) by 94866715+dmceachernmsft@users.noreply.github.com)
|
47
|
+
- Update error message for unsupported chat thread types ([PR #2907](https://github.com/azure/communication-ui-library/pull/2907) by 77021369+jimchou-dev@users.noreply.github.com)
|
48
|
+
- Set min height to control bar to fix issue where control bar contrainer would collapse when side pane buttons are disabled in Composites ([PR #2963](https://github.com/azure/communication-ui-library/pull/2963) by 94866715+dmceachernmsft@users.noreply.github.com)
|
49
|
+
- Center more button in video tile ([PR #2902](https://github.com/azure/communication-ui-library/pull/2902) by edwardlee@microsoft.com)
|
50
|
+
- Center call control buttons with regard to viewport width ([PR #2847](https://github.com/azure/communication-ui-library/pull/2847) by carolinecao@microsoft.com)
|
51
|
+
- Fix bug when panel is open, error bar is overlayed on top ([PR #2848](https://github.com/azure/communication-ui-library/pull/2848) by carolinecao@microsoft.com)
|
52
|
+
- Fix side pane overlapping with composite when window is narrow ([PR #2864](https://github.com/azure/communication-ui-library/pull/2864) by 79475487+mgamis-msft@users.noreply.github.com)
|
53
|
+
- Prevent overflow of call composite in call with chat composite when side pane is open ([PR #2861](https://github.com/azure/communication-ui-library/pull/2861) by 79475487+mgamis-msft@users.noreply.github.com)
|
54
|
+
- Replace Coffee Icon with Spinner ([PR #2885](https://github.com/azure/communication-ui-library/pull/2885) by 97124699+prabhjot-msft@users.noreply.github.com)
|
55
|
+
- Fix hold button behavior to dismiss drawer after call is placed on hold ([PR #2904](https://github.com/azure/communication-ui-library/pull/2904) by 94866715+dmceachernmsft@users.noreply.github.com)
|
56
|
+
|
57
|
+
|
58
|
+
### Improvements
|
59
|
+
- Update `@fluentui/react-file-type-icons` to v8.8.13 ([PR #2934](https://github.com/azure/communication-ui-library/pull/2934) by 2684369+JamesBurnside@users.noreply.github.com)
|
60
|
+
- Use common control bar for Call and CallWithChat ([PR #2856](https://github.com/azure/communication-ui-library/pull/2856) by jiangnanhello@live.com)
|
61
|
+
|
7
62
|
## [1.5.1-beta.2](https://github.com/azure/communication-ui-library/tree/1.5.1-beta.2)
|
8
63
|
|
9
64
|
Tue, 28 Mar 2023 16:00:31 GMT
|
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,500 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Fri, 28 Apr 2023 23:16:11 GMT",
|
6
|
+
"tag": "@azure/communication-react_v1.5.1-beta.4",
|
7
|
+
"version": "1.5.1-beta.4",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
12
|
+
"package": "@azure/communication-react",
|
13
|
+
"commit": "5ebc7c05bc801577b43366c7d04bf92a440a9eeb",
|
14
|
+
"comment": "Bumped"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
18
|
+
"package": "@azure/communication-react",
|
19
|
+
"commit": "810937843fd0b95bf6ff562321a45c98b1472158",
|
20
|
+
"comment": "Create"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "joshlai@microsoft.com",
|
26
|
+
"package": "@azure/communication-react",
|
27
|
+
"commit": "91ed8bcb2ddf81263b0fb3e1aadcd535eb76d034",
|
28
|
+
"comment": "[ChatMessageContent] Updating the warning text to be string | undefined"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "joshlai@microsoft.com",
|
32
|
+
"package": "@azure/communication-react",
|
33
|
+
"commit": "f5a3bd3322380aab059d41af4df753206c41be94",
|
34
|
+
"comment": "[MessageThread] Remove extra arguments on CancelEditCallback"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "joshlai@microsoft.com",
|
38
|
+
"package": "@azure/communication-react",
|
39
|
+
"commit": "250f8b2206489f1cbb44ba69b038f061ef18beb3",
|
40
|
+
"comment": "[AzureCommunicationCallWithChatAdapter] Creating call with chat adapter from state now take an options bag"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "jiangnanhello@live.com",
|
44
|
+
"package": "@azure/communication-react",
|
45
|
+
"commit": "63361154b6beb8e861a6fcd84f52ff30908b72c3",
|
46
|
+
"comment": "Revert \"[Chat][Feature] Preliminary implementation of _AtMentionFlyout component (#2879)\""
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Mon, 24 Apr 2023 15:39:35 GMT",
|
53
|
+
"tag": "@azure/communication-react_v1.5.1-beta.3",
|
54
|
+
"version": "1.5.1-beta.3",
|
55
|
+
"comments": {
|
56
|
+
"none": [
|
57
|
+
{
|
58
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
59
|
+
"package": "@azure/communication-react",
|
60
|
+
"commit": "c8bfc196d2a6556defd5ee8687bc758200b43896",
|
61
|
+
"comment": "Remove instruction of merging release branch to main in creating-a-release doc"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"author": "jiangnanhello@live.com",
|
65
|
+
"package": "@azure/communication-react",
|
66
|
+
"commit": "6ad3d84f519e71a3706b982669b9bd09be66fd21",
|
67
|
+
"comment": "Add switch case support for cc"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
71
|
+
"package": "@azure/communication-react",
|
72
|
+
"commit": "5cae388f3bd54c64cbc999696f42fc474fa0dc31",
|
73
|
+
"comment": "update webpack to copy backgrounds in prod builds"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "miguelgamis@microsoft.com",
|
77
|
+
"package": "@azure/communication-react",
|
78
|
+
"commit": "23680c84c20851a9c7e5fde9d3b40f62a77fc968",
|
79
|
+
"comment": "Fix usePropsFor hook storybook snippet"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
83
|
+
"package": "@azure/communication-react",
|
84
|
+
"commit": "784fd9271278493752eaa24b62de983ad583d383",
|
85
|
+
"comment": "Sync release notes with release branch"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
89
|
+
"package": "@azure/communication-react",
|
90
|
+
"commit": "a0c332dcd774b47461bbe9491771a62813e7887c",
|
91
|
+
"comment": "Update to Calling 1.12.0-beta.2 for beta dependency."
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"author": "jiangnanhello@live.com",
|
95
|
+
"package": "@azure/communication-react",
|
96
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
97
|
+
"comment": "Closed caption hermetic tests in callwithchat"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
101
|
+
"package": "@azure/communication-react",
|
102
|
+
"commit": "469d4af5dc687a6914dc4adde7bafaa11af6d480",
|
103
|
+
"comment": "Add tool to perform typescript regression checks as part of CI and update documented typescript version"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"author": "jiangnanhello@live.com",
|
107
|
+
"package": "@azure/communication-react",
|
108
|
+
"commit": "5e6930887200b1ba4d76c6c1bfebc697a19b96a9",
|
109
|
+
"comment": "Add CC to auto add `export {}`"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"author": "carolinecao@microsoft.com",
|
113
|
+
"package": "@azure/communication-react",
|
114
|
+
"commit": "29ee519b0498b318a993b2148b1a8f24f1c09d95",
|
115
|
+
"comment": "Update storybook adapter doc for captions adapter changes"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
119
|
+
"package": "@azure/communication-react",
|
120
|
+
"commit": "784fd9271278493752eaa24b62de983ad583d383",
|
121
|
+
"comment": "Bumped"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
125
|
+
"package": "@azure/communication-react",
|
126
|
+
"commit": "4688ec6425cf8d6d725172bf54df9804639a6a05",
|
127
|
+
"comment": "Fix import statements on camera button and screenshare button pages."
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
131
|
+
"package": "@azure/communication-react",
|
132
|
+
"commit": "510a5b81756fa6761cdc3e18b13f0e4c3a65831e",
|
133
|
+
"comment": "Unblock PR failures by updating user agent used in e2e tests"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "jiangnanhello@live.com",
|
137
|
+
"package": "@azure/communication-react",
|
138
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
139
|
+
"comment": "Hermetic tests for closed caption feature"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"author": "jiangnanhello@live.com",
|
143
|
+
"package": "@azure/communication-react",
|
144
|
+
"commit": "75b38ecdfb7219edf528cedf42c1d8079d29d5a8",
|
145
|
+
"comment": "Update test for new call composite control"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
149
|
+
"package": "@azure/communication-react",
|
150
|
+
"commit": "318e0a9e8d1f504d7970c9c414a2134809c6a892",
|
151
|
+
"comment": "migrate enzyme tests to react-testing-library tests"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
155
|
+
"package": "@azure/communication-react",
|
156
|
+
"commit": "4f35307bccc73768841343b67d6604c69c7ba242",
|
157
|
+
"comment": "Revert bug fix \"Video gallery show local tile and horizontal/vertical gallery when screensharing with no participant (#2822)\""
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"author": "98852890+vhuseinova-msft@users.noreply.github.com",
|
161
|
+
"package": "@azure/communication-react",
|
162
|
+
"commit": "5ee425006842b54237eefe1341ca509bf323abb9",
|
163
|
+
"comment": "Updated CODEOWNERS"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"author": "carolinecao@microsoft.com",
|
167
|
+
"package": "@azure/communication-react",
|
168
|
+
"commit": "7d6294c74fefb527fec0cc93c6e3f0ff2d868665",
|
169
|
+
"comment": "Fixed captionsBannerProps naming to adhere to internal type naming convention, improved styling and internal storybook"
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"author": "carolinecao@microsoft.com",
|
173
|
+
"package": "@azure/communication-react",
|
174
|
+
"commit": "f83f20cedf0cf3291f911d0678ba3b5c6bb9c688",
|
175
|
+
"comment": "Update caption component UI and make sure captions banner auto scroll only happens when user is scrolled to bottom"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
179
|
+
"package": "@azure/communication-react",
|
180
|
+
"commit": "1ce18b55096505f27860c611d457ccdf7b3d2f4e",
|
181
|
+
"comment": "Unblock PR failures by updating user agent used in e2e tests"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"author": "jiangnanhello@live.com",
|
185
|
+
"package": "@azure/communication-react",
|
186
|
+
"commit": "d7f7affa26a25ae3a883af558d052d5ba2b686fc",
|
187
|
+
"comment": "Update cc plugin for array and classMethod params"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
191
|
+
"package": "@azure/communication-react",
|
192
|
+
"commit": "cb0388b607cd6051c92064020f8ed6bf40a85202",
|
193
|
+
"comment": "Storybook update to talk about CRA template."
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "jiangnanhello@live.com",
|
197
|
+
"package": "@azure/communication-react",
|
198
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
199
|
+
"comment": "Use proxy for features"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"prerelease": [
|
203
|
+
{
|
204
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
205
|
+
"package": "@azure/communication-react",
|
206
|
+
"commit": "a935fd050c4eb9868e97cd3c91fadf61fb95b7dd",
|
207
|
+
"comment": "Added mapping for inline image e2e support"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
211
|
+
"package": "@azure/communication-react",
|
212
|
+
"commit": "99fc5b96a33da7aa206fd3944434b324ed56aff4",
|
213
|
+
"comment": "Implement inline image attachment for chat UI component"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
217
|
+
"package": "@azure/communication-react",
|
218
|
+
"commit": "912ffd0f774d4c3e11cfe36d576299deac71d0b1",
|
219
|
+
"comment": "Teams adhoc call enabled for startCall handler"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"author": "carolinecao@microsoft.com",
|
223
|
+
"package": "@azure/communication-react",
|
224
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
225
|
+
"comment": "Fixed join call error bug and bug when participants can not receive latest spoken language"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"author": "jiangnanhello@live.com",
|
229
|
+
"package": "@azure/communication-react",
|
230
|
+
"commit": "034f3ad70caf2d874dc152419e0df88ebf59d5c7",
|
231
|
+
"comment": "Add scrollbar style to captions"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
235
|
+
"package": "@azure/communication-react",
|
236
|
+
"commit": "580d09b632e653ad0e99a52f53c4d72f44e2b9ec",
|
237
|
+
"comment": "Adapter API changes to add preset backgrounds to adapter"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
241
|
+
"package": "@azure/communication-react",
|
242
|
+
"commit": "778cbf256b4aa38f77d7e89d4f03d0a950888dfd",
|
243
|
+
"comment": "Update video gallery storybook page for better context of layouts and galleries. update API for better naming"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
247
|
+
"package": "@azure/communication-react",
|
248
|
+
"commit": "188eff4d057bb3e871d9f6f55ae1495b07ddfc5d",
|
249
|
+
"comment": "Add AtMentionFlyout component with preliminary positioning and internal storybook page"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "jiangnanhello@live.com",
|
253
|
+
"package": "@azure/communication-react",
|
254
|
+
"commit": "95dc2395247ed9009b9a5c5fec316d9dbcf10d0d",
|
255
|
+
"comment": "Use common control in call"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
259
|
+
"package": "@azure/communication-react",
|
260
|
+
"commit": "4c817a14605db72fb8cc0f1fa82bd4b34b670265",
|
261
|
+
"comment": "Rename blurred background callback arguments"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
265
|
+
"package": "@azure/communication-react",
|
266
|
+
"commit": "ac578fae0c6e4458323687235ae551f43614b9a8",
|
267
|
+
"comment": "Remove effects options from camera button in case handler is not passed"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
271
|
+
"package": "@azure/communication-react",
|
272
|
+
"commit": "591b2c0f80ebc31aa08a86fcf4b506115b22108e",
|
273
|
+
"comment": "Fix multiple fetch inline image requests"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "joshlai@microsoft.com",
|
277
|
+
"package": "@azure/communication-react",
|
278
|
+
"commit": "e075d787050297788204acebcc26fc31d90e5116",
|
279
|
+
"comment": "Introduce options bag wehen creating adapter"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
283
|
+
"package": "@azure/communication-react",
|
284
|
+
"commit": "5d3cef231b4210829d2da7574f0c80865041baf3",
|
285
|
+
"comment": "Added inline image e2e test"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
289
|
+
"package": "@azure/communication-react",
|
290
|
+
"commit": "442a0f6cf25b48b590e3b639d223e07a16e8175f",
|
291
|
+
"comment": "added adapter method to update selected video background effect"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
295
|
+
"package": "@azure/communication-react",
|
296
|
+
"commit": "f64656e8eaf4404135ed714eeecc3fe0a1be2c0e",
|
297
|
+
"comment": "Support background effects in config screen"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
301
|
+
"package": "@azure/communication-react",
|
302
|
+
"commit": "442a0f6cf25b48b590e3b639d223e07a16e8175f",
|
303
|
+
"comment": "start/stop selected video effect when camera is off"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
307
|
+
"package": "@azure/communication-react",
|
308
|
+
"commit": "fbcff316ef6c1da36b6b2d1b2dc6f8434a5056f4",
|
309
|
+
"comment": "Add errors for video effects"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
313
|
+
"package": "@azure/communication-react",
|
314
|
+
"commit": "53d6e76e904244c83a387ba2ebeab2dc9f7ddc22",
|
315
|
+
"comment": "Add Video Effects Pane to Call Composite"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
319
|
+
"package": "@azure/communication-react",
|
320
|
+
"commit": "15d070df65e071f3487bf821bacbbea13ad69233",
|
321
|
+
"comment": "Selector for selected video effect"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"author": "carolinecao@microsoft.com",
|
325
|
+
"package": "@azure/communication-react",
|
326
|
+
"commit": "8d254461ecdfe42272bf79be0047ca9ed092e64a",
|
327
|
+
"comment": "String translation for beta release 1.5.1-beta.3"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"author": "joshlai@microsoft.com",
|
331
|
+
"package": "@azure/communication-react",
|
332
|
+
"commit": "5cd0bfe2f22dd371f5ade4f60287edf9f8d904a1",
|
333
|
+
"comment": "[Storybook] Introduce new button for message thread with inline images mock"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
337
|
+
"package": "@azure/communication-react",
|
338
|
+
"commit": "ac578fae0c6e4458323687235ae551f43614b9a8",
|
339
|
+
"comment": "Remove effects options from camera button in case handler is not passed"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
343
|
+
"package": "@azure/communication-react",
|
344
|
+
"commit": "fa194baa9ef4e1c5fb8e4c39fb8a0f3838bdacb4",
|
345
|
+
"comment": "Add Blur and remove effects to VideoEffectsPane"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
349
|
+
"package": "@azure/communication-react",
|
350
|
+
"commit": "0ccee3236816484de871bb8deba1a2dcb689eb5d",
|
351
|
+
"comment": "Add custom background in Call and CallWithChat Composite smaples"
|
352
|
+
}
|
353
|
+
],
|
354
|
+
"patch": [
|
355
|
+
{
|
356
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
357
|
+
"package": "@azure/communication-react",
|
358
|
+
"commit": "1504efafbe0524c6f914fe47de16b597a6b25ac8",
|
359
|
+
"comment": "Fixed storybook order and typo"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
363
|
+
"package": "@azure/communication-react",
|
364
|
+
"commit": "ed6ab79f49bafe8f5b720ccadbbca4efd12090b8",
|
365
|
+
"comment": "Fix High Contrast issues with the screenshare button and end call button."
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "miguelgamis@microsoft.com",
|
369
|
+
"package": "@azure/communication-react",
|
370
|
+
"commit": "f6f519b350367d06dfff99ef8d7da8a4ee3a21f1",
|
371
|
+
"comment": "Prevent overflow of VideoGallery when side pane is open"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
375
|
+
"package": "@azure/communication-react",
|
376
|
+
"commit": "86588ccd35dce96a963e69585a9c3ac49ff508cc",
|
377
|
+
"comment": "Update forced colours on configuration screen to allow better high contrast experience for user."
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
381
|
+
"package": "@azure/communication-react",
|
382
|
+
"commit": "19d8dca55c292d36e59a5d57daa83febdb3fcefe",
|
383
|
+
"comment": "Update error message for unsupported chat thread types"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
387
|
+
"package": "@azure/communication-react",
|
388
|
+
"commit": "8adcefc4797934a616c89745266e7172496a4e25",
|
389
|
+
"comment": "Set min height to control bar to fix issue where control bar contrainer would collapse when side pane buttons are disabled in Composites"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
393
|
+
"package": "@azure/communication-react",
|
394
|
+
"commit": "e60445a0d6fe71e0c304fca26ece2f1c646ed90f",
|
395
|
+
"comment": "Update `@fluentui/react-file-type-icons` to v8.8.13"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
399
|
+
"package": "@azure/communication-react",
|
400
|
+
"commit": "de465a3d4ee02ba5c0f0255e6edcc497bbb72019",
|
401
|
+
"comment": "Update @azure/communication-calling stable version to 1.12.1"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"author": "edwardlee@microsoft.com",
|
405
|
+
"package": "@azure/communication-react",
|
406
|
+
"commit": "0ba164cac920b50c33fa2e2f2498c5b97256e019",
|
407
|
+
"comment": "Center more button in video tile"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"author": "carolinecao@microsoft.com",
|
411
|
+
"package": "@azure/communication-react",
|
412
|
+
"commit": "b8872176d1ed32e0430e9c2e87294ef0b3041bd6",
|
413
|
+
"comment": "Call control buttons should stay centered with regard to viewport width"
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"author": "carolinecao@microsoft.com",
|
417
|
+
"package": "@azure/communication-react",
|
418
|
+
"commit": "cddd48e72733105cebbb8706b3784433920f051c",
|
419
|
+
"comment": "Fixed bug when panel is open, error bar is overlayed on top"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
423
|
+
"package": "@azure/communication-react",
|
424
|
+
"commit": "af84819becd7537b7628e497b5fceb2f851c8744",
|
425
|
+
"comment": "Fix side pane overlapping with composite when window is narrow"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
429
|
+
"package": "@azure/communication-react",
|
430
|
+
"commit": "eedbff81fde8d179b03fa6cce7e4fc2dfbff8beb",
|
431
|
+
"comment": "Prevent overflow of call composite in call with chat composite when side pane is open"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
435
|
+
"package": "@azure/communication-react",
|
436
|
+
"commit": "85ed753cf589932af7d8d3fd0d95929e8a2fb399",
|
437
|
+
"comment": "Replace Coffee Icon with Spinner"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"author": "79329532+alkwa-msft@users.noreply.github.com",
|
441
|
+
"package": "@azure/communication-react",
|
442
|
+
"commit": "668ca9b8e1f6d6e944db640015142de1ce2d1bd4",
|
443
|
+
"comment": "updated version of stable calling sdk to 1.11.1"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"author": "carolinecao@microsoft.com",
|
447
|
+
"package": "@azure/communication-react",
|
448
|
+
"commit": "3c0359494c72a2f59c6641865d41ca98319615a9",
|
449
|
+
"comment": "Fixed bug where keyboard user is trapped inside captions banner if new captions keep rolling in "
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
453
|
+
"package": "@azure/communication-react",
|
454
|
+
"commit": "3c491844500700d0f84907db08f7d014139ee4e3",
|
455
|
+
"comment": "Fix hold button behavior to dismiss drawer after call is placed on hold."
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"minor": [
|
459
|
+
{
|
460
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
461
|
+
"package": "@azure/communication-react",
|
462
|
+
"commit": "f6c7e75a05d25fdf7325c41d9ee85f999a22f710",
|
463
|
+
"comment": "Added Inline Image Reference in Storybook"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
467
|
+
"package": "@azure/communication-react",
|
468
|
+
"commit": "962d4c30b9313d9ab00bed9bd44f2cf67868cbee",
|
469
|
+
"comment": "Added details on how uploaded images are not supported"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
473
|
+
"package": "@azure/communication-react",
|
474
|
+
"commit": "543a1ee983ec10c5b4dd661ee778b02867f1dcea",
|
475
|
+
"comment": "Edit message error handling UI in ChatThread component"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
479
|
+
"package": "@azure/communication-react",
|
480
|
+
"commit": "not available",
|
481
|
+
"comment": "Updated Chat SDK and Signaling to the latest version"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
485
|
+
"package": "@azure/communication-react",
|
486
|
+
"commit": "543a1ee983ec10c5b4dd661ee778b02867f1dcea",
|
487
|
+
"comment": "Edit message error handling UI in ChatThread component"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
491
|
+
"package": "@azure/communication-react",
|
492
|
+
"commit": "94186cf1e38c88e86a0d2000b368ce106ae534f4",
|
493
|
+
"comment": "Added new message type BlockedMessage"
|
494
|
+
}
|
495
|
+
]
|
496
|
+
}
|
497
|
+
},
|
4
498
|
{
|
5
499
|
"date": "Tue, 28 Mar 2023 16:00:31 GMT",
|
6
500
|
"tag": "@azure/communication-react_v1.5.1-beta.2",
|
package/README.md
CHANGED