Skip to content

Releases: revops-io/revops.js

Update to Babel Build System

27 Feb 19:01

Choose a tag to compare

This release upgrades the Babel build system for compiling the package.

v1.0.0-beta22

18 Dec 17:07

Choose a tag to compare

Bugfixes:

  • the payment method form no longer mistaken report an issue with loading when the method is changed explicitly from the parent component

v1.0.0-beta21

08 Dec 01:58

Choose a tag to compare

PaymentMethod & SignUp

  • now able to hide the default network error by setting showNetworkError=false

v1.0.0-beta20

08 Dec 00:04

Choose a tag to compare

Bugfixes

  • Added additional debugging information when using the loadingState property
  • the onError correctly return only the error and not the entire response
  • removed the <br /> from <PaymentMethod /> component

1.0.0-beta19

05 Dec 18:31

Choose a tag to compare

Bugfix

  • can completely disable the links between the different payment methods

1.0.0-beta18

04 Dec 19:10

Choose a tag to compare

PaymentMethod

  • creditCardLabel achLabel & plaidLabel properties accept any React node to customize the header text on each of the payment methods
  • achLink creditCardLink plaidLink properties now allow for custom links for switching between payment methods.

v1.0.0-beta17

27 Nov 02:45

Choose a tag to compare

PaymentMethod

  • Performance improvements for switching between methods
  • loadingState property available to customize your own loader
  • onLoad callback for integrating revops-js

Form Fields

  • autoFocus, showInlineError, errorMsg properties added to overrideProps

Validation Warnings

  • Validation errors can be disabled using showInlineError property with the <PaymentMethod /> component
  • Validation errors can be disabled or enabled for each form field using overrideProps