Prerelease beta/1.5.1 beta.2 back to main#2870
Merged
mgamis-msft merged 8 commits intomainfrom Apr 4, 2023
Merged
Conversation
* Change files * Duplicate change files for beta release * Create groom me file for groom changelog branch * [Vertical Gallery] Storybook updates and API renaming (#2824) * update storybook page * update API to be overflowGalleryPosition * update control name * Change files * Duplicate change files for beta release * fix nit --------- Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> * Prevent video gallery overflow when side pane is open in CallComposite (#2850) * Prevent overflow of VideoGallery when side pane is open * Change files * Duplicate change files * [Dep update] Update to calling 1.12.0-beta.2 (#2834) * Update to new calling version * update changelog issue * Change files * Duplicate change files for beta release * fix lint * fix cc * fix cc * Fixed some captionsBanner naming issues, improved styling and internal storybook (#2844) * captions composite * captions composite * captions composite * Change files * Duplicate change files for beta release * captions composite * captions composite * Video gallery show local tile and horizontal/vertical gallery when screensharing with no participant (#2822) * video gallery show local tile when screensharing * Change files * Duplicate change files for beta release * [VerticalGallery Bugfix] Video tile rendering controlled by index (#2818) * calculate indexes in verticalGallery * update logic to horizontal galleries using indexes * add logic to scrollable gallery 1D array * Change files * Duplicate change files for beta release * add to default layout * fix lint * generate paginated children from indexes array * remove the use of useCallBack * fix test throw error * remove console * [Vertical Gallery] Calculate children utils (#2823) * mock children calc functions * update index array to be created with values * Change files * Duplicate change files for beta release * fix lint * update max streams default * update comments * update comments --------- Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> * Video Effects Button and Pane (#2825) * Video effects button and Pane * Change files * Duplicate change files for beta release * minor change * minor changes * minor changes * minor change * minor change * minor changes * [A11y bugfix] Allow voice controls to action people button in Call and CallWithChat (#2833) * update aria strings for people button * fix ??? * Change files * Duplicate change files for beta release * Fix CTE storybook sample code (#2835) * memoize Teams call adapter args for CTE storybook sample code * Change files * Duplicate change files * lint fix * lint fix * [Vertical Galleries Bugfix] Horizontal gallery tile resizing (#2830) * update styles to allow horizontal resizing * Change files * Duplicate change files for beta release * fix test bug * create test file for horizontal resizing tests * change sizing in tests * Update packages/react-composites CallWithChatComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots * Update packages/react-composites CallWithChatComposite browser test snapshots * write horizontal gallery tests * build API * Update packages/react-composites CallComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots * update comments --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [Refactor] Modal styles sizes change to rem (#2838) * Refactor modal sizes in VideoGallery to use rem instead of px * Change files * Duplicate change files * Update packages/react-composites CallComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots --------- Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Keep dominant speakers on the first page of overflow gallery (#2819) * fix dominant speaker ordering to keep dominant speakers on the first page of overflow gallery * Change files * Duplicate change files * adding video participants at the end of dominant speaker list in case there is room * adjust max horizontal gallery dominant speakers based on pinned participants * order remote participants such that video participants are first. do not maintain order for indices after max dominant speakers. * update expectations in VideoGallery.test.tsx * added tests to videoGalleryLayoutUtils.test.tsx * change childrenPerPage initial value to 4 * update dominant speaker test expected value --------- Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> * [InlineImages] Update FileAdapter to include new method to download authenticated attachments from teams (#2827) * [AzureCommunicationAttachmentManager] Introduce new attachment manager * [AzureCommunicationChatAdapter] Bind new method to fetch attachments * [ChatAdapter] fixing spelling * [AzureCommunicationAttachmentManager.ts] Temp remove reference to ChatAttachment and use a string for now * Change files * Duplicate change files for beta release * [AzureCommunicationAttachmentManager.ts] fixing tagging * [AzureCommunicationFileUploadAdapter.ts] Combine the attachment manager into this adapter so all attachments logic is in one place * Change files * Duplicate change files for beta release * [APIView] updating apiview with new changes * [changelog] removing old change log * fix captions style and storybook * Change files * Duplicate change files for beta release * fix captions style and storybook * pr fix --------- Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: prabhjot-msft <97124699+prabhjot-msft@users.noreply.github.com> Co-authored-by: mgamis-msft <79475487+mgamis-msft@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JoshuaLai <9044372+JoshuaLai@users.noreply.github.com> * groomed beta changelog * delete GROOMME.md * [Storybook bug] Fix import snippets for screenshare and camera buttons. (#2855) * fix import statements * Change files * Duplicate change files for beta release * vertical gallery tagged as public preview in release notes * Update vertical gallery feature notes * groomed better * better feature notes for Vertical Gallery * removed period * better grooming again * more concise feature points * nit * Added bug fix to release notes --------- Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: carocao-msft <96077406+carocao-msft@users.noreply.github.com> Co-authored-by: prabhjot-msft <97124699+prabhjot-msft@users.noreply.github.com> Co-authored-by: JoshuaLai <9044372+JoshuaLai@users.noreply.github.com>
Contributor
Contributor
Chat bundle size is decreased✅.
|
Contributor
Calling bundle size is decreased✅.
|
Contributor
CallWithChat bundle size is decreased✅.
|
Contributor
Contributor
* sync beta release branch changelog * Change files * Duplicate change files for beta
dmceachernmsft
approved these changes
Apr 4, 2023
alkwa-msft
approved these changes
Apr 4, 2023
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
How Tested
Process & policy checklist
Is this a breaking change?