From ba9638f5d623d7313ab1845863d3f81a2743f701 Mon Sep 17 00:00:00 2001 From: Jason Nutter Date: Thu, 23 Apr 2020 17:02:58 -0700 Subject: [PATCH 1/2] 1.3.0 Release --- lib/msal-core/README.md | 20 ++++++++++---------- lib/msal-core/changelog.md | 10 ++++++++++ lib/msal-core/package-lock.json | 2 +- lib/msal-core/package.json | 2 +- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/lib/msal-core/README.md b/lib/msal-core/README.md index 58b0895bb5..77edb1decd 100644 --- a/lib/msal-core/README.md +++ b/lib/msal-core/README.md @@ -19,18 +19,18 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in #### Latest compiled and minified JavaScript ```html - + ``` ```html - + ```` #### Alternate region URLs ```html - + ``` ```html - + ``` ### Via Latest Microsoft CDN Version (with SRI Hash): @@ -38,10 +38,10 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in #### Latest compiled and minified JavaScript ```html - + ``` ```html - + ``` #### Alternate region URLs @@ -49,18 +49,18 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in To help ensure reliability, Microsoft provides a second CDN: ```html - + ``` ```html - + ``` Below is an example of how to use one CDN as a fallback when the other CDN is not working: ```html - + ``` diff --git a/lib/msal-core/changelog.md b/lib/msal-core/changelog.md index 345d7b5c32..63aa111a66 100644 --- a/lib/msal-core/changelog.md +++ b/lib/msal-core/changelog.md @@ -1,14 +1,24 @@ # 1.3.0 +## Features +* Add ssoSilent API (#1166) + ## Enhancements * Turn library state into encoded string that contains guid and timestamp. (#1395) * Fix behavior of `handleRedirectCallback`, and make it no longer required. (#1358) * `domain_hint` is no longer supported in silent calls or when `sid` or `login_hint` is passed. (#1299) +* Update the framename to reflect authority and scopes (#1267) +* Switch to file-based sourcemaps for msal.js and msal.min.js (#1525) +* Set sideEffects to false to enable better tree-shaking (#1526) +* Add TelemetryManager to public APIs (#1399) ## Bugs * Ensure responses from redirect requests are always processed. (#1413) * Ensure state is decoded before it is processed. (#1456) * B2C Authority Fixes. (#1276) +* Check if request is null in populateQueryParams (#1531) +* Fix token caching for acquireToken calls (#1516) +* Unblock popup scrolling for IE11 (#1426) # 1.2.2 diff --git a/lib/msal-core/package-lock.json b/lib/msal-core/package-lock.json index 7990ea7af5..f25c479f3d 100644 --- a/lib/msal-core/package-lock.json +++ b/lib/msal-core/package-lock.json @@ -1,6 +1,6 @@ { "name": "msal", - "version": "1.3.0-beta.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/lib/msal-core/package.json b/lib/msal-core/package.json index 81b2a5a43c..3ac6fc0a5e 100644 --- a/lib/msal-core/package.json +++ b/lib/msal-core/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" }, - "version": "1.3.0-beta.1", + "version": "1.3.0", "description": "Microsoft Authentication Library for js", "keywords": [ "implicit", From cd597939e8bec420f36af85a1dc93ae98150fe13 Mon Sep 17 00:00:00 2001 From: Jason Nutter Date: Mon, 27 Apr 2020 15:53:42 -0700 Subject: [PATCH 2/2] Add URI hashes for msal@1.3.0 --- lib/msal-core/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/msal-core/README.md b/lib/msal-core/README.md index 77edb1decd..d8e75a5fd9 100644 --- a/lib/msal-core/README.md +++ b/lib/msal-core/README.md @@ -17,7 +17,7 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in ### Via Latest Microsoft CDN Version: -#### Latest compiled and minified JavaScript +#### Latest compiled and minified JavaScript (US West region) ```html ``` @@ -25,7 +25,7 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in ```` -#### Alternate region URLs +#### Alternate region URLs (Europe region) ```html ``` @@ -38,10 +38,10 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in #### Latest compiled and minified JavaScript ```html - + ``` ```html - + ``` #### Alternate region URLs @@ -49,10 +49,10 @@ MSAL for JavaScript enables client-side JavaScript web applications, running in To help ensure reliability, Microsoft provides a second CDN: ```html - + ``` ```html - + ``` Below is an example of how to use one CDN as a fallback when the other CDN is not working: