Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 50cb95a

Browse files
Merge pull request #352 from AzureAD/dev
Release 1.0.11
2 parents 410fa59 + 89f8612 commit 50cb95a

11 files changed

+1575
-1162
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you find a security issue with our libraries or services please report it to
2121

2222
## The Library
2323

24-
This is a GA released version. The current version is **1.0.10**.
24+
This is a GA released version. The current version is **1.0.11**.
2525

2626
You have multiple ways of getting ADAL JS:
2727

@@ -32,10 +32,10 @@ Via NPM:
3232
Via CDN:
3333

3434
<!-- Latest compiled and minified JavaScript -->
35-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.10/js/adal.min.js"></script>
36-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.10/js/adal-angular.min.js"></script>
35+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.11/js/adal.min.js"></script>
36+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.11/js/adal-angular.min.js"></script>
3737

38-
CDN will be updated to latest version 1.0.10.
38+
CDN will be updated to latest version 1.0.11.
3939

4040
Via Bower:
4141

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adal-angular",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
55
"authors": [
66
"MSOpentech"
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"angular-resource": "~1.2.26",
40-
"angular-mocks": "~1.2.16",
40+
"angular-mocks": "~1.2.26",
4141
"jasmine": "2.0.0",
4242
"angular-route": "~1.2.26"
4343
}

changelog.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.0.11
2+
==========================
3+
* Adding support for using a special html for iFrames. This prevents app reloading in the iframe. Please see this: https://github.com/AzureAD/azure-activedirectory-library-for-js/wiki/FAQs#q1-my-app-is-re-loading-every-time-adal-renews-a-token
4+
* Fixing multiple root causes for infinte loops at the time of login or token renewal.
5+
* Fixing url paramters getting dropped after login.
6+
* Adding timeout to token renewal requests. Thanks @dmxfee for the Pull Request.
7+
* Use module pattern in adal.js
8+
19
Version 1.0.10
210
==========================
311
Fixing infinite loop when refreshing tokens, adding extensibility for specifying anonymous endpoints

dist/adal-angular.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/adal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)