Releases: AzureAD/microsoft-authentication-library-for-js
Releases · AzureAD/microsoft-authentication-library-for-js
@azure/msal-browser v2.8.0
2.8.0
Mon, 07 Dec 2020 22:19:03 GMT
Minor changes
- Enable the instance_aware flow (#1804) (prkanher@microsoft.com)
Patches
- Fix clearing of temporary cache items (#2696) (thomas.norling@microsoft.com)
- Add exports to index.ts (#2680) (joarroyo@microsoft.com)
- Expose idTokenClaims on AccountInfo (#2554) (janutter@microsoft.com)
- Add onRedirectNavigate to redirect operations in browser (#2669) (janutter@microsoft.com)
- Update Internal PCA Configuration (#2602) (thomas.norling@microsoft.com)
- Add allowRedirectInIframe flag to browser (#2593) (janutter@microsoft.com)
- Log messages contain package name and version (#2589) (thomas.norling@microsoft.com)
- Update request types (#2512) (thomas.norling@microsoft.com)
@azure/msal-react v1.0.0-alpha.1
1.0.0-alpha.1
Mon, 07 Dec 2020 22:19:03 GMT
Changes
- Prevent unnecessary context updates (#2671) (thomas.norling@microsoft.com)
- Updating TestConstants.ts (prkanher@microsoft.com)
- Readme Updates (thomas.norling@microsoft.com)
- Fix Server/Client mismatch when using SSR (#2646) (thomas.norling@microsoft.com)
- useMsalAuthentication consumes response from login callback (#2610) (thomas.norling@microsoft.com)
- Update msal-react ssoSilent example (janutter@microsoft.com)
- Readme updates (#2592) (thomas.norling@microsoft.com)
@azure/msal-node v1.0.0-beta.2
1.0.0-beta.2
Mon, 07 Dec 2020 22:19:03 GMT
Changes
- Expose idTokenClaims on AccountInfo (#2554) (janutter@microsoft.com)
- Add null to API response signatures (#2602) (thomas.norling@microsoft.com)
- Enforce triple equals in eslint (janutter@microsoft.com)
- Log messages contain package name and version (#2589) (thomas.norling@microsoft.com)
- Update request types (#2512) (thomas.norling@microsoft.com)
@azure/msal-angular v2.0.0-alpha.1
2.0.0-alpha.1
Mon, 07 Dec 2020 23:02:52 GMT
Changes
- MSAL Angular v2 alpha.1 changes (janutter@microsoft.com)
msal v1.4.4
1.4.4
Wed, 11 Nov 2020 23:33:20 GMT
Patches
- Fix multiple matching tokens error (#2582) (thomas.norling@microsoft.com)
@azure/msal-common v1.7.2
1.7.2
Wed, 11 Nov 2020 23:33:20 GMT
Patches
- Add getAbsolutePath helper function to UrlString class (#2560) (thomas.norling@microsoft.com)
@azure/msal-browser v2.7.0
2.7.0
Wed, 11 Nov 2020 23:33:20 GMT
Minor changes
- Support relative paths on redirectUri parameter (#2560) (thomas.norling@microsoft.com)
Patches
- Adds getAccountByLocalId to PCA Interface (#2588) (thomas.norling@microsoft.com)
- Add navigateFrameWait and change loadFrameTimeout to browser to match core behavior (#2545) (janutter@microsoft.com)
@azure/msal-angular v1.1.2
1.1.2
Wed, 11 Nov 2020 23:33:20 GMT
Patches
- Pass generic to ModuleWithProviders for MsalModule v1, set supported Angular versions to 6-9 (#2577) (janutter@microsoft.com)
@azure/msal-node v1.0.0-beta.1
1.0.0-beta.1
Wed, 11 Nov 2020 23:33:20 GMT
Changes
- Add support for SubjectName/Issuer authentication (#2471). (jamckenn@microsoft.com)
@azure/msal-angular v2.0.0-alpha.0
v2.0.0-alpha.0
Initial alpha release of MSAL Angular v2. First release of MSAL Angular with support for MSAL Browser v2 (Auth Code Flow w/ PKCE for SPAs) and Angular v9 and v10 (and v11 in an upcoming release).
Notes
Installation:
npm install @azure/msal-browser @azure/msal-angular@alpha
Documentation:
Samples:
We welcome feedback and bug reports, please file an issue here.