Skip to content

0.2.0

Choose a tag to compare

@pixelmatrix pixelmatrix released this 14 Dec 20:53
f3da33b

New Features

  • Use our provider for public web3 calls without being logged in
  • Remembers logged in status
  • Subscription support
  • Ability to check logged in status through getAuthStatus()
  • Sign in silently when possible with new start() method
  • Drop-in callback.html file for super simple integration
  • Adds remove method to ConnectButton
  • Improved performance through caching
  • Cleaner and simpler API

Breaking Changes

0.2.0 introduces a number of changes to our top-level API based on feedback we've received. We will try to keep these sorts of changes to a minimum in the future. See MIGRATING.md for more details on how to update your app.

  • Web3 is no longer a dependency or bundled with the CDN version
  • signIn no longer takes a parameter and triggers popup sign in
  • Callback methods have been renamed callback() and redirectCallback()
  • getConnectButton() parameters have been changed
  • Log out URL removed from Bitski constructor