Skip to content

Commit

Permalink
bump version 0.5.0 - ficx changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida committed Sep 28, 2019
1 parent 6dc2bd9 commit 24c6bdf
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3,307 deletions.
44 changes: 38 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,49 @@ v. 0.5.0
-
+ update adal.js to 1.0.18


#86 (thanks to @balanza) https://github.com/salvoravida/react-adal/pull/86
[PR86 (thanks to @balanza)](https://github.com/salvoravida/react-adal/pull/86)
* 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.
* 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).
* 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.

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

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

#68 https://github.com/salvoravida/react-adal/issues/68
[#68](https://github.com/salvoravida/react-adal/issues/68)
Clear the resource cache on new login

```
v0.4.24
+upgrade to babel 7
+SSR support
+fix ie10
v0.4.22
!support old sid #issue 7
!withAdalLogin HOC componentWillMount deprecated removed
!withAdalLogin HOC check mounted before setState
v0.4.19
+support MFA redirect - merged pr
v0.4.18
!adalFetch options fix
+es5 lib
v0.4.17
+update adal.js to 1.0.17
+added withAdalLogin HOC for login only on a single Route
+added example for single route login
v0.3.15
!fix eslint and packages dep
!fix devDependencies
+update readme
v0.1.15
+first release
+include AdalJS v.1.0.15
```
35 changes: 3 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,39 +132,10 @@ import { authContext } from '../adalConfig';
}
```


# changelog
```
v0.4.24
+upgrade to babel 7
+SSR support
+fix ie10
v0.4.22
!support old sid #issue 7
!withAdalLogin HOC componentWillMount deprecated removed
!withAdalLogin HOC check mounted before setState
v0.4.19
+support MFA redirect - merged pr
v0.4.18
!adalFetch options fix
+es5 lib
v0.4.17
+update adal.js to 1.0.17
+added withAdalLogin HOC for login only on a single Route
+added example for single route login
v0.3.15
!fix eslint and packages dep
!fix devDependencies
+update readme
v0.1.15
+first release
+include AdalJS v.1.0.15
```
view -> [CHANGELOG.md](CHANGELOG.md)

# tutorials from the web

https://itnext.io/a-memo-on-how-to-implement-azure-ad-authentication-using-react-and-net-core-2-0-3fe9bfdf9f36
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-adal",
"version": "0.4.24",
"version": "0.5.0",
"description": "Azure Active Directory (ADAL) support for ReactJS",
"main": "lib/react-adal.js",
"scripts": {
Expand Down
Loading

0 comments on commit 24c6bdf

Please sign in to comment.