@azure/communication-react 1.5.1-beta.1 → 1.5.1-beta.3
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 +123 -1
- package/CHANGELOG.json +1068 -0
- package/README.md +1 -1
- package/dist/communication-react.d.ts +602 -170
- package/dist/dist-cjs/communication-react/index.js +6134 -3678
- 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/errorBarSelector.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +27 -1
- 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 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +95 -0
- 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 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +19 -0
- 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 +18 -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 +4 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +5 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +5 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +137 -370
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +198 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -0
- 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 -0
- 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 +59 -5
- 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 +15 -3
- 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 +9 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +24 -1
- 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 +31 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +49 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -0
- 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 +22 -2
- 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/ControlBarButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +79 -55
- package/dist/dist-esm/react-components/src/components/DevicesButton.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/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.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/HorizontalGallery.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +29 -24
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +38 -6
- package/dist/dist-esm/react-components/src/components/MessageThread.js +110 -51
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +29 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.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/ParticipantItem.js +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -42
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +35 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +32 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -0
- 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/SendBox.js +5 -2
- package/dist/dist-esm/react-components/src/components/SendBox.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/VerticalGallery.d.ts +67 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +113 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +65 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +44 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +88 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +80 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +55 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +12 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +81 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +63 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +8 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +32 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +28 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +8 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +64 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +79 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +94 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +58 -49
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +32 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +9 -12
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +12 -1
- package/dist/dist-esm/react-components/src/components/index.js +11 -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/HorizontalGallery.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +58 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +66 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
- 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/overFlowGalleriesUtils.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +7 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/utils.js +24 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -14
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +10 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +7 -2
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.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/LocalizationProvider.d.ts +5 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +18 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +17 -4
- 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 +11 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +33 -7
- 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 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +69 -7
- 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 +53 -0
- 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 +103 -21
- 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 +2 -2
- 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/MediaGallery.js +21 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +1 -1
- 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 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +4 -32
- 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 +16 -0
- 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 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.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/MediaGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.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 +12 -6
- 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 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +66 -6
- 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 +30 -1
- 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 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +24 -0
- 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/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -2
- 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/common/ControlBar/CustomButton.d.ts +83 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +81 -0
- 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 -0
- 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 +113 -9
- 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/ParticipantContainer.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.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 +13 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +8 -14
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -0
- 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 +15 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +0 -190
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
- 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 -65
- 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/CHANGELOG.json
CHANGED
@@ -1,6 +1,1074 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Mon, 24 Apr 2023 15:39:35 GMT",
|
6
|
+
"tag": "@azure/communication-react_v1.5.1-beta.3",
|
7
|
+
"version": "1.5.1-beta.3",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
12
|
+
"package": "@azure/communication-react",
|
13
|
+
"commit": "c8bfc196d2a6556defd5ee8687bc758200b43896",
|
14
|
+
"comment": "Remove instruction of merging release branch to main in creating-a-release doc"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "jiangnanhello@live.com",
|
18
|
+
"package": "@azure/communication-react",
|
19
|
+
"commit": "6ad3d84f519e71a3706b982669b9bd09be66fd21",
|
20
|
+
"comment": "Add switch case support for cc"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
24
|
+
"package": "@azure/communication-react",
|
25
|
+
"commit": "5cae388f3bd54c64cbc999696f42fc474fa0dc31",
|
26
|
+
"comment": "update webpack to copy backgrounds in prod builds"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "miguelgamis@microsoft.com",
|
30
|
+
"package": "@azure/communication-react",
|
31
|
+
"commit": "23680c84c20851a9c7e5fde9d3b40f62a77fc968",
|
32
|
+
"comment": "Fix usePropsFor hook storybook snippet"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
36
|
+
"package": "@azure/communication-react",
|
37
|
+
"commit": "784fd9271278493752eaa24b62de983ad583d383",
|
38
|
+
"comment": "Sync release notes with release branch"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
42
|
+
"package": "@azure/communication-react",
|
43
|
+
"commit": "a0c332dcd774b47461bbe9491771a62813e7887c",
|
44
|
+
"comment": "Update to Calling 1.12.0-beta.2 for beta dependency."
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "jiangnanhello@live.com",
|
48
|
+
"package": "@azure/communication-react",
|
49
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
50
|
+
"comment": "Closed caption hermetic tests in callwithchat"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
54
|
+
"package": "@azure/communication-react",
|
55
|
+
"commit": "469d4af5dc687a6914dc4adde7bafaa11af6d480",
|
56
|
+
"comment": "Add tool to perform typescript regression checks as part of CI and update documented typescript version"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "jiangnanhello@live.com",
|
60
|
+
"package": "@azure/communication-react",
|
61
|
+
"commit": "5e6930887200b1ba4d76c6c1bfebc697a19b96a9",
|
62
|
+
"comment": "Add CC to auto add `export {}`"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "carolinecao@microsoft.com",
|
66
|
+
"package": "@azure/communication-react",
|
67
|
+
"commit": "29ee519b0498b318a993b2148b1a8f24f1c09d95",
|
68
|
+
"comment": "Update storybook adapter doc for captions adapter changes"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
72
|
+
"package": "@azure/communication-react",
|
73
|
+
"commit": "784fd9271278493752eaa24b62de983ad583d383",
|
74
|
+
"comment": "Bumped"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
78
|
+
"package": "@azure/communication-react",
|
79
|
+
"commit": "4688ec6425cf8d6d725172bf54df9804639a6a05",
|
80
|
+
"comment": "Fix import statements on camera button and screenshare button pages."
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
84
|
+
"package": "@azure/communication-react",
|
85
|
+
"commit": "510a5b81756fa6761cdc3e18b13f0e4c3a65831e",
|
86
|
+
"comment": "Unblock PR failures by updating user agent used in e2e tests"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "jiangnanhello@live.com",
|
90
|
+
"package": "@azure/communication-react",
|
91
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
92
|
+
"comment": "Hermetic tests for closed caption feature"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "jiangnanhello@live.com",
|
96
|
+
"package": "@azure/communication-react",
|
97
|
+
"commit": "75b38ecdfb7219edf528cedf42c1d8079d29d5a8",
|
98
|
+
"comment": "Update test for new call composite control"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
102
|
+
"package": "@azure/communication-react",
|
103
|
+
"commit": "318e0a9e8d1f504d7970c9c414a2134809c6a892",
|
104
|
+
"comment": "migrate enzyme tests to react-testing-library tests"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
108
|
+
"package": "@azure/communication-react",
|
109
|
+
"commit": "4f35307bccc73768841343b67d6604c69c7ba242",
|
110
|
+
"comment": "Revert bug fix \"Video gallery show local tile and horizontal/vertical gallery when screensharing with no participant (#2822)\""
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "98852890+vhuseinova-msft@users.noreply.github.com",
|
114
|
+
"package": "@azure/communication-react",
|
115
|
+
"commit": "5ee425006842b54237eefe1341ca509bf323abb9",
|
116
|
+
"comment": "Updated CODEOWNERS"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "carolinecao@microsoft.com",
|
120
|
+
"package": "@azure/communication-react",
|
121
|
+
"commit": "7d6294c74fefb527fec0cc93c6e3f0ff2d868665",
|
122
|
+
"comment": "Fixed captionsBannerProps naming to adhere to internal type naming convention, improved styling and internal storybook"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "carolinecao@microsoft.com",
|
126
|
+
"package": "@azure/communication-react",
|
127
|
+
"commit": "f83f20cedf0cf3291f911d0678ba3b5c6bb9c688",
|
128
|
+
"comment": "Update caption component UI and make sure captions banner auto scroll only happens when user is scrolled to bottom"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
132
|
+
"package": "@azure/communication-react",
|
133
|
+
"commit": "1ce18b55096505f27860c611d457ccdf7b3d2f4e",
|
134
|
+
"comment": "Unblock PR failures by updating user agent used in e2e tests"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "jiangnanhello@live.com",
|
138
|
+
"package": "@azure/communication-react",
|
139
|
+
"commit": "d7f7affa26a25ae3a883af558d052d5ba2b686fc",
|
140
|
+
"comment": "Update cc plugin for array and classMethod params"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
144
|
+
"package": "@azure/communication-react",
|
145
|
+
"commit": "cb0388b607cd6051c92064020f8ed6bf40a85202",
|
146
|
+
"comment": "Storybook update to talk about CRA template."
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "jiangnanhello@live.com",
|
150
|
+
"package": "@azure/communication-react",
|
151
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
152
|
+
"comment": "Use proxy for features"
|
153
|
+
}
|
154
|
+
],
|
155
|
+
"prerelease": [
|
156
|
+
{
|
157
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
158
|
+
"package": "@azure/communication-react",
|
159
|
+
"commit": "a935fd050c4eb9868e97cd3c91fadf61fb95b7dd",
|
160
|
+
"comment": "Added mapping for inline image e2e support"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
164
|
+
"package": "@azure/communication-react",
|
165
|
+
"commit": "99fc5b96a33da7aa206fd3944434b324ed56aff4",
|
166
|
+
"comment": "Implement inline image attachment for chat UI component"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
170
|
+
"package": "@azure/communication-react",
|
171
|
+
"commit": "912ffd0f774d4c3e11cfe36d576299deac71d0b1",
|
172
|
+
"comment": "Teams adhoc call enabled for startCall handler"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "carolinecao@microsoft.com",
|
176
|
+
"package": "@azure/communication-react",
|
177
|
+
"commit": "5f6a21b728f4ca89736d522e78dfb83aca1a38e3",
|
178
|
+
"comment": "Fixed join call error bug and bug when participants can not receive latest spoken language"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "jiangnanhello@live.com",
|
182
|
+
"package": "@azure/communication-react",
|
183
|
+
"commit": "034f3ad70caf2d874dc152419e0df88ebf59d5c7",
|
184
|
+
"comment": "Add scrollbar style to captions"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
188
|
+
"package": "@azure/communication-react",
|
189
|
+
"commit": "580d09b632e653ad0e99a52f53c4d72f44e2b9ec",
|
190
|
+
"comment": "Adapter API changes to add preset backgrounds to adapter"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
194
|
+
"package": "@azure/communication-react",
|
195
|
+
"commit": "778cbf256b4aa38f77d7e89d4f03d0a950888dfd",
|
196
|
+
"comment": "Update video gallery storybook page for better context of layouts and galleries. update API for better naming"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
200
|
+
"package": "@azure/communication-react",
|
201
|
+
"commit": "188eff4d057bb3e871d9f6f55ae1495b07ddfc5d",
|
202
|
+
"comment": "Add AtMentionFlyout component with preliminary positioning and internal storybook page"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"author": "jiangnanhello@live.com",
|
206
|
+
"package": "@azure/communication-react",
|
207
|
+
"commit": "95dc2395247ed9009b9a5c5fec316d9dbcf10d0d",
|
208
|
+
"comment": "Use common control in call"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
212
|
+
"package": "@azure/communication-react",
|
213
|
+
"commit": "4c817a14605db72fb8cc0f1fa82bd4b34b670265",
|
214
|
+
"comment": "Rename blurred background callback arguments"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
218
|
+
"package": "@azure/communication-react",
|
219
|
+
"commit": "ac578fae0c6e4458323687235ae551f43614b9a8",
|
220
|
+
"comment": "Remove effects options from camera button in case handler is not passed"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
224
|
+
"package": "@azure/communication-react",
|
225
|
+
"commit": "591b2c0f80ebc31aa08a86fcf4b506115b22108e",
|
226
|
+
"comment": "Fix multiple fetch inline image requests"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"author": "joshlai@microsoft.com",
|
230
|
+
"package": "@azure/communication-react",
|
231
|
+
"commit": "e075d787050297788204acebcc26fc31d90e5116",
|
232
|
+
"comment": "Introduce options bag wehen creating adapter"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
236
|
+
"package": "@azure/communication-react",
|
237
|
+
"commit": "5d3cef231b4210829d2da7574f0c80865041baf3",
|
238
|
+
"comment": "Added inline image e2e test"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
242
|
+
"package": "@azure/communication-react",
|
243
|
+
"commit": "442a0f6cf25b48b590e3b639d223e07a16e8175f",
|
244
|
+
"comment": "added adapter method to update selected video background effect"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
248
|
+
"package": "@azure/communication-react",
|
249
|
+
"commit": "f64656e8eaf4404135ed714eeecc3fe0a1be2c0e",
|
250
|
+
"comment": "Support background effects in config screen"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
254
|
+
"package": "@azure/communication-react",
|
255
|
+
"commit": "442a0f6cf25b48b590e3b639d223e07a16e8175f",
|
256
|
+
"comment": "start/stop selected video effect when camera is off"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
260
|
+
"package": "@azure/communication-react",
|
261
|
+
"commit": "fbcff316ef6c1da36b6b2d1b2dc6f8434a5056f4",
|
262
|
+
"comment": "Add errors for video effects"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
266
|
+
"package": "@azure/communication-react",
|
267
|
+
"commit": "53d6e76e904244c83a387ba2ebeab2dc9f7ddc22",
|
268
|
+
"comment": "Add Video Effects Pane to Call Composite"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
272
|
+
"package": "@azure/communication-react",
|
273
|
+
"commit": "15d070df65e071f3487bf821bacbbea13ad69233",
|
274
|
+
"comment": "Selector for selected video effect"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"author": "carolinecao@microsoft.com",
|
278
|
+
"package": "@azure/communication-react",
|
279
|
+
"commit": "8d254461ecdfe42272bf79be0047ca9ed092e64a",
|
280
|
+
"comment": "String translation for beta release 1.5.1-beta.3"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"author": "joshlai@microsoft.com",
|
284
|
+
"package": "@azure/communication-react",
|
285
|
+
"commit": "5cd0bfe2f22dd371f5ade4f60287edf9f8d904a1",
|
286
|
+
"comment": "[Storybook] Introduce new button for message thread with inline images mock"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
290
|
+
"package": "@azure/communication-react",
|
291
|
+
"commit": "ac578fae0c6e4458323687235ae551f43614b9a8",
|
292
|
+
"comment": "Remove effects options from camera button in case handler is not passed"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
296
|
+
"package": "@azure/communication-react",
|
297
|
+
"commit": "fa194baa9ef4e1c5fb8e4c39fb8a0f3838bdacb4",
|
298
|
+
"comment": "Add Blur and remove effects to VideoEffectsPane"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
302
|
+
"package": "@azure/communication-react",
|
303
|
+
"commit": "0ccee3236816484de871bb8deba1a2dcb689eb5d",
|
304
|
+
"comment": "Add custom background in Call and CallWithChat Composite smaples"
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"patch": [
|
308
|
+
{
|
309
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
310
|
+
"package": "@azure/communication-react",
|
311
|
+
"commit": "1504efafbe0524c6f914fe47de16b597a6b25ac8",
|
312
|
+
"comment": "Fixed storybook order and typo"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
316
|
+
"package": "@azure/communication-react",
|
317
|
+
"commit": "ed6ab79f49bafe8f5b720ccadbbca4efd12090b8",
|
318
|
+
"comment": "Fix High Contrast issues with the screenshare button and end call button."
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "miguelgamis@microsoft.com",
|
322
|
+
"package": "@azure/communication-react",
|
323
|
+
"commit": "f6f519b350367d06dfff99ef8d7da8a4ee3a21f1",
|
324
|
+
"comment": "Prevent overflow of VideoGallery when side pane is open"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
328
|
+
"package": "@azure/communication-react",
|
329
|
+
"commit": "86588ccd35dce96a963e69585a9c3ac49ff508cc",
|
330
|
+
"comment": "Update forced colours on configuration screen to allow better high contrast experience for user."
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
334
|
+
"package": "@azure/communication-react",
|
335
|
+
"commit": "19d8dca55c292d36e59a5d57daa83febdb3fcefe",
|
336
|
+
"comment": "Update error message for unsupported chat thread types"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
340
|
+
"package": "@azure/communication-react",
|
341
|
+
"commit": "8adcefc4797934a616c89745266e7172496a4e25",
|
342
|
+
"comment": "Set min height to control bar to fix issue where control bar contrainer would collapse when side pane buttons are disabled in Composites"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
346
|
+
"package": "@azure/communication-react",
|
347
|
+
"commit": "e60445a0d6fe71e0c304fca26ece2f1c646ed90f",
|
348
|
+
"comment": "Update `@fluentui/react-file-type-icons` to v8.8.13"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
352
|
+
"package": "@azure/communication-react",
|
353
|
+
"commit": "de465a3d4ee02ba5c0f0255e6edcc497bbb72019",
|
354
|
+
"comment": "Update @azure/communication-calling stable version to 1.12.1"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"author": "edwardlee@microsoft.com",
|
358
|
+
"package": "@azure/communication-react",
|
359
|
+
"commit": "0ba164cac920b50c33fa2e2f2498c5b97256e019",
|
360
|
+
"comment": "Center more button in video tile"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"author": "carolinecao@microsoft.com",
|
364
|
+
"package": "@azure/communication-react",
|
365
|
+
"commit": "b8872176d1ed32e0430e9c2e87294ef0b3041bd6",
|
366
|
+
"comment": "Call control buttons should stay centered with regard to viewport width"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"author": "carolinecao@microsoft.com",
|
370
|
+
"package": "@azure/communication-react",
|
371
|
+
"commit": "cddd48e72733105cebbb8706b3784433920f051c",
|
372
|
+
"comment": "Fixed bug when panel is open, error bar is overlayed on top"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
376
|
+
"package": "@azure/communication-react",
|
377
|
+
"commit": "af84819becd7537b7628e497b5fceb2f851c8744",
|
378
|
+
"comment": "Fix side pane overlapping with composite when window is narrow"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
382
|
+
"package": "@azure/communication-react",
|
383
|
+
"commit": "eedbff81fde8d179b03fa6cce7e4fc2dfbff8beb",
|
384
|
+
"comment": "Prevent overflow of call composite in call with chat composite when side pane is open"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
388
|
+
"package": "@azure/communication-react",
|
389
|
+
"commit": "85ed753cf589932af7d8d3fd0d95929e8a2fb399",
|
390
|
+
"comment": "Replace Coffee Icon with Spinner"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"author": "79329532+alkwa-msft@users.noreply.github.com",
|
394
|
+
"package": "@azure/communication-react",
|
395
|
+
"commit": "668ca9b8e1f6d6e944db640015142de1ce2d1bd4",
|
396
|
+
"comment": "updated version of stable calling sdk to 1.11.1"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"author": "carolinecao@microsoft.com",
|
400
|
+
"package": "@azure/communication-react",
|
401
|
+
"commit": "3c0359494c72a2f59c6641865d41ca98319615a9",
|
402
|
+
"comment": "Fixed bug where keyboard user is trapped inside captions banner if new captions keep rolling in "
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
406
|
+
"package": "@azure/communication-react",
|
407
|
+
"commit": "3c491844500700d0f84907db08f7d014139ee4e3",
|
408
|
+
"comment": "Fix hold button behavior to dismiss drawer after call is placed on hold."
|
409
|
+
}
|
410
|
+
],
|
411
|
+
"minor": [
|
412
|
+
{
|
413
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
414
|
+
"package": "@azure/communication-react",
|
415
|
+
"commit": "f6c7e75a05d25fdf7325c41d9ee85f999a22f710",
|
416
|
+
"comment": "Added Inline Image Reference in Storybook"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
420
|
+
"package": "@azure/communication-react",
|
421
|
+
"commit": "962d4c30b9313d9ab00bed9bd44f2cf67868cbee",
|
422
|
+
"comment": "Added details on how uploaded images are not supported"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
426
|
+
"package": "@azure/communication-react",
|
427
|
+
"commit": "543a1ee983ec10c5b4dd661ee778b02867f1dcea",
|
428
|
+
"comment": "Edit message error handling UI in ChatThread component"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
432
|
+
"package": "@azure/communication-react",
|
433
|
+
"commit": "not available",
|
434
|
+
"comment": "Updated Chat SDK and Signaling to the latest version"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
438
|
+
"package": "@azure/communication-react",
|
439
|
+
"commit": "543a1ee983ec10c5b4dd661ee778b02867f1dcea",
|
440
|
+
"comment": "Edit message error handling UI in ChatThread component"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
444
|
+
"package": "@azure/communication-react",
|
445
|
+
"commit": "94186cf1e38c88e86a0d2000b368ce106ae534f4",
|
446
|
+
"comment": "Added new message type BlockedMessage"
|
447
|
+
}
|
448
|
+
]
|
449
|
+
}
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"date": "Tue, 28 Mar 2023 16:00:31 GMT",
|
453
|
+
"tag": "@azure/communication-react_v1.5.1-beta.2",
|
454
|
+
"version": "1.5.1-beta.2",
|
455
|
+
"comments": {
|
456
|
+
"none": [
|
457
|
+
{
|
458
|
+
"author": "palatter@microsoft.com",
|
459
|
+
"package": "@azure/communication-react",
|
460
|
+
"commit": "6b625ed934ae68d190571fcd315212d1d2aa65a0",
|
461
|
+
"comment": "Add more url parameters for chat sample"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"author": "miguelgamis@microsoft.com",
|
465
|
+
"package": "@azure/communication-react",
|
466
|
+
"commit": "4c3c5aa872a6c7d1d63ef4f7910b3bbc2660aaf0",
|
467
|
+
"comment": "Rename horizontal gallery to overflow gallery appropriately"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
471
|
+
"package": "@azure/communication-react",
|
472
|
+
"commit": "8b9bce49c6d046911c6108ebadd0ed0b0cc6edcd",
|
473
|
+
"comment": "Bumped"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
477
|
+
"package": "@azure/communication-react",
|
478
|
+
"commit": "849a8dcad83887de93ac8be9029c6b957df87ee3",
|
479
|
+
"comment": "Update repo version of @azure/communication-chat to 1.3.0"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"author": "miguelgamis@microsoft.com",
|
483
|
+
"package": "@azure/communication-react",
|
484
|
+
"commit": "854f11cd92e0c498ecdc632ef7c8202dd03d2197",
|
485
|
+
"comment": "Refactor modal sizes in VideoGallery to use rem instead of px"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
489
|
+
"package": "@azure/communication-react",
|
490
|
+
"commit": "d4b676b5797a98a11186b9176dd58ab88f8554d7",
|
491
|
+
"comment": "update storybook for vertical and horiztonal galleries."
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
495
|
+
"package": "@azure/communication-react",
|
496
|
+
"commit": "55773657a7246a845eefb389cb58d6df10ff6a71",
|
497
|
+
"comment": "Revert \"[Bug Fix] local video tile css fix mobile (#2708)\""
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
501
|
+
"package": "@azure/communication-react",
|
502
|
+
"commit": "c5df9e11f7fa073c554d3bf281b372bc1a07b509",
|
503
|
+
"comment": "Update the basic example snippet for chat composite not to include beta code."
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"author": "carolinecao@microsoft.com",
|
507
|
+
"package": "@azure/communication-react",
|
508
|
+
"commit": "2c38bb587944b1f72440607dd8acc10d71a2ca04",
|
509
|
+
"comment": "Add internal captions component and storybook page"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
513
|
+
"package": "@azure/communication-react",
|
514
|
+
"commit": "b75f813547c93992f1cf9e4f23caad280b72c2e1",
|
515
|
+
"comment": "Added VideoGallery unit tests for vertical overflow gallery"
|
516
|
+
},
|
517
|
+
{
|
518
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
519
|
+
"package": "@azure/communication-react",
|
520
|
+
"commit": "6bc17eaa77813bdb10070b74a6bd7993d3429261",
|
521
|
+
"comment": "Update sample applications to provide more information on phone numbers, their formats, and what they are for."
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"author": "alkwa@microsoft.com",
|
525
|
+
"package": "@azure/communication-react",
|
526
|
+
"commit": "57029b7f17e9470792e2ca8e36f712aab216aff8",
|
527
|
+
"comment": "minor updates to storybook around cte documentation"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
531
|
+
"package": "@azure/communication-react",
|
532
|
+
"commit": "81e8e549904b1f3d2e898c0b0927b03cbce443d4",
|
533
|
+
"comment": "Update codeowners"
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
537
|
+
"package": "@azure/communication-react",
|
538
|
+
"commit": "3da5879042afb2c99b23ae9ffb048d037d40f76d",
|
539
|
+
"comment": "Update webpack to 5.76.0"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
543
|
+
"package": "@azure/communication-react",
|
544
|
+
"commit": "62488527e0f60b3396877f0c479d9a3b3dd985e0",
|
545
|
+
"comment": "add conditional compile flag for video background effects"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
549
|
+
"package": "@azure/communication-react",
|
550
|
+
"commit": "482759fd6515232ebb901c652abd91523cae3707",
|
551
|
+
"comment": "Allow use of fake adapters outside of the react-composites packlet"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
555
|
+
"package": "@azure/communication-react",
|
556
|
+
"commit": "44ad700b2d39fdf6f8bb593869a65f8421f37598",
|
557
|
+
"comment": "Console Log for invalid userId for pinned participants"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
561
|
+
"package": "@azure/communication-react",
|
562
|
+
"commit": "1d9de6967800d395aa00e6ad8ebce0c3ebef2783",
|
563
|
+
"comment": "update Poll time limit and interval for NPM package release check."
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"author": "palatter@microsoft.com",
|
567
|
+
"package": "@azure/communication-react",
|
568
|
+
"commit": "6b625ed934ae68d190571fcd315212d1d2aa65a0",
|
569
|
+
"comment": "Add more url parameters for chat sample"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
573
|
+
"package": "@azure/communication-react",
|
574
|
+
"commit": "88a6338eaeb654fb5e09a2c4b5fc06e40fe389ec",
|
575
|
+
"comment": "VideoGallery rendering options storybook doc added."
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
579
|
+
"package": "@azure/communication-react",
|
580
|
+
"commit": "dcb63f8c91a168faf30f134c8cd24e0500983412",
|
581
|
+
"comment": "Added overflow gallery tests for callWithChat composite"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
585
|
+
"package": "@azure/communication-react",
|
586
|
+
"commit": "b12ae125c4cb2087596b2883567a7572c7e997af",
|
587
|
+
"comment": "Added pinning participants and changing rendering options features to storybook Use Cases table"
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
591
|
+
"package": "@azure/communication-react",
|
592
|
+
"commit": "297faeefe31bd651ae2e3dd7c73ee08bb1e89a53",
|
593
|
+
"comment": "Refactor helper functions for calculating children per page in responsive gallery to be util functions that can be mocked in testing."
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"author": "carolinecao@microsoft.com",
|
597
|
+
"package": "@azure/communication-react",
|
598
|
+
"commit": "0e17b020e468fac715f1f12af8d3c1dc801bdcbc",
|
599
|
+
"comment": "Created internal component for caption and storybook"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
603
|
+
"package": "@azure/communication-react",
|
604
|
+
"commit": "2c135ab945c00323d01d68286ff8b3ee236f23c2",
|
605
|
+
"comment": "Documentation about adding contextual menu items to VideoTile added to storybook"
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
609
|
+
"package": "@azure/communication-react",
|
610
|
+
"commit": "fa0bab5e36193c49f0ba3df2346374345e10fb88",
|
611
|
+
"comment": "Update github actions to no longer create PRs"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"author": "jiangnanhello@live.com",
|
615
|
+
"package": "@azure/communication-react",
|
616
|
+
"commit": "bbf6da37a06ace2f6e2f8f58cefe5520856ae34d",
|
617
|
+
"comment": "Add setting file for extension"
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"author": "109105353+jpeng-ms@users.noreply.github.com",
|
621
|
+
"package": "@azure/communication-react",
|
622
|
+
"commit": "2e9083c600ef74d6dcca26c7f679cd2c3d5c2a5a",
|
623
|
+
"comment": "fixed an issue where typing indicator event being sent multiple times"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
627
|
+
"package": "@azure/communication-react",
|
628
|
+
"commit": "c1325fe6ad311d78de8cd88a25a470b953c75b3c",
|
629
|
+
"comment": "Added unit tests for ResponsiveVerticalGallery"
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
633
|
+
"package": "@azure/communication-react",
|
634
|
+
"commit": "ae0b9bd8fdfb834eacb492422f5c0ebfa8002582",
|
635
|
+
"comment": "Correct spelling error in function name."
|
636
|
+
},
|
637
|
+
{
|
638
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
639
|
+
"package": "@azure/communication-react",
|
640
|
+
"commit": "5ae37c13d6c8be1afde977dd9102ab1c1bae20c2",
|
641
|
+
"comment": "Added snapshot tests for the VerticalGallery in call composite"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
645
|
+
"package": "@azure/communication-react",
|
646
|
+
"commit": "0e78f311c08e07807931375e6e21a4ee59857318",
|
647
|
+
"comment": "Ensure force-build-versions is run in CI"
|
648
|
+
},
|
649
|
+
{
|
650
|
+
"author": "alkwa@microsoft.com",
|
651
|
+
"package": "@azure/communication-react",
|
652
|
+
"commit": "310d6bf41ccf474f26328441587230d533708853",
|
653
|
+
"comment": "reverting storybook update to the vanillajs page"
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
657
|
+
"package": "@azure/communication-react",
|
658
|
+
"commit": "226383d48d9392c5be6a7c5249fca2852dede4b1",
|
659
|
+
"comment": "Added playwright config project to test vertical gallery and horizontal gallery on Desktop"
|
660
|
+
}
|
661
|
+
],
|
662
|
+
"patch": [
|
663
|
+
{
|
664
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
665
|
+
"package": "@azure/communication-react",
|
666
|
+
"commit": "5e4689854bd10f701b18a897607e1c5204454358",
|
667
|
+
"comment": "disable the selectivity of a text in video gallery for long touch to function properly"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"author": "edwardlee@microsoft.com",
|
671
|
+
"package": "@azure/communication-react",
|
672
|
+
"commit": "e5158f363b84e625829353beb4f67cd9a63de48a",
|
673
|
+
"comment": "Update storybook custom data model calling example to wrap userId as an identifier"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"author": "edwardlee@microsoft.com",
|
677
|
+
"package": "@azure/communication-react",
|
678
|
+
"commit": "f541c78b45ac57136eac9267635f277625769ba1",
|
679
|
+
"comment": "Thematically change hold icon color"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
683
|
+
"package": "@azure/communication-react",
|
684
|
+
"commit": "2849ab71f3c84c0aa79248d8e3fc314441ee791d",
|
685
|
+
"comment": "Add error string for when your remote video feed is frozen for others in the call."
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
689
|
+
"package": "@azure/communication-react",
|
690
|
+
"commit": "50aad12f7f29788a7c841400ef1146c9dddbc0a8",
|
691
|
+
"comment": "Update Aria labels for people button to allow for voice access controls on windows."
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
695
|
+
"package": "@azure/communication-react",
|
696
|
+
"commit": "3ee7efee88705ea416f066b3f001e1c113293672",
|
697
|
+
"comment": "Add Try ChatComposite page to storybook that uses fake adapters"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"author": "edwardlee@microsoft.com",
|
701
|
+
"package": "@azure/communication-react",
|
702
|
+
"commit": "6b137d202f573fb1a15b12516e046c2b6fa3b56a",
|
703
|
+
"comment": "Update communication-chat version from fixed version to compatible with version"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"author": "jinan@microsoft.com",
|
707
|
+
"package": "@azure/communication-react",
|
708
|
+
"commit": "fbc4efbb2096af78959605b936a628df8442db63",
|
709
|
+
"comment": "Switch video seamlessly from different devices"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"author": "carolinecao@microsoft.com",
|
713
|
+
"package": "@azure/communication-react",
|
714
|
+
"commit": "e5ca64a93c8267b939f5763827a1d641c4829905",
|
715
|
+
"comment": "Added stream type in stream logs"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
719
|
+
"package": "@azure/communication-react",
|
720
|
+
"commit": "3e675354447636f66b09aa73c4f2822ac6ad4e14",
|
721
|
+
"comment": "Fix VideoTile to show menu button on hover when isSpeaking prop is true"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
725
|
+
"package": "@azure/communication-react",
|
726
|
+
"commit": "b2d56311b937df95dc374c41fc1643d5621ba207",
|
727
|
+
"comment": "Fix sending/delivered/failed message status not showing in large group"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"author": "joshlai@microsoft.com",
|
731
|
+
"package": "@azure/communication-react",
|
732
|
+
"commit": "3b29a61c011414b9ab9ffa47d67263620887acff",
|
733
|
+
"comment": "Update code owners"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
737
|
+
"package": "@azure/communication-react",
|
738
|
+
"commit": "297faeefe31bd651ae2e3dd7c73ee08bb1e89a53",
|
739
|
+
"comment": "Update overflow gallery logic to allow more video participants to render video streams if available on different pages."
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"author": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
|
743
|
+
"package": "@azure/communication-react",
|
744
|
+
"commit": "033e21696605af7b5b14a0037802afa5b185202a",
|
745
|
+
"comment": "Announce by Screen Reader after leaving chat"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
749
|
+
"package": "@azure/communication-react",
|
750
|
+
"commit": "237bf5feebf66886e42a420022cd0c00ccd19102",
|
751
|
+
"comment": "Added empty icon render for tab navigation of video tile"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
755
|
+
"package": "@azure/communication-react",
|
756
|
+
"commit": "acdb07de6a953cf2db4eef7e61596d3bb1bd9c93",
|
757
|
+
"comment": "Split buttons now hold primary action for toggling camera and mic on touch devices."
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"author": "77021369+jimchou-dev@users.noreply.github.com",
|
761
|
+
"package": "@azure/communication-react",
|
762
|
+
"commit": "4e60db371ca505dd3fd25e90fb0ca7d1f92d3087",
|
763
|
+
"comment": "Fixed richtext css for blockquote and table"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
767
|
+
"package": "@azure/communication-react",
|
768
|
+
"commit": "c419fe8ecd664372cee1936c82fa2a51c2818c94",
|
769
|
+
"comment": "Fix CallAdapter participants joined and left events to show correct participants in event array."
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"author": "3941071+emlynmac@users.noreply.github.com",
|
773
|
+
"package": "@azure/communication-react",
|
774
|
+
"commit": "c19f68ec028f64a8e9898876d729b52853e23cb5",
|
775
|
+
"comment": "Correct MessageThread API definition"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
779
|
+
"package": "@azure/communication-react",
|
780
|
+
"commit": "f0690e5bc43feb826d2e81b72d6d8e84fe5abb95",
|
781
|
+
"comment": "Update internal dispose view logic to be under one utility function for remote and local streams."
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"author": "miguelgamis@microsoft.com",
|
785
|
+
"package": "@azure/communication-react",
|
786
|
+
"commit": "6894c27e4e284a781925af6eda919d86ab2ad884",
|
787
|
+
"comment": "Fix dominant speaker ordering to best keep dominant speakers on the first page of overflow gallery."
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"author": "carolinecao@microsoft.com",
|
791
|
+
"package": "@azure/communication-react",
|
792
|
+
"commit": "37dde65a90d06f74ccae46b0ef4ec8145d978d9d",
|
793
|
+
"comment": "make sure message status in storybook is defined to avoid 'try send again' showing up"
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"author": "joshlai@microsoft.com",
|
797
|
+
"package": "@azure/communication-react",
|
798
|
+
"commit": "3b29a61c011414b9ab9ffa47d67263620887acff",
|
799
|
+
"comment": "Update Codeowners"
|
800
|
+
},
|
801
|
+
{
|
802
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
803
|
+
"package": "@azure/communication-react",
|
804
|
+
"commit": "d23df9380342cfbafebb9ff89da90d0c708575e7",
|
805
|
+
"comment": "Internal RemoteVideoTile should not default to having contextual menu options."
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
809
|
+
"package": "@azure/communication-react",
|
810
|
+
"commit": "a45a353710397f7dd8b640e2700f9b0e6a7f9e7a",
|
811
|
+
"comment": "Fix: Permission Error in Chat after leaving a Teams Interop meeting"
|
812
|
+
},
|
813
|
+
{
|
814
|
+
"author": "carolinecao@microsoft.com",
|
815
|
+
"package": "@azure/communication-react",
|
816
|
+
"commit": "3e803daf5f8ecece33007d327edda702e76f5eb0",
|
817
|
+
"comment": "Show local video and vertical/horizontal gallery when screensharing with no participants"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"author": "miguelgamis@microsoft.com",
|
821
|
+
"package": "@azure/communication-react",
|
822
|
+
"commit": "4ff85c3fa2995b52a0a42da457f346d125e9f679",
|
823
|
+
"comment": "Memoize Teams call adapter args for CTE storybook sample code."
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
827
|
+
"package": "@azure/communication-react",
|
828
|
+
"commit": "93edc6a18c5327fe9fb8036a2c354ee4e136b35d",
|
829
|
+
"comment": "Updates streamUtils to handle multiple Calls from components."
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
833
|
+
"package": "@azure/communication-react",
|
834
|
+
"commit": "41849aaacb7fd05f7c7b76c8a9e27c001285a991",
|
835
|
+
"comment": "Update stream utils to have general createView function for both remote and local."
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
839
|
+
"package": "@azure/communication-react",
|
840
|
+
"commit": "8a3b63132bed494e570415f8d5f4d84a28945ddd",
|
841
|
+
"comment": "update the Errorbar selector to check environmentInfo for mac specific warnings."
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
845
|
+
"package": "@azure/communication-react",
|
846
|
+
"commit": "e52e439160ef91c85e7469f9193ccb369964ffb6",
|
847
|
+
"comment": "Move logging from StreamUtils to be managed in seperate file."
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"author": "98852890+vhuseinova-msft@users.noreply.github.com",
|
851
|
+
"package": "@azure/communication-react",
|
852
|
+
"commit": "1038537173ac0c0f66d392bc9817a88d74360a79",
|
853
|
+
"comment": "Fix messages thread loading issue when an adapter is updated"
|
854
|
+
},
|
855
|
+
{
|
856
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
857
|
+
"package": "@azure/communication-react",
|
858
|
+
"commit": "bd3a7d8f311f9428a7c7517a3b43c26a613f18e2",
|
859
|
+
"comment": "Allow horizontal gallery tiles to resize to allow for better use of space."
|
860
|
+
},
|
861
|
+
{
|
862
|
+
"author": "edwardlee@microsoft.com",
|
863
|
+
"package": "@azure/communication-react",
|
864
|
+
"commit": "b1bd76ab5e43a2762bcddce4bf1d6f94e27a3642",
|
865
|
+
"comment": "Add heading role and aria level for start a call config heading"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
869
|
+
"package": "@azure/communication-react",
|
870
|
+
"commit": "0f1f1604a28feeb810388ffd5a7943cc6b3ec58f",
|
871
|
+
"comment": "Remove emoji from testing that causes failures when emojis update."
|
872
|
+
}
|
873
|
+
],
|
874
|
+
"prerelease": [
|
875
|
+
{
|
876
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
877
|
+
"package": "@azure/communication-react",
|
878
|
+
"commit": "e414bd4aa9e4cfc6d9bf1696da7d69ac21665f7e",
|
879
|
+
"comment": "Create styles for verticalGallery controls and position."
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"author": "jinan@microsoft.com",
|
883
|
+
"package": "@azure/communication-react",
|
884
|
+
"commit": "766f54d34460ea8f99d117f4c6f92849d10c961a",
|
885
|
+
"comment": "Add parameter to hint displayName from SDK"
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
889
|
+
"package": "@azure/communication-react",
|
890
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
891
|
+
"comment": "Draft API for video background effects"
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
895
|
+
"package": "@azure/communication-react",
|
896
|
+
"commit": "4b497995e4070a8a77afdf51ba696c220851a49c",
|
897
|
+
"comment": "Update beta version of @azure/communication-calling to 1.11.0-beta.1"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
901
|
+
"package": "@azure/communication-react",
|
902
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
903
|
+
"comment": "Adapter API changes for start/stop video effects"
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
907
|
+
"package": "@azure/communication-react",
|
908
|
+
"commit": "d9c3dbde57bdfe2f35cd9c791a949650ba61b5a6",
|
909
|
+
"comment": "Add stateful handlers for background effects"
|
910
|
+
},
|
911
|
+
{
|
912
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
913
|
+
"package": "@azure/communication-react",
|
914
|
+
"commit": "378f1ad37d939ec4b735ef861dce65413b2e9e46",
|
915
|
+
"comment": "Introduce hermetic tests to verify tile size behavior and gallery behavior when resizing window."
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
919
|
+
"package": "@azure/communication-react",
|
920
|
+
"commit": "0bf88edfa2654900eb528be96c355985fb9f0bf9",
|
921
|
+
"comment": "Update PSTN and 1:N callstate logic to not show config screen in composites when starting call."
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
925
|
+
"package": "@azure/communication-react",
|
926
|
+
"commit": "4b7486a55f6052247b602fc43b906a45ce0da8b7",
|
927
|
+
"comment": "In the stateful call client subscribe to video effects changes and populate state when those subscriptions fire'"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
931
|
+
"package": "@azure/communication-react",
|
932
|
+
"commit": "f71df62eeeb7c8cf9834a860ba319f92466c9f58",
|
933
|
+
"comment": "Add video background effect choice items for upcoming background picker"
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
937
|
+
"package": "@azure/communication-react",
|
938
|
+
"commit": "d09a0abee5f1fbc128724d9edc150c9d3dcd3f58",
|
939
|
+
"comment": "tee video effects errors to state"
|
940
|
+
},
|
941
|
+
{
|
942
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
943
|
+
"package": "@azure/communication-react",
|
944
|
+
"commit": "de6f219f78d59ec7d99754871b4134a196e84688",
|
945
|
+
"comment": "Add type definitions to the new StatefulCallClient state fields for the incoming VideoEffectsFeature. This includes just type definitions with implementation to follow."
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
949
|
+
"package": "@azure/communication-react",
|
950
|
+
"commit": "a9de02ced6f798449b2e0a6f1e92022cc4bf4e77",
|
951
|
+
"comment": "Fix CallWithChat overflow buttons onClick not working, styles not being fully applied and and showLabel: false not hiding the button label."
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
955
|
+
"package": "@azure/communication-react",
|
956
|
+
"commit": "01388a9dd26c296f2756129407778e84c680f4ac",
|
957
|
+
"comment": "Expose unparentedLocalVideoStreams in the StatefulDeviceManager"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"author": "jinan@microsoft.com",
|
961
|
+
"package": "@azure/communication-react",
|
962
|
+
"commit": "e3051217cba6fe1d34fa9bf75e8b45bb737e279a",
|
963
|
+
"comment": "Update displayName code snippet for cte"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
967
|
+
"package": "@azure/communication-react",
|
968
|
+
"commit": "f0457b55d8e2e1de7cde781714dd5acbfb003da8",
|
969
|
+
"comment": "Add support for overflow button in desktop callwithchat"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
973
|
+
"package": "@azure/communication-react",
|
974
|
+
"commit": "5a5b9a1f34d2f58315ee150ad6da657a5d877592",
|
975
|
+
"comment": "Add Video background effects picker component"
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
979
|
+
"package": "@azure/communication-react",
|
980
|
+
"commit": "e5a12961f79dbd994bb02d934a8b36fa4282a1d1",
|
981
|
+
"comment": "Update vertical gallery styles to be responsive to the container height of the video gallery."
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
985
|
+
"package": "@azure/communication-react",
|
986
|
+
"commit": "bd95b784ec79203f98bba058a1c7c160da5b0220",
|
987
|
+
"comment": "Introduce responsive wrapper component for VerticalGallery."
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
991
|
+
"package": "@azure/communication-react",
|
992
|
+
"commit": "90d3f0b73fafec6ed799c572758c3586c9454f4e",
|
993
|
+
"comment": "update styles to allow tile vertical resizing"
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
997
|
+
"package": "@azure/communication-react",
|
998
|
+
"commit": "12bc09739a8e41d1bfdc034e3d0b77583a0fdcf0",
|
999
|
+
"comment": "Add announcer labels for nav buttons in vertical gallery and allow for style updates through props."
|
1000
|
+
},
|
1001
|
+
{
|
1002
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
1003
|
+
"package": "@azure/communication-react",
|
1004
|
+
"commit": "b61703e3a8f3673efe34d74eed548ca5e3ba1e24",
|
1005
|
+
"comment": "Video Effects Button and Pane"
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
1009
|
+
"package": "@azure/communication-react",
|
1010
|
+
"commit": "e45164a5c4338f7ce80a5d9631afc69d5de4fc70",
|
1011
|
+
"comment": "Introduce new base component for VerticalGalleries feature."
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"author": "joshlai@microsoft.com",
|
1015
|
+
"package": "@azure/communication-react",
|
1016
|
+
"commit": "d246999b75f8e1934d4e5759b824e3dfab6b7cc4",
|
1017
|
+
"comment": "Update FileUploadAdapter to include the download of authenticated attachments"
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
1021
|
+
"package": "@azure/communication-react",
|
1022
|
+
"commit": "725ff4e00400ce90ce1a57959fe96fce2ccb60c3",
|
1023
|
+
"comment": "Added overflowGalleryLayout prop to VideoGallery to control component for overflow participants"
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
1027
|
+
"package": "@azure/communication-react",
|
1028
|
+
"commit": "f9cdb4300001fcc057e83fc3d770c0d7121a7389",
|
1029
|
+
"comment": "Fix PSTN id parsing and add unit test to validate E.164 format numbers."
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
1033
|
+
"package": "@azure/communication-react",
|
1034
|
+
"commit": "0a8fde04aa3644f6b4ec0179f7fe79b9c278a3b5",
|
1035
|
+
"comment": "Updates LocalVideo tile to be 9:16 aspect ratio to show whole feed. fixes CallWithChat flashing issue with scrollable gallery."
|
1036
|
+
},
|
1037
|
+
{
|
1038
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
1039
|
+
"package": "@azure/communication-react",
|
1040
|
+
"commit": "153b62cd6a254a4ff90970c3c7dd0b635ca5222c",
|
1041
|
+
"comment": "Draft API for video background effects"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"author": "79475487+mgamis-msft@users.noreply.github.com",
|
1045
|
+
"package": "@azure/communication-react",
|
1046
|
+
"commit": "226383d48d9392c5be6a7c5249fca2852dede4b1",
|
1047
|
+
"comment": "VideoGallery in call composite will use a vertical overflow gallery when its aspect ratio is 16:9 or greater."
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"author": "jiangnanhello@live.com",
|
1051
|
+
"package": "@azure/communication-react",
|
1052
|
+
"commit": "46c5aea236f1057dcc71cd7db7866fa2e8fca467",
|
1053
|
+
"comment": "Add onFetchProfile to adapter"
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"author": "jinan@microsoft.com",
|
1057
|
+
"package": "@azure/communication-react",
|
1058
|
+
"commit": "e5fd73ffa04418097b5ee68b9feea60ecf7e1289",
|
1059
|
+
"comment": "Set all empty/undefined displayName to unnamed"
|
1060
|
+
}
|
1061
|
+
],
|
1062
|
+
"minor": [
|
1063
|
+
{
|
1064
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
1065
|
+
"package": "@azure/communication-react",
|
1066
|
+
"commit": "d56e313d7892db6cfd3a28032082f9d6f685601a",
|
1067
|
+
"comment": "Update @fluentui/react-icons to 2.0.194"
|
1068
|
+
}
|
1069
|
+
]
|
1070
|
+
}
|
1071
|
+
},
|
4
1072
|
{
|
5
1073
|
"date": "Wed, 01 Feb 2023 17:56:59 GMT",
|
6
1074
|
"tag": "@azure/communication-react_v1.5.1-beta.1",
|