You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now decide if you want your feature or bug fix to go into the dev branch or the master branch. **All bug fixes and new features should go into the dev branch.**
21
+
Now decide if you want your feature or bug fix to go into the `dev` branch or the `v4-lts` branch. **All new features and bug fixes for the current major version should go into the dev branch. Bug fixes for v4 should go into the v4-lts branch.**
22
22
23
-
The master branch is effectively frozen; patches that change the SDKs protocols or API surface area or affect the run-time behavior of the SDK will be rejected.
23
+
The `v4-lts` branch is effectively frozen for new features; patches that change the SDKs protocols or API surface area or affect the run-time behavior of the SDK will be rejected.
24
24
25
25
Some of our SDKs have bundled dependencies that are not part of the project proper. Any changes to files in those directories or its subdirectories should be sent to their respective projects. Do not send your patch to us, we cannot accept it.
26
26
@@ -202,7 +202,7 @@ You will need to add the changefiles to your branch before it can be merged. The
202
202
203
203
-`npm run beachball:change`
204
204
205
-
Generates a changefile based on the `master` branch. This should be run on your PR before merging to `dev`, **AFTER** you have created your PR. When this command is run, the type of change needs to be selected:
205
+
Generates a changefile based on the `dev` branch. This should be run on your PR before merging to `dev`, **AFTER** you have created your PR. When this command is run, the type of change needs to be selected:
@@ -223,7 +223,7 @@ Checks that changefiles have been generated for relevant changed packages. Used
223
223
224
224
-`npm run beachball:bump`
225
225
226
-
Bumps versions for packages with relevant changefiles. Run on `master` branch to check which packages are slated for release.
226
+
Bumps versions for packages with relevant changefiles. Run on `dev` branch to check which packages are slated for release.
227
227
228
228
**IMPORTANT NOTE**: This should **NOT** be done when merging a PR. You should ONLY do this on your local branch to ensure there are no unexpected changes.
See the [`@azure/msal-browser` Accounts doc](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/msal-v5/lib/msal-browser/docs/accounts.md#account-filter-object) for more details on account methods.
160
+
See the [`@azure/msal-browser` Accounts doc](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/accounts.md#account-filter-object) for more details on account methods.
161
161
162
162
We recommend subscribing to the `inProgress$` observable of `MsalBroadcastService` and filtering for `InteractionStatus.None` before retrieving account information. This ensures that all interactions have completed before getting account information. See [our sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/samples/msal-angular-samples/angular-modules-sample/src/app/app.component.ts#L45) for an example of this use.
0 commit comments