Skip to content

Commit 24c6bdf

Browse files
committed
bump version 0.5.0 - ficx changelog
1 parent 6dc2bd9 commit 24c6bdf

File tree

5 files changed

+43
-3307
lines changed

5 files changed

+43
-3307
lines changed

CHANGELOG.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,49 @@ v. 0.5.0
22
-
33
+ update adal.js to 1.0.18
44

5-
6-
#86 (thanks to @balanza) https://github.com/salvoravida/react-adal/pull/86
5+
[PR86 (thanks to @balanza)](https://github.com/salvoravida/react-adal/pull/86)
76
* Adal SDK update to latest (1.0.18). Furthermore, I included a simple script to automatically fetch latest from github and clone it in our code.
87
* Allow extra parameters while fetching token. This is to comply with SDK's acquireTokenRedirect and acquireTokenPopup signatures (with the latter being broken before the fix).
98
* Using loginResource to check login token instead of clientId. This because SDK's AuthenticationContext constructor already handles missing loginResource by value it as clientId. Thus it can now cover both scenario: with both loginResource and clientId and only clientId provided.
109

11-
#33 https://github.com/salvoravida/react-adal/issues/33
12-
* login ok - permission failed fix infinite loop
10+
[#33](https://github.com/salvoravida/react-adal/issues/33)
11+
login ok - permission failed fix infinite loop
1312

14-
#67 https://github.com/salvoravida/react-adal/issues/67
13+
[#67](https://github.com/salvoravida/react-adal/issues/67)
1514
fix SSR support withAdalLogin Hoc
1615

17-
#68 https://github.com/salvoravida/react-adal/issues/68
16+
[#68](https://github.com/salvoravida/react-adal/issues/68)
1817
Clear the resource cache on new login
18+
19+
```
20+
v0.4.24
21+
+upgrade to babel 7
22+
+SSR support
23+
+fix ie10
24+
25+
v0.4.22
26+
!support old sid #issue 7
27+
!withAdalLogin HOC componentWillMount deprecated removed
28+
!withAdalLogin HOC check mounted before setState
29+
30+
v0.4.19
31+
+support MFA redirect - merged pr
32+
33+
v0.4.18
34+
!adalFetch options fix
35+
+es5 lib
36+
37+
v0.4.17
38+
+update adal.js to 1.0.17
39+
+added withAdalLogin HOC for login only on a single Route
40+
+added example for single route login
41+
42+
v0.3.15
43+
!fix eslint and packages dep
44+
!fix devDependencies
45+
+update readme
46+
47+
v0.1.15
48+
+first release
49+
+include AdalJS v.1.0.15
50+
```

README.md

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -132,39 +132,10 @@ import { authContext } from '../adalConfig';
132132
}
133133
```
134134

135+
135136
# changelog
136-
```
137-
v0.4.24
138-
+upgrade to babel 7
139-
+SSR support
140-
+fix ie10
141-
142-
v0.4.22
143-
!support old sid #issue 7
144-
!withAdalLogin HOC componentWillMount deprecated removed
145-
!withAdalLogin HOC check mounted before setState
146-
147-
v0.4.19
148-
+support MFA redirect - merged pr
149-
150-
v0.4.18
151-
!adalFetch options fix
152-
+es5 lib
153-
154-
v0.4.17
155-
+update adal.js to 1.0.17
156-
+added withAdalLogin HOC for login only on a single Route
157-
+added example for single route login
158-
159-
v0.3.15
160-
!fix eslint and packages dep
161-
!fix devDependencies
162-
+update readme
163-
164-
v0.1.15
165-
+first release
166-
+include AdalJS v.1.0.15
167-
```
137+
view -> [CHANGELOG.md](CHANGELOG.md)
138+
168139
# tutorials from the web
169140

170141
https://itnext.io/a-memo-on-how-to-implement-azure-ad-authentication-using-react-and-net-core-2-0-3fe9bfdf9f36

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-adal",
3-
"version": "0.4.24",
3+
"version": "0.5.0",
44
"description": "Azure Active Directory (ADAL) support for ReactJS",
55
"main": "lib/react-adal.js",
66
"scripts": {

0 commit comments

Comments
 (0)