Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Releases: Rebilly/framepay-react

v2.0.0

13 Jan 08:24
bdd4c15
Compare
Choose a tag to compare

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

  • fix!: Move onTokenReady to Provider by @Weetbix in #81

Full Changelog: v1.6.0...v2.0.0

v1.6.0

13 Jan 03:56
adcb5d5
Compare
Choose a tag to compare

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

Full Changelog: v1.5.1...v1.6.0

v1.5.1

30 Dec 01:26
4fdf902
Compare
Choose a tag to compare

What's Changed

  • fix: Unregister token-ready handlers when unmounting by @Weetbix in #67

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Dec 02:11
02b5964
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

16 Feb 14:02
5c91af2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Feb 09:44
2131f00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Feb 16:42
957cdfa
Compare
Choose a tag to compare

Allow Apple Pay to be automatically configured using RTP.

v1.1.5

10 Aug 11:59
ac6cc63
Compare
Choose a tag to compare

Security updates

v1.1.4

10 Aug 11:42
c52fec7
Compare
Choose a tag to compare

This release updates dependencies to secure versions

v1.1.3

15 Jun 14:28
bf4b5f2
Compare
Choose a tag to compare
Update dependencies (#45)

* Remove @types/react

* Upgrade dependencies

* Bump version