Changelog
0.14.0
- Adds Info Icon component
- Adds New flow for returning customers
- Adds new compact design refactor
See UX Guidelines for more details
0.13.0
- Adds QR Code component
0.12.0
- Adds Selector component
0.9.3
- Confirm Panel is shown on every device operating system
- isWebView configuration parameter added
0.9.1
- Events sent from the component are extended and aligned with other volume SDKs
- The popup sheet closes after a "confirm button" is clicked by the user
- Better error handling and clearer presentation of potential errors
0.9
- Better error handling and clearer presentation of potential errors
0.8
- An agentType parameter added to both initial configuration and each createPayment
0.7
- Bug fixes
0.6
- Added (automatically - no user action needed) additional data in createPayment request body. Necessary to properly handle callbacks.
0.5
- Tailwind CSS file removed
- A new, cleaned-up version of Volume CSS file introduced
0.4
- A new createPayment json property: metadata
- REST error handling improvements
- a new callback, which can be set during the initialisation phase, was added: errorConsumer(error)
0.3
- a new function added to Volume component: payWithInstitution(institutionId)
- a new function added to Volume component: openInstitutionSelection()
- new volume events:
- BANK_SELECTION_OPENED
- INSTITUTION_SELECTED
0.2
- a new initialisation boolean property added: disablePayButton
- a new callback, which can be set during the initialisation phase, was added: eventConsumer(volumeEvent)
- a new function added to Volume component: toggleButton(boolean)
0.1
- Initial JavaScript sdk release