Releases: revops-io/revops.js
Releases · revops-io/revops.js
Update to Babel Build System
This release upgrades the Babel build system for compiling the package.
v1.0.0-beta22
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
PaymentMethod & SignUp
- now able to hide the default network error by setting
showNetworkError=false
v1.0.0-beta20
Bugfixes
- Added additional debugging information when using the
loadingStateproperty - the
onErrorcorrectly return only the error and not the entire response - removed the
<br />from<PaymentMethod />component
1.0.0-beta19
Bugfix
- can completely disable the links between the different payment methods
1.0.0-beta18
PaymentMethod
creditCardLabelachLabel&plaidLabelproperties accept any React node to customize the header text on each of the payment methodsachLinkcreditCardLinkplaidLinkproperties now allow for custom links for switching between payment methods.
v1.0.0-beta17
PaymentMethod
- Performance improvements for switching between
methods loadingStateproperty available to customize your own loaderonLoadcallback for integrating revops-js
Form Fields
autoFocus,showInlineError,errorMsgproperties added to overrideProps
Validation Warnings
- Validation errors can be disabled using
showInlineErrorproperty with the<PaymentMethod />component - Validation errors can be disabled or enabled for each form field using overrideProps