Skip to content

Releases: torusresearch/torus-embed

v1.2.3

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 23 Mar 10:12

The following changes have been made in this release:

  • Fix script

Patch release

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 23 Mar 07:43

The following changes have been made in this release:

  • Fix scripts & error message
  • Update packages for examples
  • Add Approve KNC to vue example

Login not mandatory for initiateTopup API

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 20 Mar 11:20

The following changes have been made in this release:

  • Initiate topup doesn't require login. Only init
  • Embed script hides Torus button
  • Don't set defaults for payment providers
  • Fix scripts
  • Updated Examples

Make minor upgrades optional

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 16 Mar 14:20

The following changes have been made in this release:

  • Add Ramp Network as payment provider
  • Check iframe integrity on request
  • Load latest version of torus-website by default
  • Add lint
  • Fix issues with scripts
  • Update packages

Patch release

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 29 Feb 12:04

Fixes the issue with transpiling async/await syntax

Minor Release

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 28 Feb 11:16

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

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 14 Feb 01:25

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

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 07 Feb 02:59

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

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 20 Jan 05:48

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

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 13 Dec 15:16

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