This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Releases: Rebilly/framepay-react
Releases · Rebilly/framepay-react
v2.0.0
Breaking changes
The onTokenReady
prop has been removed from GooglePay, ApplePay and Paypal elements. It has moved to FramePayProvider
.
For example:
<FramePayProvider>
<GooglePay onTokenReady={() => ...} />
<Paypal onTokenReady={() => ...} />
<ApplePay onTokenReady={() => ...} />
</FramePayProvider>
Becomes:
<FramepayProvider onTokenReady={() => ... }>
<GooglePay />
<Paypal />
<ApplePay />
</FramepayProvider>
What's Changed
Full Changelog: v1.6.0...v2.0.0
v1.6.0
Dev only changes, although some upgrades to node versions and typescript may cause a change in the dist.
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #66
- Bump express from 4.17.1 to 4.17.3 by @dependabot in #64
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #62
- Update README.md by @Weetbix in #68
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #63
- test: Add react testing library setup and convert 1 test by @Weetbix in #69
- test: Convert remaining tests to RTL and remove enzyme by @Weetbix in #70
- test: Update version checking e2e tests by @Weetbix in #73
- dev: Upgrade dev version of react to 18 by @Weetbix in #72
- test: Add cypress E2E test setup and convert 1 spec by @Weetbix in #74
- test: Convert multiple-methods spec to cypress by @Weetbix in #76
- test: Remove puppeteer E2E test setup and bump jest by @Weetbix in #77
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #71
- Puppeteer to Cypress E2E tests migration by @mehicalen in #75
- Consolidating Cypress tests into the e2e folder / Upgrade GHA to Node v18 / Minor improvements by @mehicalen in #78
- dev: Auto-generate SSL certificates and run with https by @Weetbix in #79
- Bump version to 1.6.0 following recent changes by @mehicalen in #80
New Contributors
- @mehicalen made their first contribution in #75
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
What's Changed
- feat: Allow Google Pay to be auto configured by @ZengJunyong in #56
New Contributors
- @ZengJunyong made their first contribution in #56
Full Changelog: v1.2.0...v1.3.0