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

Commit

Permalink
Merge pull request #352 from AzureAD/dev
Browse files Browse the repository at this point in the history
Release 1.0.11
  • Loading branch information
tushargupta51 authored Jul 19, 2016
2 parents 410fa59 + 89f8612 commit 50cb95a
Show file tree
Hide file tree
Showing 11 changed files with 1,575 additions and 1,162 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you find a security issue with our libraries or services please report it to

## The Library

This is a GA released version. The current version is **1.0.10**.
This is a GA released version. The current version is **1.0.11**.

You have multiple ways of getting ADAL JS:

Expand All @@ -32,10 +32,10 @@ Via NPM:
Via CDN:

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

CDN will be updated to latest version 1.0.10.
CDN will be updated to latest version 1.0.11.

Via Bower:

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adal-angular",
"version": "1.0.10",
"version": "1.0.11",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"angular-resource": "~1.2.26",
"angular-mocks": "~1.2.16",
"angular-mocks": "~1.2.26",
"jasmine": "2.0.0",
"angular-route": "~1.2.26"
}
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.0.11
==========================
* 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
* Fixing multiple root causes for infinte loops at the time of login or token renewal.
* Fixing url paramters getting dropped after login.
* Adding timeout to token renewal requests. Thanks @dmxfee for the Pull Request.
* Use module pattern in adal.js

Version 1.0.10
==========================
Fixing infinite loop when refreshing tokens, adding extensibility for specifying anonymous endpoints
Expand Down
4 changes: 2 additions & 2 deletions dist/adal-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/adal.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 50cb95a

Please sign in to comment.