@azure/communication-react 1.5.1-alpha-202211250013.0 → 1.5.2-alpha-202301190014.0

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.
Files changed (303) hide show
  1. package/CHANGELOG.beta.md +47 -1
  2. package/CHANGELOG.json +1554 -0
  3. package/CHANGELOG.stable.md +88 -2
  4. package/dist/communication-react.d.ts +468 -296
  5. package/dist/dist-cjs/communication-react/index.js +2904 -1694
  6. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/identifier.js +3 -47
  8. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -0
  12. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +8 -0
  13. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -10
  15. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  16. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
  17. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -7
  18. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -4
  20. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  21. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
  22. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +9 -0
  23. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +12 -0
  25. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +31 -6
  26. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +2 -13
  28. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -1
  30. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  31. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +2 -1
  32. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +14 -0
  33. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  35. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  36. package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +1 -0
  37. package/dist/dist-esm/calling-stateful-client/src/Logger.js +1 -0
  38. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  39. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
  40. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +11 -4
  41. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  42. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +39 -12
  43. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  44. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +2 -2
  45. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  46. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.d.ts +19 -0
  47. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +43 -0
  48. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -0
  49. package/dist/dist-esm/communication-react/src/index.d.ts +7 -5
  50. package/dist/dist-esm/communication-react/src/index.js +5 -3
  51. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  52. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  53. package/dist/dist-esm/react-components/src/components/DevicePermissions/{DomainPermissions.js → SitePermissions.js} +28 -22
  54. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  55. package/dist/dist-esm/react-components/src/components/DevicePermissions/{DomainPermissionsScaffolding.d.ts → SitePermissionsScaffolding.d.ts} +12 -12
  56. package/dist/dist-esm/react-components/src/components/DevicePermissions/{DomainPermissionsScaffolding.js → SitePermissionsScaffolding.js} +4 -4
  57. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  58. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +20 -9
  59. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  60. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.d.ts +1 -0
  61. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +18 -2
  62. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  63. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +4 -0
  64. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +1 -1
  65. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  66. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.d.ts +4 -0
  67. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +1 -1
  68. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  69. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +8 -0
  70. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  71. package/dist/dist-esm/react-components/src/components/MessageThread.js +6 -4
  72. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  73. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -2
  74. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +10 -12
  75. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  76. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +4 -0
  77. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +25 -4
  78. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  79. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +10 -4
  80. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +79 -7
  81. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +6 -6
  83. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +13 -21
  84. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  85. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.d.ts +37 -0
  86. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +27 -0
  87. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -0
  88. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.d.ts +41 -0
  89. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +32 -0
  90. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -0
  91. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.d.ts +32 -0
  92. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +25 -0
  93. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -0
  94. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +16 -0
  95. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +60 -0
  96. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -0
  97. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +12 -0
  98. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +41 -0
  99. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -0
  100. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +25 -0
  101. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +76 -0
  102. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -0
  103. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +38 -0
  104. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js +4 -0
  105. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -0
  106. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +9 -0
  107. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +18 -0
  108. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -0
  109. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +14 -0
  110. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +19 -0
  111. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +1 -0
  112. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.d.ts +6 -0
  113. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +9 -0
  114. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -0
  115. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +62 -0
  116. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +118 -0
  117. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -0
  118. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.d.ts +14 -0
  119. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +28 -0
  120. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -0
  121. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.d.ts +6 -0
  122. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js +9 -0
  123. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -0
  124. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.d.ts +9 -0
  125. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js +22 -0
  126. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -0
  127. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.d.ts +10 -0
  128. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +29 -0
  129. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -0
  130. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +45 -0
  131. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +57 -0
  132. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -0
  133. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.d.ts +2 -2
  134. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +7 -2
  135. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  136. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +23 -0
  137. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +96 -0
  138. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -0
  139. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +27 -0
  140. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +121 -0
  141. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -0
  142. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +66 -0
  143. package/dist/dist-esm/react-components/src/components/VideoGallery.js +131 -124
  144. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  145. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +12 -17
  146. package/dist/dist-esm/react-components/src/components/VideoTile.js +71 -38
  147. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  148. package/dist/dist-esm/react-components/src/components/index.d.ts +8 -3
  149. package/dist/dist-esm/react-components/src/components/index.js +3 -2
  150. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  151. package/dist/dist-esm/react-components/src/components/styles/{DomainPermissions.styles.d.ts → SitePermissions.styles.d.ts} +1 -1
  152. package/dist/dist-esm/react-components/src/components/styles/{DomainPermissions.styles.js → SitePermissions.styles.js} +1 -1
  153. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  154. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
  155. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  156. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  157. package/dist/dist-esm/react-components/src/components/styles/{UnsupportedBrowser.styles.js → UnsupportedEnvironment.styles.js} +25 -10
  158. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  159. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +1 -95
  160. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +3 -138
  161. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  162. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +1 -1
  163. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +11 -26
  164. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  165. package/dist/dist-esm/react-components/src/components/utils/useLongPress.d.ts +13 -10
  166. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +66 -37
  167. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  168. package/dist/dist-esm/react-components/src/components/utils.d.ts +1 -6
  169. package/dist/dist-esm/react-components/src/components/utils.js +4 -16
  170. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  171. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  172. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +31 -19
  174. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  175. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +1 -1
  176. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +1 -1
  177. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +49 -14
  178. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +1 -1
  179. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +1 -1
  180. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +1 -1
  181. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +1 -1
  182. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +1 -1
  183. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +1 -1
  184. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +1 -1
  185. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +1 -1
  186. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +1 -1
  187. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +1 -1
  188. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +1 -1
  189. package/dist/dist-esm/react-components/src/theming/icons.d.ts +11 -6
  190. package/dist/dist-esm/react-components/src/theming/icons.js +30 -20
  191. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +1 -1
  193. package/dist/dist-esm/react-components/src/theming/icons.styles.js +1 -1
  194. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  196. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  197. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +24 -11
  198. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +9 -9
  199. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  200. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +56 -0
  201. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  202. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +16 -10
  203. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +89 -40
  204. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  205. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +11 -17
  206. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  207. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +2 -2
  208. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +1 -1
  209. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  210. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
  211. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +19 -18
  212. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  213. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +5 -4
  214. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +68 -28
  215. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -1
  216. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +16 -0
  217. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/{ConfigurationpageCameraDropdown.js → ConfigurationPageCameraDropdown.js} +4 -6
  218. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -0
  219. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/{ConfigurationpageErrorBar.d.ts → ConfigurationPageErrorBar.d.ts} +3 -4
  220. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/{ConfigurationpageErrorBar.js → ConfigurationPageErrorBar.js} +4 -6
  221. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -0
  222. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +16 -0
  223. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/{ConfigurationpageMicDropdown.js → ConfigurationPageMicDropdown.js} +4 -8
  224. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -0
  225. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +1 -0
  226. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  227. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  228. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +16 -14
  229. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  230. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +8 -3
  231. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  232. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +3 -0
  233. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +26 -4
  234. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  235. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -1
  236. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  237. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +11 -3
  238. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  239. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -4
  240. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +1 -1
  241. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  242. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +6 -2
  243. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  244. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +3 -3
  245. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +46 -27
  246. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  247. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +2 -0
  248. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +28 -7
  249. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -1
  250. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +7 -0
  251. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +9 -1
  252. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  253. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +4 -0
  254. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +10 -0
  255. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  256. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +29 -0
  257. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +119 -0
  258. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -0
  259. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +20 -4
  260. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +74 -21
  261. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  262. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +16 -7
  263. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +22 -10
  264. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  265. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +2 -0
  266. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  267. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -0
  268. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -0
  269. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  270. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +4 -0
  271. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  272. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -0
  273. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +7 -1
  274. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  275. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +8 -0
  276. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  277. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +4 -0
  278. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  279. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +26 -3
  280. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  281. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.d.ts +8 -0
  282. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +40 -0
  283. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -0
  284. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +1 -1
  285. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  286. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +11 -6
  287. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +1 -0
  288. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  289. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +2 -1
  290. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  291. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +15 -1
  292. package/package.json +12 -11
  293. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.d.ts +0 -101
  294. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js.map +0 -1
  295. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js.map +0 -1
  296. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
  297. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
  298. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
  299. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.d.ts +0 -17
  300. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +0 -1
  301. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js.map +0 -1
  302. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.d.ts +0 -17
  303. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -1,6 +1,1560 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 04 Jan 2023 23:56:34 GMT",
6
+ "tag": "@azure/communication-react_v1.5.0",
7
+ "version": "1.5.0",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "jinan@microsoft.com",
12
+ "package": "@internal/react-composites",
13
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
14
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
15
+ },
16
+ {
17
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
18
+ "package": "@internal/react-composites",
19
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
20
+ "comment": "Update pro based on newer api (no functional change)"
21
+ },
22
+ {
23
+ "author": "edwardlee@microsoft.com",
24
+ "package": "@internal/react-composites",
25
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
26
+ "comment": "Add missing PSTN conditional compilation"
27
+ },
28
+ {
29
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
30
+ "package": "@internal/react-composites",
31
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
32
+ "comment": "Bumped"
33
+ },
34
+ {
35
+ "author": "jinan@microsoft.com",
36
+ "package": "@internal/react-composites",
37
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
38
+ "comment": "Add type cast to support latest lib.dom version"
39
+ },
40
+ {
41
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
42
+ "package": "@internal/react-composites",
43
+ "commit": "d00af9f75b8341762abd708e7b5dd5d043e84b19",
44
+ "comment": "Add support for conditionally compiled browser tests"
45
+ },
46
+ {
47
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
48
+ "package": "@internal/react-composites",
49
+ "commit": "60540a73e437a99f7af3910e2282b534c37b79a9",
50
+ "comment": "browser tests: drop runtime test for build flavor environment variable"
51
+ },
52
+ {
53
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
54
+ "package": "@internal/react-composites",
55
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
56
+ "comment": "Update names"
57
+ },
58
+ {
59
+ "author": "carolinecao@microsoft.com",
60
+ "package": "@internal/react-composites",
61
+ "commit": "6602f6b063057bc3a194d899d3f7b4b192a37615",
62
+ "comment": "Use permission API to get device permissions "
63
+ },
64
+ {
65
+ "author": "jiangnanhello@live.com",
66
+ "package": "@internal/react-composites",
67
+ "commit": "3a8a36f9e5c4432e8d5746f4a296b38af920ac5c",
68
+ "comment": "Add step to validate identifier"
69
+ },
70
+ {
71
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
72
+ "package": "@internal/storybook",
73
+ "commit": "1e0f9b6bb5d2e5c98fc1076160b5b25d03cf3695",
74
+ "comment": "Clean up storybook quickstart setup page"
75
+ },
76
+ {
77
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
78
+ "package": "@internal/storybook",
79
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
80
+ "comment": "Update domain permissions story to have checking device permissions type"
81
+ },
82
+ {
83
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
84
+ "package": "@internal/storybook",
85
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
86
+ "comment": "Bumped"
87
+ },
88
+ {
89
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
90
+ "package": "@internal/storybook",
91
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
92
+ "comment": "Update internal story to have denied vs request domain permission skus"
93
+ },
94
+ {
95
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
96
+ "package": "@internal/storybook",
97
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
98
+ "comment": "Add stories for individual camera and mic permission modals in internal folder"
99
+ },
100
+ {
101
+ "author": "anjulgarg@live.com",
102
+ "package": "@azure/communication-react",
103
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
104
+ "comment": "Change displayNamePlaceholder"
105
+ },
106
+ {
107
+ "author": "miguelgamis@microsoft.com",
108
+ "package": "@azure/communication-react",
109
+ "commit": "e7b12c4e724d5a1930aae93d8c5dd3ed7997b909",
110
+ "comment": "FloatingLocalVideoLayout component added to refactor VideoGallery"
111
+ },
112
+ {
113
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
114
+ "package": "@azure/communication-react",
115
+ "commit": "368c4cefaea1ee51d11c7e4b2e6f8555442a6989",
116
+ "comment": "Rewire tooling to generate changefiles and changelogs"
117
+ },
118
+ {
119
+ "author": "miguelgamis@microsoft.com",
120
+ "package": "@azure/communication-react",
121
+ "commit": "0572ff1f9bcdb3d06f68965e3fa7ceda42988576",
122
+ "comment": "DefaultLayout component added to refactor VideoGallery"
123
+ },
124
+ {
125
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
126
+ "package": "@azure/communication-react",
127
+ "commit": "b059bcf5d62a57662c4ed4d07cd0f2eb0c66ec80",
128
+ "comment": "bump package versions after release"
129
+ },
130
+ {
131
+ "author": "anjulgarg@live.com",
132
+ "package": "@azure/communication-react",
133
+ "commit": "ef3773b431cf9cb57bb9dfe2a76add8f2a850cc7",
134
+ "comment": "Remove custom end call screen from calling sample"
135
+ },
136
+ {
137
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
138
+ "package": "@azure/communication-react",
139
+ "commit": "eefc3df0b19ed631050f3f2cef731fb04a593e6b",
140
+ "comment": "Add architectural overview doc"
141
+ },
142
+ {
143
+ "author": "miguelgamis@microsoft.com",
144
+ "package": "@azure/communication-react",
145
+ "commit": "64ee8ce91eb7a7ccbd146818ffe415c6964b93e9",
146
+ "comment": "Added VideoGallery default layout enzyme test"
147
+ },
148
+ {
149
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
150
+ "package": "@azure/communication-react",
151
+ "commit": "32e88496bd18bf57c6f26cee1152dc193ab5e3c9",
152
+ "comment": "Bumped"
153
+ },
154
+ {
155
+ "author": "miguelgamis@microsoft.com",
156
+ "package": "@azure/communication-react",
157
+ "commit": "ad4d4c8caca1fd793b59944a1b1c72f6c49fe8c3",
158
+ "comment": "Print inputs on npm-release workflow"
159
+ },
160
+ {
161
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
162
+ "package": "@azure/communication-react",
163
+ "commit": "e8009754bb4027160355ccf68a8ecbdb682c6afe",
164
+ "comment": "rename continueButton to continueAnywayButton"
165
+ },
166
+ {
167
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
168
+ "package": "@azure/communication-react",
169
+ "commit": "6a808aaf215f81cf173bf574e5de56bf95a16e6d",
170
+ "comment": "Document CI setup"
171
+ },
172
+ {
173
+ "author": "edwardlee@microsoft.com",
174
+ "package": "@azure/communication-react",
175
+ "commit": "ff7e73ff8d0a3dd4424959128b486f452dbbf37f",
176
+ "comment": "Add beta version option for beta banners in Storybook"
177
+ },
178
+ {
179
+ "author": "miguelgamis@microsoft.com",
180
+ "package": "@azure/communication-react",
181
+ "commit": "9e63bbb22648a7d4ca8260688c49f985b805d273",
182
+ "comment": "Added VideoGallery 'floatingLocalVideo' layout enzyme tests"
183
+ },
184
+ {
185
+ "author": "anjulgarg@live.com",
186
+ "package": "@azure/communication-react",
187
+ "commit": "aa360625dc37eaa7ef536d29bbe5832853e86955",
188
+ "comment": "Making VideoStreamRendererView declarative"
189
+ },
190
+ {
191
+ "author": "jinan@microsoft.com",
192
+ "package": "@azure/communication-react",
193
+ "commit": "ba391fd4d745927a50897348c372af6574462c7c",
194
+ "comment": "Add conditional build to callWithChat"
195
+ },
196
+ {
197
+ "author": "jinan@microsoft.com",
198
+ "package": "@azure/communication-react",
199
+ "commit": "513702c4f8e2009be43d02c52a6e6955fd38921a",
200
+ "comment": "Revert \"[bugfix] Resolve Mute/Unmute Icon tooltip showing up immediately after the call is joined (#2587)\""
201
+ },
202
+ {
203
+ "author": "anjulgarg@live.com",
204
+ "package": "@azure/communication-react",
205
+ "commit": "7e15597cf89b4cf1237d2278e1f2d1a0103438ff",
206
+ "comment": "Updating documentation around alternateCallerId"
207
+ },
208
+ {
209
+ "author": "jinan@microsoft.com",
210
+ "package": "@azure/communication-react",
211
+ "commit": "39e724bb9a817863cfeb6e6f17318e1d20c97e92",
212
+ "comment": "Add inlineSources to common config"
213
+ },
214
+ {
215
+ "author": "carolinecao@microsoft.com",
216
+ "package": "@azure/communication-react",
217
+ "commit": "3deeee19948cd9b6fe90d2ec94263be100368005",
218
+ "comment": "enable call readiness for samples"
219
+ },
220
+ {
221
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
222
+ "package": "@azure/communication-react",
223
+ "commit": "42a56ea56b5a665ce3af459aa4fba5135e53a986",
224
+ "comment": "Remove leaked internal type from API"
225
+ },
226
+ {
227
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
228
+ "package": "@azure/communication-react",
229
+ "commit": "0387d92b89530ca635abdf2ee7402edf5151616a",
230
+ "comment": "Document change-log tooling"
231
+ },
232
+ {
233
+ "author": "carolinecao@microsoft.com",
234
+ "package": "@azure/communication-react",
235
+ "commit": "62ceb6ea9b1feb8abe8e6d150fc23dfbc0ced282",
236
+ "comment": "Make sure call readiness displays properly on landscape"
237
+ },
238
+ {
239
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
240
+ "package": "@internal/acs-ui-common",
241
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
242
+ "comment": "Bumped"
243
+ },
244
+ {
245
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
246
+ "package": "@internal/acs-ui-common",
247
+ "commit": "807c931ca9bdc6813b08c1e01bd60f4131be089e",
248
+ "comment": "Document template of the application ID used for telemetry"
249
+ },
250
+ {
251
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
252
+ "package": "@internal/calling-component-bindings",
253
+ "commit": "6b4049475e182608504163b25d62692a6f781e7f",
254
+ "comment": "Stable release branch hotfix: Fix camera turning back on when turned off on connecting screen (#2458)"
255
+ },
256
+ {
257
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
258
+ "package": "@internal/calling-component-bindings",
259
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
260
+ "comment": "Bumped"
261
+ },
262
+ {
263
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
264
+ "package": "@internal/calling-stateful-client",
265
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
266
+ "comment": "Bumped"
267
+ },
268
+ {
269
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
270
+ "package": "@internal/chat-component-bindings",
271
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
272
+ "comment": "Bumped"
273
+ },
274
+ {
275
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
276
+ "package": "@internal/chat-stateful-client",
277
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
278
+ "comment": "Bumped"
279
+ },
280
+ {
281
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
282
+ "package": "@internal/fake-backends",
283
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
284
+ "comment": "Bumped"
285
+ },
286
+ {
287
+ "author": "edwardlee@microsoft.com",
288
+ "package": "@internal/react-components",
289
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
290
+ "comment": "Add missing PSTN conditional compilation"
291
+ },
292
+ {
293
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
294
+ "package": "@internal/react-components",
295
+ "commit": "467ea946e9d58b3accebc4821466afd754eabd7e",
296
+ "comment": "Create a device ermissions sub directory"
297
+ },
298
+ {
299
+ "author": "carolinecao@microsoft.com",
300
+ "package": "@internal/react-components",
301
+ "commit": "020102df6028cc4ea61f9c9cfd44839d53b4f14f",
302
+ "comment": "Add data ui id to device permission component"
303
+ },
304
+ {
305
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
306
+ "package": "@internal/react-components",
307
+ "commit": "3421272897067d1e196176deec2f04a4c530d66e",
308
+ "comment": "Add ability to style a failed chat message (fixes #2257)"
309
+ },
310
+ {
311
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
312
+ "package": "@internal/react-components",
313
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
314
+ "comment": "Bumped"
315
+ }
316
+ ],
317
+ "prerelease": [
318
+ {
319
+ "author": "miguelgamis@microsoft.com",
320
+ "package": "@internal/react-composites",
321
+ "commit": "517ee3ddd100d9dfde03db5aff6436278ea496c5",
322
+ "comment": "Exporting type AzureCommunicationCallAdapterOptions"
323
+ },
324
+ {
325
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
326
+ "package": "@internal/react-composites",
327
+ "commit": "2b44fdc3728a002dd0ac5823e90c6719e91c2c17",
328
+ "comment": "API.md changes"
329
+ },
330
+ {
331
+ "author": "carolinecao@microsoft.com",
332
+ "package": "@internal/react-composites",
333
+ "commit": "d075433a363565a25612db2a26088253fbe3c340",
334
+ "comment": "Add enable call readiness option for Call and CallWithChat composite"
335
+ },
336
+ {
337
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
338
+ "package": "@internal/react-composites",
339
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
340
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
341
+ },
342
+ {
343
+ "author": "carolinecao@microsoft.com",
344
+ "package": "@internal/react-composites",
345
+ "commit": "b2aa36a5d2dc931fd2b9a50d7757946752888c62",
346
+ "comment": "Auto prompt for device access and show different modals based on device permission state when call readiness is turned on"
347
+ },
348
+ {
349
+ "author": "miguelgamis@microsoft.com",
350
+ "package": "@internal/react-composites",
351
+ "commit": "0b60aba0f6c7fe265ac415ce0b077cc52796746a",
352
+ "comment": "Moved roleHint prop of CallComposite to CallAdapter state."
353
+ },
354
+ {
355
+ "author": "miguelgamis@microsoft.com",
356
+ "package": "@internal/react-composites",
357
+ "commit": "cbde9d2aa633d732f80a0df855d8e4d6ea7cc595",
358
+ "comment": "Access role from stateful call client in CallComposite and changed CallComposite prop name from role to roleHint."
359
+ },
360
+ {
361
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
362
+ "package": "@internal/react-composites",
363
+ "commit": "adb2a443098f13b37cdc7bcc032dad0f63224638",
364
+ "comment": "Introduce e2e tests for lobby screen in calling composite to validate experience for different call types."
365
+ },
366
+ {
367
+ "author": "carolinecao@microsoft.com",
368
+ "package": "@internal/react-composites",
369
+ "commit": "1886edefa8d3421057ef3b5f72df8b8b1306b209",
370
+ "comment": "Implement fall back UI for call readiness, this is displayed when permission api is not available"
371
+ },
372
+ {
373
+ "author": "carolinecao@microsoft.com",
374
+ "package": "@internal/react-composites",
375
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
376
+ "comment": "Add troubleshooting error bar to call composite config "
377
+ },
378
+ {
379
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
380
+ "package": "@internal/react-composites",
381
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
382
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
383
+ },
384
+ {
385
+ "author": "miguelgamis@microsoft.com",
386
+ "package": "@internal/react-composites",
387
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
388
+ "comment": "Added getRole selector"
389
+ },
390
+ {
391
+ "author": "carolinecao@microsoft.com",
392
+ "package": "@internal/react-composites",
393
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
394
+ "comment": "Add allow access modal to configuration screen"
395
+ },
396
+ {
397
+ "author": "carolinecao@microsoft.com",
398
+ "package": "@internal/react-composites",
399
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
400
+ "comment": "Add device permission drawer to calling mobile config screen"
401
+ },
402
+ {
403
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
404
+ "package": "@internal/react-composites",
405
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
406
+ "comment": "Enable the browser check for the call composite to alert users they are using a unsupported browser."
407
+ },
408
+ {
409
+ "author": "carolinecao@microsoft.com",
410
+ "package": "@internal/storybook",
411
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
412
+ "comment": "Updated troubleshooting error bar storybook "
413
+ },
414
+ {
415
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
416
+ "package": "@internal/storybook",
417
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
418
+ "comment": "Bump Calling version to new beta"
419
+ },
420
+ {
421
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
422
+ "package": "@internal/storybook",
423
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
424
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
425
+ },
426
+ {
427
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
428
+ "package": "@internal/storybook",
429
+ "commit": "a85305c823be1f5601c2979694f27f82e6eabc9b",
430
+ "comment": "initializeIcons() in 1:N and PSTN quickstarts"
431
+ },
432
+ {
433
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
434
+ "package": "@internal/storybook",
435
+ "commit": "0b16287d6ddb7104fdba7eee25bb10fb285bfa81",
436
+ "comment": "updating storybook documentation to all note there is a callWithChat composite js bundle"
437
+ },
438
+ {
439
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
440
+ "package": "@azure/communication-react",
441
+ "commit": "b3eb013be390e5dd3895fccb995b1950b1a93693",
442
+ "comment": "Introduce UI to inform the user that their browser version is out of date."
443
+ },
444
+ {
445
+ "author": "jinan@microsoft.com",
446
+ "package": "@azure/communication-react",
447
+ "commit": "fcf77063e731488a3b4e1cac13b0a4d37caf5089",
448
+ "comment": "Fix unreachable bug when use stable sdk with beta"
449
+ },
450
+ {
451
+ "author": "anjulgarg@live.com",
452
+ "package": "@azure/communication-react",
453
+ "commit": "6210bfaeed2155c7b13966d06a7c65b3a9856260",
454
+ "comment": "Add drawer menu for mobile devices to video gallery"
455
+ },
456
+ {
457
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
458
+ "package": "@azure/communication-react",
459
+ "commit": "b328788adc9374c26d3b2f9c512f5ea080839d74",
460
+ "comment": "rename DomainPermissions to SitePermissions"
461
+ },
462
+ {
463
+ "author": "jinan@microsoft.com",
464
+ "package": "@azure/communication-react",
465
+ "commit": "1dd84a18e631058448f42bfdeb47fa0d199a2af5",
466
+ "comment": "Change args type to teams specific"
467
+ },
468
+ {
469
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
470
+ "package": "@azure/communication-react",
471
+ "commit": "bc1c17d2e96eaf1f0450368623a86de19af9b02e",
472
+ "comment": "Introduce unsupported browser version ability to let old browser into call in composites"
473
+ },
474
+ {
475
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
476
+ "package": "@azure/communication-react",
477
+ "commit": "127382346275755db46e25aaef96ebd69a52077d",
478
+ "comment": "simplifying chat server requiring adminUserId"
479
+ },
480
+ {
481
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
482
+ "package": "@azure/communication-react",
483
+ "commit": "a973cbd8a4c677e438513af1647bc8925dedc74e",
484
+ "comment": "turn call readiness alwayson"
485
+ },
486
+ {
487
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
488
+ "package": "@azure/communication-react",
489
+ "commit": "7eef60be7a76b135f07c71375e5673c18cd7c55c",
490
+ "comment": "Correctly propagate callbacks, add missing callback to callwithchat and memoize callcomposite options"
491
+ },
492
+ {
493
+ "author": "jinan@microsoft.com",
494
+ "package": "@azure/communication-react",
495
+ "commit": "78c04a3432f4488e889c40b0d057e1f1187bb296",
496
+ "comment": "Add Teams identity support to adapter layer"
497
+ },
498
+ {
499
+ "author": "miguelgamis@microsoft.com",
500
+ "package": "@azure/communication-react",
501
+ "commit": "e9d8ea2cbe65603a2c4b97613d6f823ac7d475ff",
502
+ "comment": "Added onPinParticipant and onUnpinParticipant props to VideoGallery. Added pin/unpin menu items to remote VideoTile components in VideoGallery."
503
+ },
504
+ {
505
+ "author": "jinan@microsoft.com",
506
+ "package": "@azure/communication-react",
507
+ "commit": "2b88ca3a97079073d4dc97e78222ae5b1e3e37cf",
508
+ "comment": "Add teams identity option to sample"
509
+ },
510
+ {
511
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
512
+ "package": "@azure/communication-react",
513
+ "commit": "4cf3804b0075bed218d832de5e737e6a214b7d1f",
514
+ "comment": "Introduce UI to inform the user that they are using a unsupported operating system to join a call."
515
+ },
516
+ {
517
+ "author": "anjulgarg@live.com",
518
+ "package": "@azure/communication-react",
519
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
520
+ "comment": "AvatarPersona now exposes showUnknownPersonaCoin prop similar to Persona component"
521
+ },
522
+ {
523
+ "author": "anjulgarg@live.com",
524
+ "package": "@azure/communication-react",
525
+ "commit": "8c7b746378a4e6f0d5fd99dfe50f2a486b550794",
526
+ "comment": "Add scalingMode to VideoGalleryStream type"
527
+ },
528
+ {
529
+ "author": "anjulgarg@live.com",
530
+ "package": "@azure/communication-react",
531
+ "commit": "f9f9f8c9c4fc6c5971ad803019db909d5d5f9903",
532
+ "comment": "Use IContextualMenuProps for VideoTile menu items"
533
+ },
534
+ {
535
+ "author": "anjulgarg@live.com",
536
+ "package": "@azure/communication-react",
537
+ "commit": "49a7d79a0deb0bc628a4d16d695917dba83bf692",
538
+ "comment": "Add fit/fill options to VideoGallery video tiles"
539
+ },
540
+ {
541
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
542
+ "package": "@azure/communication-react",
543
+ "commit": "0816af856af75433c55176376cb57f174717aebe",
544
+ "comment": "remove opt in feature for the unsuppoted browser experience in the Call and CallWithChat composites"
545
+ },
546
+ {
547
+ "author": "carolinecao@microsoft.com",
548
+ "package": "@azure/communication-react",
549
+ "commit": "6dd143c08bf67f599bfe3d2b96367caadddd2895",
550
+ "comment": "Change domain Permission prop isSafari to browserHint: 'safari' | 'unset' to allow further customization for other browsers"
551
+ },
552
+ {
553
+ "author": "carolinecao@microsoft.com",
554
+ "package": "@azure/communication-react",
555
+ "commit": "06b3cc52f6d2ed4a72ad0787a73ff9bafeccc4f8",
556
+ "comment": "Fixed bug where on safari browser the device denied screen is not showing when don't allow is clicked "
557
+ },
558
+ {
559
+ "author": "miguelgamis@microsoft.com",
560
+ "package": "@azure/communication-react",
561
+ "commit": "c4903a59d3dc1d25379a324cf9bfe177999082ba",
562
+ "comment": "Add pinnedParticipants prop to VideoGallery"
563
+ },
564
+ {
565
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
566
+ "package": "@azure/communication-react",
567
+ "commit": "38fb673d5a562b4043c0710bea42076aa21988f0",
568
+ "comment": "Introduce tests for validating allowWithUnsupportedBrowser button in unsupportedBrowserVersion UI."
569
+ },
570
+ {
571
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
572
+ "package": "@azure/communication-react",
573
+ "commit": "cf357fae7550754d4362bead2dbdd68a333f7227",
574
+ "comment": "Introduce E2E tests for new unsupported environment UI."
575
+ },
576
+ {
577
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
578
+ "package": "@azure/communication-react",
579
+ "commit": "a46116ffc9dd2f7590f763ed7189f4933943a8e2",
580
+ "comment": "Fix permissions issue on older iOS devices to cover unsupported permissions API call."
581
+ },
582
+ {
583
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
584
+ "package": "@azure/communication-react",
585
+ "commit": "827aa4fbc6c649f8dec5b445e51b5b9705c7b0d8",
586
+ "comment": "Rename DevicePermissions to DeviceChecks"
587
+ },
588
+ {
589
+ "author": "anjulgarg@live.com",
590
+ "package": "@azure/communication-react",
591
+ "commit": "78e82747c09ebef2f5bb365153f4a1f4cb6eb1bb",
592
+ "comment": "VideoTile provides a prop `onLongTouch` that allows users to trigger a custom callback when VideoTile is long touched"
593
+ },
594
+ {
595
+ "author": "miguelgamis@microsoft.com",
596
+ "package": "@internal/calling-component-bindings",
597
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
598
+ "comment": "Added role to selectors"
599
+ },
600
+ {
601
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
602
+ "package": "@internal/calling-component-bindings",
603
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
604
+ "comment": "Introduce getEnvironmentInfo API from calling to stateful-client."
605
+ },
606
+ {
607
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
608
+ "package": "@internal/calling-component-bindings",
609
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
610
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
611
+ },
612
+ {
613
+ "author": "jinan@microsoft.com",
614
+ "package": "@internal/calling-component-bindings",
615
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
616
+ "comment": "Add teams identity support to binding layer"
617
+ },
618
+ {
619
+ "author": "jinan@microsoft.com",
620
+ "package": "@internal/calling-stateful-client",
621
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
622
+ "comment": "Add teams identity support to binding layer"
623
+ },
624
+ {
625
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
626
+ "package": "@internal/calling-stateful-client",
627
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
628
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
629
+ },
630
+ {
631
+ "author": "miguelgamis@microsoft.com",
632
+ "package": "@internal/calling-stateful-client",
633
+ "commit": "6d2b3839dbdd03864de1921dcb541cd610e331f6",
634
+ "comment": "Add rooms role into calling stateful client"
635
+ },
636
+ {
637
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
638
+ "package": "@internal/calling-stateful-client",
639
+ "commit": "fbfe38ebecbb97f70b8ac17a99da7ae29fd94a29",
640
+ "comment": "Only export DeclarativeCallAgent in beta build"
641
+ },
642
+ {
643
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
644
+ "package": "@internal/calling-stateful-client",
645
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
646
+ "comment": "Introduce getEnvironmentInfo API from calling to stateful-client."
647
+ },
648
+ {
649
+ "author": "jinan@microsoft.com",
650
+ "package": "@internal/calling-stateful-client",
651
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
652
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
653
+ },
654
+ {
655
+ "author": "carolinecao@microsoft.com",
656
+ "package": "@internal/react-components",
657
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
658
+ "comment": "change device permission component string prop to optional"
659
+ },
660
+ {
661
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
662
+ "package": "@internal/react-components",
663
+ "commit": "e0980acef6249da5f751954e68fb167a27e08127",
664
+ "comment": "Updated styling in unsupported browser component to better support CallWIthChat composite unsupportedBrowser screen."
665
+ },
666
+ {
667
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
668
+ "package": "@internal/react-components",
669
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
670
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
671
+ },
672
+ {
673
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
674
+ "package": "@internal/react-components",
675
+ "commit": "1b91cc5a3b775c3db0bedd577defeb62e0075a1e",
676
+ "comment": "Remove padding and margins from base dialpad component."
677
+ },
678
+ {
679
+ "author": "carolinecao@microsoft.com",
680
+ "package": "@internal/react-components",
681
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
682
+ "comment": "Make components string optional"
683
+ },
684
+ {
685
+ "author": "edwardlee@microsoft.com",
686
+ "package": "@internal/react-components",
687
+ "commit": "2a279a14cc990a9716c96a582931a8b277bbfa34",
688
+ "comment": "Fix dark mode text for TroubleshootingGuideErrorBar messages"
689
+ },
690
+ {
691
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
692
+ "package": "@internal/react-components",
693
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
694
+ "comment": "Add domain permission denied prompt pure UI component"
695
+ },
696
+ {
697
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
698
+ "package": "@internal/react-components",
699
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
700
+ "comment": "New individual camera and microphone permission modals"
701
+ },
702
+ {
703
+ "author": "carolinecao@microsoft.com",
704
+ "package": "@internal/react-components",
705
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
706
+ "comment": "Enabled troubleshooting guide error bar to display network error guide/device error guide based on error type "
707
+ },
708
+ {
709
+ "author": "anjulgarg@live.com",
710
+ "package": "@internal/react-components",
711
+ "commit": "1b49a7e17ef1d7c18d2322d01da28b9116074fc3",
712
+ "comment": "Bugfix mute indicator color not matching display name"
713
+ },
714
+ {
715
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
716
+ "package": "@internal/react-components",
717
+ "commit": "40d5101942d87036ad44d5b3dc53373b8521b460",
718
+ "comment": "Add a new prop 'menuItems' that allows developers to inject contextual menu items in Video Tile"
719
+ },
720
+ {
721
+ "author": "miguelgamis@microsoft.com",
722
+ "package": "@internal/react-components",
723
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
724
+ "comment": "Added role to CallParticipantListParticipant type"
725
+ },
726
+ {
727
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
728
+ "package": "@internal/react-components",
729
+ "commit": "2b44fdc3728a002dd0ac5823e90c6719e91c2c17",
730
+ "comment": "Add a prop 'isPinned' to the VideoTile component for toggling the pin icon"
731
+ },
732
+ {
733
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
734
+ "package": "@internal/react-components",
735
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
736
+ "comment": "Add checking device permission prompt pure ui component"
737
+ }
738
+ ],
739
+ "patch": [
740
+ {
741
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
742
+ "package": "@internal/react-composites",
743
+ "commit": "d303892227d0a98faad54a2cec790800e37f1c77",
744
+ "comment": "Fix remove participant logic for teams user. Make sure to enforce isRemovable property on participantList participant."
745
+ },
746
+ {
747
+ "author": "edwardlee@microsoft.com",
748
+ "package": "@internal/react-composites",
749
+ "commit": "d7293fca758edb5927f520f36471bd863dc69bb9",
750
+ "comment": "Focus on participant list when opening people pane"
751
+ },
752
+ {
753
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
754
+ "package": "@internal/react-composites",
755
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
756
+ "comment": "Allow a range of communication services dependency packages"
757
+ },
758
+ {
759
+ "author": "anjulgarg@live.com",
760
+ "package": "@internal/react-composites",
761
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
762
+ "comment": "Config page local preview does not show a black screen when camera devices are removed."
763
+ },
764
+ {
765
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
766
+ "package": "@internal/react-composites",
767
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
768
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter"
769
+ },
770
+ {
771
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
772
+ "package": "@internal/react-composites",
773
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
774
+ "comment": "Bump dependencies to get closer to react 18 support"
775
+ },
776
+ {
777
+ "author": "miguelgamis@microsoft.com",
778
+ "package": "@internal/react-composites",
779
+ "commit": "08765a2c32ab5384156bcf706a5939a2808b55c2",
780
+ "comment": "Fix CallWithChatPane drawer menu that stays open after switching mobile tabs"
781
+ },
782
+ {
783
+ "author": "carolinecao@microsoft.com",
784
+ "package": "@internal/react-composites",
785
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
786
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
787
+ },
788
+ {
789
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
790
+ "package": "@internal/react-composites",
791
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
792
+ "comment": "Refresh string translations"
793
+ },
794
+ {
795
+ "author": "carolinecao@microsoft.com",
796
+ "package": "@internal/react-composites",
797
+ "commit": "fe8ac93f7d7404fc1ab2d37b084758aaee3151ba",
798
+ "comment": "Increase max listener limit to remove warning in console"
799
+ },
800
+ {
801
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
802
+ "package": "@internal/react-composites",
803
+ "commit": "f77ff8331775565f18d85e7d7a317cada2b78e3a",
804
+ "comment": "Fix a string name and restrict it to beta builds"
805
+ },
806
+ {
807
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
808
+ "package": "@internal/storybook",
809
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
810
+ "comment": "Bump dependencies to get closer to react 18 support"
811
+ },
812
+ {
813
+ "author": "carolinecao@microsoft.com",
814
+ "package": "@internal/storybook",
815
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
816
+ "comment": "Move icon register code to manager to avoid re-register warning on load"
817
+ },
818
+ {
819
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
820
+ "package": "@internal/storybook",
821
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
822
+ "comment": "Allow a range of communication services dependency packages"
823
+ },
824
+ {
825
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
826
+ "package": "@internal/storybook",
827
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
828
+ "comment": "Add documentation for minimum typescript and webpack versions."
829
+ },
830
+ {
831
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
832
+ "package": "@azure/communication-react",
833
+ "commit": "98aa510d8af2585cc8b59be8717fb48251e57114",
834
+ "comment": "Fix spacing for local Camera switcher button when in localVideoTile."
835
+ },
836
+ {
837
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
838
+ "package": "@azure/communication-react",
839
+ "commit": "f05183f007655005e197097d0e4153d84c0e6278",
840
+ "comment": "update webpack version."
841
+ },
842
+ {
843
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
844
+ "package": "@azure/communication-react",
845
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
846
+ "comment": "Add anouncement strings to the composites so the narrator will announce when someone joins or leaves"
847
+ },
848
+ {
849
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
850
+ "package": "@azure/communication-react",
851
+ "commit": "c79b587ca20d4f38bfec7bff1155b69bc77e767c",
852
+ "comment": "Tee errors to state when starting or stopping a local video preview outside of a call fails"
853
+ },
854
+ {
855
+ "author": "jinan@microsoft.com",
856
+ "package": "@azure/communication-react",
857
+ "commit": "bbe605cabff800b4579b420427d45ed40926c131",
858
+ "comment": "Fix chat pane problem when no parent height is set"
859
+ },
860
+ {
861
+ "author": "carolinecao@microsoft.com",
862
+ "package": "@azure/communication-react",
863
+ "commit": "b658baf369772b77c517c0efe172edb2c6fc55d7",
864
+ "comment": "Display correct error text and guidance text for device permission errors on safari browser"
865
+ },
866
+ {
867
+ "author": "anjulgarg@live.com",
868
+ "package": "@azure/communication-react",
869
+ "commit": "efb0bc97560d9668936220e58fd77b9dff73240d",
870
+ "comment": "Bugfix disableEditing not working in MessageThread."
871
+ },
872
+ {
873
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
874
+ "package": "@azure/communication-react",
875
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
876
+ "comment": "Ignore errors from previous call when surfacing errors to composite UI"
877
+ },
878
+ {
879
+ "author": "edwardlee@microsoft.com",
880
+ "package": "@azure/communication-react",
881
+ "commit": "d153271c5e6f966497112e1ae4a22f1f652873b3",
882
+ "comment": "Fix tab order focus on Call Composite and CallWithChat Composite"
883
+ },
884
+ {
885
+ "author": "edwardlee@microsoft.com",
886
+ "package": "@azure/communication-react",
887
+ "commit": "1340bd70495dd18f070d6d2a182ca4a90be2088a",
888
+ "comment": "Update express, storybook, and cpy-cli dependencies"
889
+ },
890
+ {
891
+ "author": "edwardlee@microsoft.com",
892
+ "package": "@azure/communication-react",
893
+ "commit": "d7d036e2d316fdc8081c3858b5a2a0bbf9db7b1b",
894
+ "comment": "Update samples to disable pull down to refresh in chat"
895
+ },
896
+ {
897
+ "author": "edwardlee@microsoft.com",
898
+ "package": "@azure/communication-react",
899
+ "commit": "8a626bf44df7b488431b896f1c57b3c6f1698a2a",
900
+ "comment": "Change aspect ratio for local video tile to capture full camera view"
901
+ },
902
+ {
903
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
904
+ "package": "@azure/communication-react",
905
+ "commit": "bc9563e8b92b7f9ce2bb4fc001993e6a0673b32a",
906
+ "comment": "Memoize local participant in video gallery selector"
907
+ },
908
+ {
909
+ "author": "carolinecao@microsoft.com",
910
+ "package": "@azure/communication-react",
911
+ "commit": "028b7ce5348f47387d2954cc9a70581088144a26",
912
+ "comment": "Move cursor to the end of input when clicking on dialpad text field"
913
+ },
914
+ {
915
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
916
+ "package": "@azure/communication-react",
917
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
918
+ "comment": "Introduces announcements for when participants come and go from a call."
919
+ },
920
+ {
921
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
922
+ "package": "@azure/communication-react",
923
+ "commit": "f5bc06bcd7faba5a3512edd595ece852cae38dc3",
924
+ "comment": "Fixing an issue if hitting back in the browser when pulling in new messages"
925
+ },
926
+ {
927
+ "author": "edwardlee@microsoft.com",
928
+ "package": "@azure/communication-react",
929
+ "commit": "b55e231d8bfcbf7f9acc7b27032cab50ce016380",
930
+ "comment": "Bugfix microphone tooltip opening on initial mount"
931
+ },
932
+ {
933
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
934
+ "package": "@azure/communication-react",
935
+ "commit": "ee2e6eb5fb3e5b2beef157488f6caf69f043fb09",
936
+ "comment": "Fix component styles to bring components back in line with designs after fluent updates."
937
+ },
938
+ {
939
+ "author": "miguelgamis@microsoft.com",
940
+ "package": "@internal/calling-component-bindings",
941
+ "commit": "4bc76af77fc4f4e108de10b8a6e4227348b82cdb",
942
+ "comment": "Filter out devices with blank names"
943
+ },
944
+ {
945
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
946
+ "package": "@internal/calling-component-bindings",
947
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
948
+ "comment": "Allow a range of communication services dependency packages"
949
+ },
950
+ {
951
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
952
+ "package": "@internal/calling-stateful-client",
953
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
954
+ "comment": "Allow a range of communication services dependency packages"
955
+ },
956
+ {
957
+ "author": "anjulgarg@live.com",
958
+ "package": "@internal/calling-stateful-client",
959
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
960
+ "comment": "Filter out camera devices with blank name when declarative device manager is used."
961
+ },
962
+ {
963
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
964
+ "package": "@internal/calling-stateful-client",
965
+ "commit": "5c061a95044751fd8e0f4618cd02a0e63d3027dd",
966
+ "comment": "Remove DeclarativeCallAgent from stable API"
967
+ },
968
+ {
969
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
970
+ "package": "@internal/chat-component-bindings",
971
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
972
+ "comment": "Allow a range of communication services dependency packages"
973
+ },
974
+ {
975
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
976
+ "package": "@internal/chat-stateful-client",
977
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
978
+ "comment": "Allow a range of communication services dependency packages"
979
+ },
980
+ {
981
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
982
+ "package": "@internal/chat-stateful-client",
983
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
984
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter."
985
+ },
986
+ {
987
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
988
+ "package": "@internal/fake-backends",
989
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
990
+ "comment": "Allow a range of communication services dependency packages"
991
+ },
992
+ {
993
+ "author": "carolinecao@microsoft.com",
994
+ "package": "@internal/react-components",
995
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
996
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
997
+ },
998
+ {
999
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1000
+ "package": "@internal/react-components",
1001
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
1002
+ "comment": "Refresh string translations"
1003
+ },
1004
+ {
1005
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1006
+ "package": "@internal/react-components",
1007
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
1008
+ "comment": "Bump dependencies to get closer to react 18 support"
1009
+ }
1010
+ ],
1011
+ "minor": [
1012
+ {
1013
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1014
+ "package": "@internal/react-composites",
1015
+ "commit": "1ebf2f2e306113c14b59da615a5b2a3ef493e5a4",
1016
+ "comment": "Revert breaking API change in `CallEndedListener` callback"
1017
+ },
1018
+ {
1019
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1020
+ "package": "@azure/communication-react",
1021
+ "commit": "fce25f070db98a57d17ad6748bd21a781a903ed1",
1022
+ "comment": "Update Composite dropdown behavior to correctly notify the user that they have no devices."
1023
+ },
1024
+ {
1025
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1026
+ "package": "@azure/communication-react",
1027
+ "commit": "2e995fc7b1aadecdc84ce90285a893d2fe6d80b1",
1028
+ "comment": "Add narrator announcements to participant button copy link and peoplepane copylink button in CallWithChat composite."
1029
+ },
1030
+ {
1031
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1032
+ "package": "@azure/communication-react",
1033
+ "commit": "08aac1eeea846cd1bfdd703997f43219c58b07e2",
1034
+ "comment": "Update useAdaptedSelector in composites layer to retrieve the new client state variables for environmentInfo and alternateCallerId."
1035
+ },
1036
+ {
1037
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1038
+ "package": "@azure/communication-react",
1039
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
1040
+ "comment": "Add a prop to ErrorBar component to ignore old errors"
1041
+ },
1042
+ {
1043
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1044
+ "package": "@internal/react-components",
1045
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
1046
+ "comment": "Update html-to-react dependency. Note: This change requires Webpack > 4."
1047
+ }
1048
+ ]
1049
+ }
1050
+ },
1051
+ {
1052
+ "date": "Tue, 15 Nov 2022 21:12:22 GMT",
1053
+ "tag": "@azure/communication-react_v1.4.1-beta.1",
1054
+ "version": "1.4.1-beta.1",
1055
+ "comments": {
1056
+ "none": [
1057
+ {
1058
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1059
+ "package": "@azure/communication-react",
1060
+ "commit": "368c4cefaea1ee51d11c7e4b2e6f8555442a6989",
1061
+ "comment": "Rewire tooling to generate changefiles and changelogs"
1062
+ },
1063
+ {
1064
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1065
+ "package": "@internal/acs-ui-common",
1066
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1067
+ "comment": "Bumped"
1068
+ },
1069
+ {
1070
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1071
+ "package": "@internal/acs-ui-common",
1072
+ "commit": "807c931ca9bdc6813b08c1e01bd60f4131be089e",
1073
+ "comment": "Document template of the application ID used for telemetry"
1074
+ },
1075
+ {
1076
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1077
+ "package": "@internal/calling-component-bindings",
1078
+ "commit": "6b4049475e182608504163b25d62692a6f781e7f",
1079
+ "comment": "Stable release branch hotfix: Fix camera turning back on when turned off on connecting screen (#2458)"
1080
+ },
1081
+ {
1082
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1083
+ "package": "@internal/calling-component-bindings",
1084
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1085
+ "comment": "Bumped"
1086
+ },
1087
+ {
1088
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1089
+ "package": "@internal/calling-stateful-client",
1090
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1091
+ "comment": "Bumped"
1092
+ },
1093
+ {
1094
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1095
+ "package": "@internal/chat-component-bindings",
1096
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1097
+ "comment": "Bumped"
1098
+ },
1099
+ {
1100
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1101
+ "package": "@internal/chat-stateful-client",
1102
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1103
+ "comment": "Bumped"
1104
+ },
1105
+ {
1106
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1107
+ "package": "@internal/fake-backends",
1108
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1109
+ "comment": "Bumped"
1110
+ },
1111
+ {
1112
+ "author": "edwardlee@microsoft.com",
1113
+ "package": "@internal/react-components",
1114
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
1115
+ "comment": "Add missing PSTN conditional compilation"
1116
+ },
1117
+ {
1118
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1119
+ "package": "@internal/react-components",
1120
+ "commit": "467ea946e9d58b3accebc4821466afd754eabd7e",
1121
+ "comment": "Create a device ermissions sub directory"
1122
+ },
1123
+ {
1124
+ "author": "carolinecao@microsoft.com",
1125
+ "package": "@internal/react-components",
1126
+ "commit": "020102df6028cc4ea61f9c9cfd44839d53b4f14f",
1127
+ "comment": "Add data ui id to device permission component"
1128
+ },
1129
+ {
1130
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1131
+ "package": "@internal/react-components",
1132
+ "commit": "3421272897067d1e196176deec2f04a4c530d66e",
1133
+ "comment": "Add ability to style a failed chat message (fixes #2257)"
1134
+ },
1135
+ {
1136
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1137
+ "package": "@internal/react-components",
1138
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1139
+ "comment": "Bumped"
1140
+ },
1141
+ {
1142
+ "author": "jinan@microsoft.com",
1143
+ "package": "@internal/react-composites",
1144
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
1145
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
1146
+ },
1147
+ {
1148
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1149
+ "package": "@internal/react-composites",
1150
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
1151
+ "comment": "Update pro based on newer api (no functional change)"
1152
+ },
1153
+ {
1154
+ "author": "edwardlee@microsoft.com",
1155
+ "package": "@internal/react-composites",
1156
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
1157
+ "comment": "Add missing PSTN conditional compilation"
1158
+ },
1159
+ {
1160
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1161
+ "package": "@internal/react-composites",
1162
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1163
+ "comment": "Bumped"
1164
+ },
1165
+ {
1166
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1167
+ "package": "@internal/react-composites",
1168
+ "commit": "d00af9f75b8341762abd708e7b5dd5d043e84b19",
1169
+ "comment": "Add support for conditionally compiled browser tests"
1170
+ },
1171
+ {
1172
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1173
+ "package": "@internal/react-composites",
1174
+ "commit": "60540a73e437a99f7af3910e2282b534c37b79a9",
1175
+ "comment": "browser tests: drop runtime test for build flavor environment variable"
1176
+ },
1177
+ {
1178
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1179
+ "package": "@internal/react-composites",
1180
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
1181
+ "comment": "Update names"
1182
+ },
1183
+ {
1184
+ "author": "carolinecao@microsoft.com",
1185
+ "package": "@internal/react-composites",
1186
+ "commit": "6602f6b063057bc3a194d899d3f7b4b192a37615",
1187
+ "comment": "Use permission API to get device permissions "
1188
+ },
1189
+ {
1190
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1191
+ "package": "@internal/storybook",
1192
+ "commit": "1e0f9b6bb5d2e5c98fc1076160b5b25d03cf3695",
1193
+ "comment": "Clean up storybook quickstart setup page"
1194
+ },
1195
+ {
1196
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1197
+ "package": "@internal/storybook",
1198
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
1199
+ "comment": "Update domain permissions story to have checking device permissions type"
1200
+ },
1201
+ {
1202
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1203
+ "package": "@internal/storybook",
1204
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
1205
+ "comment": "Bumped"
1206
+ },
1207
+ {
1208
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1209
+ "package": "@internal/storybook",
1210
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
1211
+ "comment": "Update internal story to have denied vs request domain permission skus"
1212
+ },
1213
+ {
1214
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1215
+ "package": "@internal/storybook",
1216
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
1217
+ "comment": "Add stories for individual camera and mic permission modals in internal folder"
1218
+ }
1219
+ ],
1220
+ "prerelease": [
1221
+ {
1222
+ "author": "miguelgamis@microsoft.com",
1223
+ "package": "@internal/calling-component-bindings",
1224
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
1225
+ "comment": "Added role to selectors"
1226
+ },
1227
+ {
1228
+ "author": "miguelgamis@microsoft.com",
1229
+ "package": "@internal/calling-stateful-client",
1230
+ "commit": "6d2b3839dbdd03864de1921dcb541cd610e331f6",
1231
+ "comment": "Add rooms role into calling stateful client"
1232
+ },
1233
+ {
1234
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1235
+ "package": "@internal/calling-stateful-client",
1236
+ "commit": "fbfe38ebecbb97f70b8ac17a99da7ae29fd94a29",
1237
+ "comment": "Only export DeclarativeCallAgent in beta build"
1238
+ },
1239
+ {
1240
+ "author": "jinan@microsoft.com",
1241
+ "package": "@internal/calling-stateful-client",
1242
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
1243
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
1244
+ },
1245
+ {
1246
+ "author": "carolinecao@microsoft.com",
1247
+ "package": "@internal/react-components",
1248
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
1249
+ "comment": "change device permission component string prop to optional"
1250
+ },
1251
+ {
1252
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1253
+ "package": "@internal/react-components",
1254
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
1255
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
1256
+ },
1257
+ {
1258
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1259
+ "package": "@internal/react-components",
1260
+ "commit": "1b91cc5a3b775c3db0bedd577defeb62e0075a1e",
1261
+ "comment": "Remove padding and margins from base dialpad component."
1262
+ },
1263
+ {
1264
+ "author": "carolinecao@microsoft.com",
1265
+ "package": "@internal/react-components",
1266
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
1267
+ "comment": "Make components string optional"
1268
+ },
1269
+ {
1270
+ "author": "edwardlee@microsoft.com",
1271
+ "package": "@internal/react-components",
1272
+ "commit": "2a279a14cc990a9716c96a582931a8b277bbfa34",
1273
+ "comment": "Fix dark mode text for TroubleshootingGuideErrorBar messages"
1274
+ },
1275
+ {
1276
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1277
+ "package": "@internal/react-components",
1278
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
1279
+ "comment": "Add domain permission denied prompt pure UI component"
1280
+ },
1281
+ {
1282
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1283
+ "package": "@internal/react-components",
1284
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
1285
+ "comment": "New individual camera and microphone permission modals"
1286
+ },
1287
+ {
1288
+ "author": "carolinecao@microsoft.com",
1289
+ "package": "@internal/react-components",
1290
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
1291
+ "comment": "Enabled troubleshooting guide error bar to display network error guide/device error guide based on error type "
1292
+ },
1293
+ {
1294
+ "author": "anjulgarg@live.com",
1295
+ "package": "@internal/react-components",
1296
+ "commit": "1b49a7e17ef1d7c18d2322d01da28b9116074fc3",
1297
+ "comment": "Bugfix mute indicator color not matching display name"
1298
+ },
1299
+ {
1300
+ "author": "miguelgamis@microsoft.com",
1301
+ "package": "@internal/react-components",
1302
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
1303
+ "comment": "Added role to CallParticipantListParticipant type"
1304
+ },
1305
+ {
1306
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1307
+ "package": "@internal/react-components",
1308
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
1309
+ "comment": "Add checking device permission prompt pure ui component"
1310
+ },
1311
+ {
1312
+ "author": "carolinecao@microsoft.com",
1313
+ "package": "@internal/react-composites",
1314
+ "commit": "d075433a363565a25612db2a26088253fbe3c340",
1315
+ "comment": "Add enable call readiness option for Call and CallWithChat composite"
1316
+ },
1317
+ {
1318
+ "author": "miguelgamis@microsoft.com",
1319
+ "package": "@internal/react-composites",
1320
+ "commit": "0b60aba0f6c7fe265ac415ce0b077cc52796746a",
1321
+ "comment": "Moved roleHint prop of CallComposite to CallAdapter state."
1322
+ },
1323
+ {
1324
+ "author": "miguelgamis@microsoft.com",
1325
+ "package": "@internal/react-composites",
1326
+ "commit": "cbde9d2aa633d732f80a0df855d8e4d6ea7cc595",
1327
+ "comment": "Access role from stateful call client in CallComposite and changed CallComposite prop name from role to roleHint."
1328
+ },
1329
+ {
1330
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1331
+ "package": "@internal/react-composites",
1332
+ "commit": "adb2a443098f13b37cdc7bcc032dad0f63224638",
1333
+ "comment": "Introduce e2e tests for lobby screen in calling composite to validate experience for different call types."
1334
+ },
1335
+ {
1336
+ "author": "carolinecao@microsoft.com",
1337
+ "package": "@internal/react-composites",
1338
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
1339
+ "comment": "Add troubleshooting error bar to call composite config "
1340
+ },
1341
+ {
1342
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1343
+ "package": "@internal/react-composites",
1344
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
1345
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
1346
+ },
1347
+ {
1348
+ "author": "miguelgamis@microsoft.com",
1349
+ "package": "@internal/react-composites",
1350
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
1351
+ "comment": "Added getRole selector"
1352
+ },
1353
+ {
1354
+ "author": "carolinecao@microsoft.com",
1355
+ "package": "@internal/react-composites",
1356
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
1357
+ "comment": "Add allow access modal to configuration screen"
1358
+ },
1359
+ {
1360
+ "author": "carolinecao@microsoft.com",
1361
+ "package": "@internal/react-composites",
1362
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
1363
+ "comment": "Add device permission drawer to calling mobile config screen"
1364
+ },
1365
+ {
1366
+ "author": "carolinecao@microsoft.com",
1367
+ "package": "@internal/storybook",
1368
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
1369
+ "comment": "Updated troubleshooting error bar storybook "
1370
+ },
1371
+ {
1372
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1373
+ "package": "@internal/storybook",
1374
+ "commit": "a85305c823be1f5601c2979694f27f82e6eabc9b",
1375
+ "comment": "initializeIcons() in 1:N and PSTN quickstarts"
1376
+ }
1377
+ ],
1378
+ "patch": [
1379
+ {
1380
+ "author": "miguelgamis@microsoft.com",
1381
+ "package": "@internal/calling-component-bindings",
1382
+ "commit": "4bc76af77fc4f4e108de10b8a6e4227348b82cdb",
1383
+ "comment": "Filter out devices with blank names"
1384
+ },
1385
+ {
1386
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1387
+ "package": "@internal/calling-component-bindings",
1388
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1389
+ "comment": "Allow a range of communication services dependency packages"
1390
+ },
1391
+ {
1392
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1393
+ "package": "@internal/calling-stateful-client",
1394
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1395
+ "comment": "Allow a range of communication services dependency packages"
1396
+ },
1397
+ {
1398
+ "author": "anjulgarg@live.com",
1399
+ "package": "@internal/calling-stateful-client",
1400
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
1401
+ "comment": "Filter out camera devices with blank name when declarative device manager is used."
1402
+ },
1403
+ {
1404
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1405
+ "package": "@internal/calling-stateful-client",
1406
+ "commit": "5c061a95044751fd8e0f4618cd02a0e63d3027dd",
1407
+ "comment": "Remove DeclarativeCallAgent from stable API"
1408
+ },
1409
+ {
1410
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1411
+ "package": "@internal/chat-component-bindings",
1412
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1413
+ "comment": "Allow a range of communication services dependency packages"
1414
+ },
1415
+ {
1416
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1417
+ "package": "@internal/chat-stateful-client",
1418
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1419
+ "comment": "Allow a range of communication services dependency packages"
1420
+ },
1421
+ {
1422
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1423
+ "package": "@internal/chat-stateful-client",
1424
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
1425
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter."
1426
+ },
1427
+ {
1428
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1429
+ "package": "@internal/fake-backends",
1430
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1431
+ "comment": "Allow a range of communication services dependency packages"
1432
+ },
1433
+ {
1434
+ "author": "carolinecao@microsoft.com",
1435
+ "package": "@internal/react-components",
1436
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
1437
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
1438
+ },
1439
+ {
1440
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1441
+ "package": "@internal/react-components",
1442
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
1443
+ "comment": "Refresh string translations"
1444
+ },
1445
+ {
1446
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1447
+ "package": "@internal/react-components",
1448
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
1449
+ "comment": "Bump dependencies to get closer to react 18 support"
1450
+ },
1451
+ {
1452
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1453
+ "package": "@internal/react-composites",
1454
+ "commit": "f77ff8331775565f18d85e7d7a317cada2b78e3a",
1455
+ "comment": "Fix a string name and restrict it to beta builds"
1456
+ },
1457
+ {
1458
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1459
+ "package": "@internal/react-composites",
1460
+ "commit": "d303892227d0a98faad54a2cec790800e37f1c77",
1461
+ "comment": "Fix remove participant logic for teams user. Make sure to enforce isRemovable property on participantList participant."
1462
+ },
1463
+ {
1464
+ "author": "edwardlee@microsoft.com",
1465
+ "package": "@internal/react-composites",
1466
+ "commit": "d7293fca758edb5927f520f36471bd863dc69bb9",
1467
+ "comment": "Focus on participant list when opening people pane"
1468
+ },
1469
+ {
1470
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1471
+ "package": "@internal/react-composites",
1472
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1473
+ "comment": "Allow a range of communication services dependency packages"
1474
+ },
1475
+ {
1476
+ "author": "anjulgarg@live.com",
1477
+ "package": "@internal/react-composites",
1478
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
1479
+ "comment": "Config page local preview does not show a black screen when camera devices are removed."
1480
+ },
1481
+ {
1482
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1483
+ "package": "@internal/react-composites",
1484
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
1485
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter"
1486
+ },
1487
+ {
1488
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1489
+ "package": "@internal/react-composites",
1490
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
1491
+ "comment": "Bump dependencies to get closer to react 18 support"
1492
+ },
1493
+ {
1494
+ "author": "miguelgamis@microsoft.com",
1495
+ "package": "@internal/react-composites",
1496
+ "commit": "08765a2c32ab5384156bcf706a5939a2808b55c2",
1497
+ "comment": "Fix CallWithChatPane drawer menu that stays open after switching mobile tabs"
1498
+ },
1499
+ {
1500
+ "author": "carolinecao@microsoft.com",
1501
+ "package": "@internal/react-composites",
1502
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
1503
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
1504
+ },
1505
+ {
1506
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1507
+ "package": "@internal/react-composites",
1508
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
1509
+ "comment": "Refresh string translations"
1510
+ },
1511
+ {
1512
+ "author": "carolinecao@microsoft.com",
1513
+ "package": "@internal/react-composites",
1514
+ "commit": "fe8ac93f7d7404fc1ab2d37b084758aaee3151ba",
1515
+ "comment": "Increase max listener limit to remove warning in console"
1516
+ },
1517
+ {
1518
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1519
+ "package": "@internal/storybook",
1520
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
1521
+ "comment": "Bump dependencies to get closer to react 18 support"
1522
+ },
1523
+ {
1524
+ "author": "carolinecao@microsoft.com",
1525
+ "package": "@internal/storybook",
1526
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
1527
+ "comment": "Move icon register code to manager to avoid re-register warning on load"
1528
+ },
1529
+ {
1530
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1531
+ "package": "@internal/storybook",
1532
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
1533
+ "comment": "Allow a range of communication services dependency packages"
1534
+ },
1535
+ {
1536
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1537
+ "package": "@internal/storybook",
1538
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
1539
+ "comment": "Add documentation for minimum typescript and webpack versions."
1540
+ }
1541
+ ],
1542
+ "minor": [
1543
+ {
1544
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1545
+ "package": "@internal/react-components",
1546
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
1547
+ "comment": "Update html-to-react dependency. Note: This change requires Webpack > 4."
1548
+ },
1549
+ {
1550
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1551
+ "package": "@internal/react-composites",
1552
+ "commit": "1ebf2f2e306113c14b59da615a5b2a3ef493e5a4",
1553
+ "comment": "Revert breaking API change in `CallEndedListener` callback"
1554
+ }
1555
+ ]
1556
+ }
1557
+ },
4
1558
  {
5
1559
  "date": "Fri, 21 Oct 2022 23:01:52 GMT",
6
1560
  "tag": "@azure/communication-react_v1.4.0",