Skip to content

Releases: stripe/react-stripe-js

v2.3.0

12 Sep 21:48
73da52b
Compare
Choose a tag to compare

New features

  • Add support for Embedded Checkout (beta) (#440)

Fixes

Changed

  • Throw error when CustomCheckoutContext value is null. (#444)

v2.2.0

08 Sep 22:24
3b993da
Compare
Choose a tag to compare

New features

  • Add CustomCheckoutProvider (#439)

Fixes

Changed

  • extract some utils (#438)
  • Remove mentions of ECE being in beta (#436)

v2.1.2

08 Aug 20:51
Compare
Choose a tag to compare

Changed

  • upgrade stripe-js to 2.0.0 and peerDep (#430)

v2.1.1

16 Jun 23:20
Compare
Choose a tag to compare

Fixes

  • Wraps component destructor in a trycatch (#409)
  • Adds a missing import from the README demo. (#410)

Changed

  • Update example to use Payment Element (#401)

v2.1.0

22 Mar 19:48
42cda34
Compare
Choose a tag to compare

New features

Fixes

Changed

  • bump stripe-js javascript package (#389)

v2.0.0

13 Mar 20:05
Compare
Choose a tag to compare

Changed

  • Breaking: Rename PayButtonElement to ExpressCheckoutElement (#384)

v1.16.5

21 Feb 21:40
809f84b
Compare
Choose a tag to compare

New features

Fixes

  • Bump ua-parser-js from 0.7.28 to 0.7.33 (#378)

Changed

v1.16.4

18 Jan 23:12
Compare
Choose a tag to compare

Fixes

  • Switch back to a ref to track element creating, updating, and destroying (#376)

v1.16.3

10 Jan 21:38
Compare
Choose a tag to compare

Fixes

  • Only call element.on when the merchant passes in a callback (#372)
  • Bump json5 from 1.0.1 to 1.0.2 (#370)

v1.16.2

04 Jan 18:46
Compare
Choose a tag to compare

Fixes

  • Revert "Only call element.on when the merchant passes in a callback (#360)" (#369)