0.2.0
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
signInno longer takes a parameter and triggers popup sign in- Callback methods have been renamed
callback()andredirectCallback() getConnectButton()parameters have been changed- Log out URL removed from Bitski constructor