v1.1.0 (2020-09-17)
Added
- [SDK-1927] Check for state param in callback url #107 (adamjmcgrath)
- Support react v16.11 #99 (tiagob)
Fixed
- [SDK-1836] Update state for local logouts #81 (adamjmcgrath)
- Add config argument to loginWithPopup #77 (Aulos)
v1.0.0 (2020-06-19)
Breaking Change
- Allow custom
returnTo
inwithAuthenticationRequired
#41 (adamjmcgrath)
v0.4.0 (2020-06-05)
Added
- [SDK-1697] Add custom user agent to spa js #28 (adamjmcgrath)
- Use
checkSession
to start login #27 (adamjmcgrath) - [SDK-1690] Add generated API docs #25 (adamjmcgrath)
v0.3.1 (2020-06-01)
Fixed
- getToken methods were being called in the wrong scope #24 (adamjmcgrath)
v0.3.0 (2020-05-29)
Added
- [SDK-1641] Add SSR support #17 (adamjmcgrath)
Breaking Changes
- [SDK-1694] Camel case props #22 (adamjmcgrath)
- [SDK-1693] Renames some init props #21 (adamjmcgrath)
v0.2.0 (2020-05-20)
Added
- [SDK-1642] Add missing methods from SPA JS #11 (adamjmcgrath)
- [SDK-1582] Normalize the auth0 error and add error handling to the basic example #10 (adamjmcgrath)
Changed
- Rename auth prop to prevent clashes and align with public api #14 (adamjmcgrath)
- Bundle SPA JS with the SDK for easier install #13 (adamjmcgrath)
v0.1.0 (2020-05-08)
Added
- [SDK-1580][SDK-1581] Add withAuth and withLoginRequired #7 (adamjmcgrath)
- [SDK-1583] Setup basic README for Early Access #6 (adamjmcgrath)
- [SDK-1577][SDK-1578] Add login functionality #5 (adamjmcgrath)
- [SDK-1576] Linting #4 (adamjmcgrath)
- [SDK-1572] Added CircleCI config #3 (Widcket)
- [SDK-1568] Set up unit tests #2 (adamjmcgrath)
- [SDK-1570][SDK-1571] Setup dev environment and build targets #1 (adamjmcgrath)