Skip to content

Latest commit

 

History

History
133 lines (88 loc) · 7.64 KB

CHANGELOG.md

File metadata and controls

133 lines (88 loc) · 7.64 KB

Change Log

0.6.0 (2017-04-08)

Full Changelog

Added

0.5.0 (2017-01-21)

Full Changelog

Added

0.4.0 (2016-08-20)

Full Changelog

Closed issues:

  • Inconsistent Android and iOS profile upon login #74 (calclavia)

Added:

  • Lock options to enable PKCE & customize TouchID behaviour #85 (hzalaz)
  • Allow using magic link with passwordless #83 (hzalaz)

Changed:

  • Improve Android profile bridge #84 (hzalaz)

0.3.0 (2016-06-15)

Full Changelog

Fixed

  • User profile was returning empty userMetadata after authentication in iOS #56 (hzalaz)
  • User profile was not returning userMetadata after authentication #64 (hzalaz)

Added

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)

Full Changelog

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:

0.1.0 (2016-04-04)

Full Changelog

Closed issues:

  • how to use both ios and android libs in the same entry file #19
  • No Exit on Login Screen #16

Merged pull requests:

0.0.5 (2016-02-01)

Full Changelog

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:

0.0.4 (2015-11-09)

Full Changelog

Merged pull requests:

  • Add Lock/WebView as a dependency #1 (hzalaz)

0.0.3 (2015-11-06)

Full Changelog

0.0.2 (2015-11-06)

Full Changelog

0.0.1 (2015-11-06)