Releases: auth0/auth0-react
Releases · auth0/auth0-react
v1.6.0
Added
- [SDK-2603] Expose custom caching options from Auth0 SPA SDK #255 (stevehobbsdev)
v1.5.0
Added
- Expose
handleRedirectCallback
#233 (stevehobbsdev) - Add TUser type param to useAuth0 hook #230 (Jameskmonger)
Changed
Fixed
- Check for state along with error param #231 (adamjmcgrath)
v1.4.0
Added
- Update SPA JS, add organizations docs and example #211 (adamjmcgrath)
Fixed
- Update auth state on access token fail #219 (adamjmcgrath)
- Updates to user should not update memoized getAccessToken* methods #213 (adamjmcgrath)
v1.3.0
v1.2.0
Added
- [SDK-2106] Memoize auth methods #150 (adamjmcgrath)
- Add react fast refresh support #151 (Idered)
- [SDK-2105] Skip redirect callback option #148 (adamjmcgrath)
- [SDK-2104] Update peerDeps to account for react 17 #147 (adamjmcgrath)
- [SDK-1938] Update the user/isAuthenticated state after getting a token #146 (adamjmcgrath)
- Add config argument to getAccessTokenWithPopup #141 (ygist)
- Export AppState type for custom onRedirectCallback's #120 (adamjmcgrath)
v1.1.0
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
Breaking Change
- Allow custom
returnTo
inwithAuthenticationRequired
#41 (adamjmcgrath)
v0.4.0
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
Fixed
- getToken methods were being called in the wrong scope #24 (adamjmcgrath)
v0.3.0
Breaking Changes
- [SDK-1694] Camel case props #22 (adamjmcgrath)
- [SDK-1693] Renames some init props #21 (adamjmcgrath)
Added
- [SDK-1641] Add SSR support #17 (adamjmcgrath)