Releases: AzureAD/microsoft-authentication-library-for-js
Releases · AzureAD/microsoft-authentication-library-for-js
@azure/msal-react v2.0.12
2.0.12
Sat, 17 Feb 2024 01:49:06 GMT
Patches
- Bump @azure/msal-browser to v3.10.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node v2.6.4
2.6.4
Sat, 17 Feb 2024 01:49:05 GMT
Patches
- Add ID Token secret to AccountInfo in all reponses #6903 (hemoral@microsoft.com)
- Bump @azure/msal-common to v14.7.1 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node-extensions v1.0.12
1.0.12
Sat, 17 Feb 2024 01:49:06 GMT
Patches
- Bump @azure/msal-common to v14.7.1 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-common v14.7.1
14.7.1
Sat, 17 Feb 2024 01:49:05 GMT
Patches
- Add ID Token secret to AccountInfo in all reponses #6903 (hemoral@microsoft.com)
- fix: Prevents error thrown when Authority URL contains no path segments. (bushb@umich.edu)
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
@azure/msal-browser v3.10.0
3.10.0
Sat, 17 Feb 2024 01:49:05 GMT
Minor changes
- Export createGuid function #6868 (kshabelko@microsoft.com)
- Use UUIDv7 in PerformanceClient #6866 (kshabelko@microsoft.com)
- Bump @azure/msal-common to v14.7.1 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
Patches
- Add ID Token secret to AccountInfo in all reponses #6903 (hemoral@microsoft.com)
- Bug fix for user switch error and broker apps native account id being stored in embedded app cache #6846 (lalimasharda@microsoft.com)
- Remove invalid prompt for silent request instead of throwing an error #6895 (kshabelko@microsoft.com)
@azure/msal-angular v3.0.13
3.0.13
Sat, 17 Feb 2024 01:49:06 GMT
Patches
- Bump @azure/msal-browser to v3.10.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-react v2.0.11
2.0.11
Wed, 07 Feb 2024 22:00:37 GMT
Patches
- Bump @azure/msal-browser to v3.9.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node v2.6.3
2.6.3
Wed, 07 Feb 2024 22:00:37 GMT
Patches
- Bump @azure/msal-common to v14.7.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-node-extensions v1.0.11
1.0.11
Wed, 07 Feb 2024 22:00:37 GMT
Patches
- Bump @azure/msal-common to v14.7.0 (beachball)
- Bump eslint-config-msal to v0.0.0 (beachball)
@azure/msal-common v14.7.0
14.7.0
Wed, 07 Feb 2024 22:00:37 GMT
Minor changes
- Instrument handleRedirectPromise() #6861 (kshabelko@microsoft.com)
- Track number of times an API is invoked in a single request (thomas.norling@microsoft.com)
- Optimize TimeUtils for smaller bundle size #6837 (kshabelko@microsoft.com)
- Bump eslint-config-msal to v0.0.0 (beachball)
- Bump msal-test-utils to v0.0.1 (beachball)
Patches
- Ensure cached access token has a defined realm property in certain OIDC scenarios. (bushb@umich.edu)