Releases: torusresearch/torus-embed
Releases · torusresearch/torus-embed
Patch release
Fixes the issue with transpiling async/await syntax
Minor Release
The following changes have been made in this release:
- Support getPublicAddress to optionally send pubKeyX and pubKeyY
- Add support to send sitemetadata to iframe
- Fix issue with awaiting for tx receipt
- Handle if popup opened by embed gets blocked
- Update packages
- Update examples
- Remove firefox warning
- Remove coindirect
OUT OF BETA
We are proud to announce that torus is officially out of beta. 🚀
Although a major release, this version doesn't break compatibility with any of the older versions.
NO API CHANGES
The following changes have been made in this PR:
- Update packages
- change examples
- Add support for firefox(Show popup unblock notice for firefox)
EIP 1193 Support
The following changes have been made in this release:
- Fixed #91
- Hide torus-embed button correctly (spinner)
- Upgrade inpage provider to the latest spec (EIP-1193)
- Payment provider upfront validations
- Allow to pass in a selected address in intitateTopup api
- Update packages
- Fix bugs
- Es9 support
- Add angular example, update react and vue examples
New UI + NOTICE
The following changes have been made in this release:
- New UI for the embed modal. It's cleaner and more mobile friendly
- Split functionality into fetch-node-details and torus.js npm packages (Adds security + resilience when nodes are down/malicious)
- Improved backward compatibility
NOTE:
All older versions below v0.2.12 will be deprecated by end of Feb.
Please upgrade before then for optimal stability and compatibility.
Popup Unblock
The following changes have been made in this release:
- Popup unblock
Now torus popups won't be blocked by default. If tx's are blocked, they show a modal which when the user clicks, opens the confirmation window - Removed simplex from inititateTopup API due to licensing restrictions
- Update packages and css changes
Topup API
The following changes have been made in this PR:
- Added new Topup API which allows dapps to invoke payment provider directly
- Update packages
Patch release
The following changes have been made in this PR:
- Users can now disable certain login types by using
enabledVerifiers
param - Pass in a message with getUserInfo(message) to display to the user
Added multiple logins
v0.2.0 Updating iframe integrity and publish 0.2.0