Skip to content

Releases: stripe/react-stripe-js

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)

v1.16.1

08 Dec 17:33
Compare
Choose a tag to compare

Fixes

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

v1.16.0

02 Dec 23:03
a1472e9
Compare
Choose a tag to compare

Fixes

  • add type definitions for focus and blur callback (#356)
  • Do not run the publishing release step silently (#345)

Changed

  • Installs the latest version of @stripe/stripe-js (#357)
  • Bump minimatch from 3.0.4 to 3.1.2 (#355)
  • Bump decode-uri-component from 0.2.0 to 0.2.2 (#354)
  • Bump loader-utils from 1.4.1 to 1.4.2 (#348)
  • Remove AE beta comment (#350)

v1.15.0

15 Nov 00:28
Compare
Choose a tag to compare

New features

  • Add component for payButton element (#344)

Changed

  • Bump loader-utils from 1.4.0 to 1.4.1 (#342)

v1.14.2

02 Nov 23:01
Compare
Choose a tag to compare

Changes

  • Update stripe-js version (#338)

v1.14.1

27 Oct 21:27
d9c1bbb
Compare
Choose a tag to compare

Fixes

  • Updated cart ready event to return event instead of element (#337)

v1.14.0

26 Oct 00:15
d0a0e94
Compare
Choose a tag to compare

New features

  • Add useCartElement and useCartElementState hooks (#335)

v1.13.0

13 Oct 00:05
e559d47
Compare
Choose a tag to compare

New features

  • Added cart component (#331)