0.4.0 (2016-08-20)
Closed issues:
Added:
- Lock options to enable PKCE & customize TouchID behaviour #85 (hzalaz)
- Allow using magic link with passwordless #83 (hzalaz)
Changed:
0.3.0 (2016-06-15)
Fixed
- User profile was returning empty
userMetadata
after authentication in iOS #56 (hzalaz) - User profile was not returning
userMetadata
after authentication #64 (hzalaz)
Added
- Disable change password & sign up buttons #59 (deepaksisodiya)
- Added Authentication & Users API clients from react-native-auth0. These can be obtained from the
Lock
instance. #63 (hzalaz)
Breaking changes
Lock object no longer has delegation(options)
or refreshToken(options)
methods, if you need to perform these operations you can do it from the Authentication API client like this:
lock
.authenticationAPI()
.refreshToken(refreshToken)
.then(response => console.log(response))
.catch(error => console.log(error));
For more info check https://github.com/auth0/react-native-auth0
0.2.0 (2016-05-18)
Implemented enhancements:
- delegation request for Android #31
- Add support to include library using
.xcodeproj
without CocoaPods #4
Fixed bugs:
- A0LockReact.m delegationWithOptions passes null dictionary when attempting to obtain firebase token, crashing app #39
Closed issues:
- Closable not working on Android #41
- Issues with running rnpm #28
- Auth0Lock.show - Cannot read property 'init' of defined #20
Merged pull requests:
- Add a Auth0 client class #46 (hzalaz)
- Use fetch API for delegation requests #45 (hzalaz)
- Introduce travis again #44 (hzalaz)
- Make it work with CP 1.0.0 #43 (hzalaz)
- Update README.md #40 (arjunkomath)
- Fixed path Android setup build.gradle #33 (robmoorman)
- Remove "-ios" from main README header #27 (twistedstream)
0.1.0 (2016-04-04)
Closed issues:
Merged pull requests:
- Add support for refresh_token in delegation method #26 (hzalaz)
- Add missing picture #25 (hzalaz)
- Same interface for Android & iOS (if possible) #24 (hzalaz)
- Add Android Bridge #23 (hzalaz)
- Initial Support for rnpm #22 (hzalaz)
- Send telemetry specifying react native lock #21 (hzalaz)
- Sample Project Update #17 (hzalaz)
- add delegateToken method #13 (chirag04)
0.0.5 (2016-02-01)
Closed issues:
- authParams applied inconsistently #9
- Cannot get native Facebook login to work #8
- ld: 221 duplicate symbols for architecture x86_64 #3
Merged pull requests:
- Update License and readme #12 (Annyv2)
- add authenticate method #11 (keeth)
- Add hide method to react-native-lock-ios #10 (brianneisler)
0.0.4 (2015-11-09)
Merged pull requests: