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

Commit 42c0652

Browse files
Merge pull request #434 from AzureAD/dev
Releasing 1.0.13
2 parents 8dbe3fb + fd183cf commit 42c0652

11 files changed

+655
-300
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Active Directory Authentication Library for JavaScript (ADAL JS) helps you to us
66
This library is optimized for working together with AngularJS.
77

88
## Versions
9-
Current version - 1.0.12
9+
Current version - 1.0.13
1010
Minimum recommended version - 1.0.11
1111
You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-js/blob/master/changelog.txt).
1212

@@ -26,7 +26,7 @@ If you find a security issue with our libraries or services please report it to
2626

2727
## The Library
2828

29-
This is a GA released version. The current version is **1.0.12**.
29+
This is a GA released version. The current version is **1.0.13**.
3030

3131
You have multiple ways of getting ADAL JS:
3232

@@ -37,10 +37,10 @@ Via NPM:
3737
Via CDN:
3838

3939
<!-- Latest compiled and minified JavaScript -->
40-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.12/js/adal.min.js"></script>
41-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.12/js/adal-angular.min.js"></script>
40+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal.min.js"></script>
41+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal-angular.min.js"></script>
4242

43-
CDN will be updated to latest version 1.0.12.
43+
CDN will be updated to latest version 1.0.13.
4444

4545
Via Bower:
4646

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adal-angular",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
55
"authors": [
66
"MSOpentech"

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.0.13
2+
=========================
3+
* Pass 'error' parameter to the callback besides 'error_description': #424
4+
* Adding API documentation of adal.js
5+
* Adding 'acquireTokenSuccess' and 'acquireTokenFailure' events in adal-angular.js
6+
* Other bug fixes and updates
7+
18
Version 1.0.12
29
==========================
310
* Adding support for Login using a pop-up instead of a full redirect. Please see this: https://github.com/AzureAD/azure-activedirectory-library-for-js/issues/60

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)