diff --git a/sdk/communication/communication-chat/README.md b/sdk/communication/communication-chat/README.md index dff0233f08fb..a1b7d2f3a238 100644 --- a/sdk/communication/communication-chat/README.md +++ b/sdk/communication/communication-chat/README.md @@ -18,6 +18,12 @@ Read more about Azure Communication Services [here](https://docs.microsoft.com/a npm install @azure/communication-chat ``` +### Browser support + +#### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ## Key concepts A chat conversation is represented by a thread. Each user in the thread is called a chat participant. Chat participants can chat with one another privately in a 1:1 chat or huddle up in a 1:N group chat. Users also get near-real time updates for when others are typing and when they have read the messages. diff --git a/sdk/communication/communication-common/README.md b/sdk/communication/communication-common/README.md index 0feff6450892..64b4c30776e5 100644 --- a/sdk/communication/communication-common/README.md +++ b/sdk/communication/communication-common/README.md @@ -15,6 +15,12 @@ This package contains common code for Azure Communication Service libraries. npm install @azure/communication-common ``` +### Browser support + +#### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ## Key concepts ### CommunicationTokenCredential and AzureCommunicationTokenCredential diff --git a/sdk/communication/communication-identity/CHANGELOG.md b/sdk/communication/communication-identity/CHANGELOG.md index da8c672c191c..1aec28031474 100644 --- a/sdk/communication/communication-identity/CHANGELOG.md +++ b/sdk/communication/communication-identity/CHANGELOG.md @@ -8,6 +8,7 @@ - `CommunicationIdentityClient` method `createUserWithToken` renamed to `createUserAndToken`. - Renamed `CommunicationIdentityOptions` to `CommunicationIdentityClientOptions`. - Removed `_response` from returned models. +- Removed `dist-browser` from the output folders. To bundle the Azure SDK libraries, please read our bundling guide: [link](https://github.com/Azure/azure-sdk-for-js/blob/master/documentation/Bundling.md). ## 1.0.0-beta.4 (2021-02-09) diff --git a/sdk/communication/communication-identity/README.md b/sdk/communication/communication-identity/README.md index 996d866a30a8..52869369d9f7 100644 --- a/sdk/communication/communication-identity/README.md +++ b/sdk/communication/communication-identity/README.md @@ -15,6 +15,12 @@ The identity library is used for managing users and tokens for Azure Communicati npm install @azure/communication-identity ``` +### Browser support + +#### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ## Key concepts ### Clients diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index ca503398c977..26f5b4a90dc4 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -41,7 +41,6 @@ }, "files": [ "dist/", - "dist-browser/", "dist-esm/src/", "types/communication-identity.d.ts", "README.md", diff --git a/sdk/communication/communication-phone-numbers/CHANGELOG.md b/sdk/communication/communication-phone-numbers/CHANGELOG.md index 34da7507edfd..282bd8adcd58 100644 --- a/sdk/communication/communication-phone-numbers/CHANGELOG.md +++ b/sdk/communication/communication-phone-numbers/CHANGELOG.md @@ -3,3 +3,7 @@ ## 1.0.0-beta.4 (Unreleased) The Azure Communication Phone Numbers Client library contains code which facilitates phone number management. + +### Breaking Changes + +- Removed `dist-browser` from the output folders. To bundle the Azure SDK libraries, please read our bundling guide: [link](https://github.com/Azure/azure-sdk-for-js/blob/master/documentation/Bundling.md) diff --git a/sdk/communication/communication-phone-numbers/README.md b/sdk/communication/communication-phone-numbers/README.md index 61f96bd70a0c..e06626624fab 100644 --- a/sdk/communication/communication-phone-numbers/README.md +++ b/sdk/communication/communication-phone-numbers/README.md @@ -17,6 +17,12 @@ Acquired phone numbers can come with many capabilities, depending on the country npm install @azure/communication-phone-numbers ``` +### Browser support + +#### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ## Key concepts The phone numbers package exposes the `PhoneNumbersClient` which provides methods to manage phone numbers. diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index 78f9699b5e9e..286feb9165ee 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -41,7 +41,6 @@ }, "files": [ "dist/", - "dist-browser/", "dist-esm/src/", "types/communication-phone-numbers.d.ts", "README.md", diff --git a/sdk/communication/communication-sms/README.md b/sdk/communication/communication-sms/README.md index d1c62c33ab1c..f7bae3e7be4d 100644 --- a/sdk/communication/communication-sms/README.md +++ b/sdk/communication/communication-sms/README.md @@ -22,6 +22,12 @@ Phone numbers can be acquired and assigned to a Communication Services resource You may also get a phone number by using the [`@azure/communication-administration`][azure_communication_admin] package. Instructions on how to use the package can be found in the [package's README][azure_communication_admin_readme]. +### Browser support + +#### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ## Key concepts ### SmsClient