skyflow-js
Advanced tools
Changelog
[1.12.1] - 2022-03-22
Fixed
Changelog
[1.12.0] - 2022-02-24
Added
requestId
in error logs and error responsesChangelog
[1.11.0] - 2022-02-08
replaceText
option for RevealElement
Changelog
[1.10.0] - 2022-01-25
formatRegex
option for RevealElement
Changelog
[1.9.1] - 2022-01-11
invokeSoapConnection
methodChangelog
[1.9.0] - 2022-01-11
Soap protocol
support for connectionsChangelog
[1.8.0] - 2021-12-07
setError(error: string)
method to set custom UI error to be displayed on the collect and reveal ElementsresetError()
method is used to clear the custom UI error message set through setErrorformat
parameter in collectElementOptions
to support different type of date formats for EXPIRATION_DATE
elementsetValue(value: string)
and clearValue()
method in DEV env, to set/clear the value of a collect element.setToken(value: string)
method to set the token for a reveal element.setAltText(value: string)
and clearAltText()
method to set/clear the altText for a revealaltText
support has been deprecated for collect elementvaultID
and vaultURL
are now optional parameters in Configuration constructorChangelog
[1.7.0] - 2021-11-24
validations
option in CollectElementInput
that takes an array of validation rulesREGEX_MATCH_RULE
, LENGTH_MATCH_RULE
& ELEMENT_MATCH_RULE
Validation rules typesPIN
Element typeChangelog
[1.6.0] - 2021-11-16
enableCardIcon
option to configure Card Icon visibilityINPUT_FIELD
Element type for custom UI elementsunmount
method to reset collect element to initial stateChangelog
[1.5.0] - 2021-11-10