Skip to content

Releases: torusresearch/torus-embed

Patch release

29 Feb 12:04
Compare
Choose a tag to compare

Fixes the issue with transpiling async/await syntax

Minor Release

28 Feb 11:16
Compare
Choose a tag to compare

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

14 Feb 01:25
Compare
Choose a tag to compare

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

07 Feb 02:59
Compare
Choose a tag to compare

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

20 Jan 05:48
Compare
Choose a tag to compare

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

13 Dec 15:16
Compare
Choose a tag to compare

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

25 Nov 23:34
Compare
Choose a tag to compare

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

08 Nov 14:38
Compare
Choose a tag to compare

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

06 Oct 20:07
Compare
Choose a tag to compare
v0.2.0

Updating iframe integrity and publish 0.2.0

New API

18 Sep 12:11
Compare
Choose a tag to compare

This is a major release change and breaks compatibility with older versions (torus is still in beta, hence we didn't go with bumping major version)
Please refer to the docs for more info on the new API