Skip to content

Commit d64fc79

Browse files
authored
[v5] Docs update (#8223)
This PR updates v5 docs with skipped versions.
1 parent 02be93e commit d64fc79

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

lib/msal-angular/docs/v4-v5-upgrade-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
MSAL Angular v5 requires a minimum version of Angular 19 and is dropping support for Angular 15, 16, 17, and 18.
44

5+
Please see the [MSAL Browser v4-v5 migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v4-migration.md) for browser support and other key changes.
6+
57
## Changes in `@azure/msal-angular@5`
68

79
### `inject(TOKEN)` syntax

lib/msal-node/docs/v5-migration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Migrating from MSAL Node v3 to v5 (v4 is being skipped)
1+
# Migrating from MSAL Node v3 to v5
2+
3+
Note: There is no MSAL Node v4 release. The package version was incremented from v3 directly to v5 to align `msal-node` versioning with the other MSAL.js libraries. No separate v4 feature set exists.
24

35
## Dropped support for Node 16 and 18
46

5-
MSAL Node v4 no longer supports Node.js 16 or 18; you must use Node.js 20 or greater.
7+
MSAL Node v5 no longer supports Node.js 16 or 18; you must use Node.js 20 or greater.
68

79
## Dropped support for `proxyUrl` and `customAgentOptions`
810

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Migrating from MSAL React v3 to v5
2+
3+
Note: There is no MSAL React v4 release. The package version was incremented from v3 directly to v5 to align `msal-react` versioning with the other MSAL.js libraries. No separate v4 feature set exists.
4+
5+
Please see the [MSAL Browser v4-v5 migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v4-migration.md) for browser support and other key changes.
6+
7+
## Dropped support for old React versions
8+
MSAL React v5 supports React 19 or greater. It no longer supports React 16, 17, or 18.
9+
10+
## Correct logout bug
11+
MSAL React v5 has fixed a bug affecting the `useMsalAuthentication` hook and `MsalAuthenticationTemplate`. Logging out now clears all state associated with the user.
12+
13+
## `InteractionStatus` changes
14+
For `InteractionStatus`: `Login`, `SsoSilent`, and `AcquireToken` are now consolidated into `AcquireToken`.

lib/msal-react/docs/migration-guide-v4.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/msal-angular-samples/angular-standalone-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Standalone MSAL Angular v4 Sample
1+
# Angular Standalone MSAL Angular Sample
22

33
This developer sample is used to demonstrate how to use `@azure/msal-angular` with Angular standalone components, and **does not** use the `MsalModule` or `NgModule`. Please see [Angular's docs on standalone](https://angular.io/guide/standalone-components) for more information.
44

0 commit comments

Comments
 (0)