All notable changes to this project will be documented in this file.
- Updated acorn dependency
- Updated dependencies submitted by dependabot
- Added a
wrapperStyle
prop to allow further styling on the Button component - Added support for serverside rendering
- Removed obsolete
allowTransparency
prop from iframe (fixes #15)
- Caching the state of a user's transaction can now be disabled with the
disableCaching
prop. - The component is now wrapped in an anchor tag
- You can now register for
onPaymentDetected
events.
- Allow custom metadata to be included with charges
- Added Support for
react: ^15.6
- Fix for charge codes in embedded iframe source
- Initial Release