Releases: SmartTokenLabs/token-negotiator
Releases · SmartTokenLabs/token-negotiator
Release Version 1.0.0
Description
Autoload token feature added to improve the UX of the library, alongside bug fixes and performance enhancements
Upgrade Steps
- Update NPM package to version 1.0.0
Breaking Changes
[none]
New Features
- Sync address with attestation.id, handled reject on user close popup
- Autoload all tokens on negotiation
- Auto popup option
- Add logic to update issuers and open popup when calling negotiate
Bug Fixes
- Passive negotiation enabling other wallets than MetaMask
- Button loader CSS
Performance Improvements
- Fix race condition in contract meta load
- Cache data for already loaded tokens
- Code splitting
Other Changes
- General fixes and enhancements made ensuring the same functionality was kept
Full Changelog: v1.0.24-alpha...v1.0.0
1.0.24-alpha
Fix post message error propagation issue Error object cannot be sent through postMessage, send e.message string instead.