Skip to content

Releases: stripe/react-stripe-js

v6.3.0

27 Apr 22:00
58e7e27

Choose a tag to compare

New features

PR #672

  • Added useCheckoutElements(): use this inside <CheckoutElementsProvider>.
  • Added useCheckoutForm(): use this inside <CheckoutFormProvider>.
  • Both new hooks throw a clear runtime error if called under the wrong provider.
  • useCheckout() is now deprecated in favor of the two hooks above. It will keep working under both providers for backward compatibility and is planned for removal in the next major release (v7.0.0).

v6.2.0

14 Apr 14:11
533a875

Choose a tag to compare

New features

  • add contactDetails element (#670)

Changes

  • Bump lodash from 4.17.23 to 4.18.1 (#669)

v6.1.0

30 Mar 19:07
9f0e50d

Choose a tag to compare

New features

  • feat: add React components for Stripe Issuing Elements (#664)

Changed

  • Bump picomatch from 2.2.2 to 2.3.2 (#666)
  • Bump handlebars from 4.7.7 to 4.7.9 (#668)

v6.0.0

26 Mar 02:02
4d445d4

Choose a tag to compare

Changed

  • Type updates for Dahlia (#665)
  • Update react providers for the upcoming checkout sdk changes (#658)
  • point to stripe-js V9 RC + rename to createEmbeddedCheckoutPage (#660)

v5.6.1

02 Mar 22:13
3f65623

Choose a tag to compare

Fixes

  • Fail fast if hub GitHub auth is invalid during publish (#656)

Changed

  • Bump rollup from 4.22.4 to 4.59.0 (#657)

v5.6.0

28 Jan 20:10
06bd58b

Choose a tag to compare

New features

  • update stripe package (#655)

Changed

  • Bump lodash from 4.17.21 to 4.17.23 (#652)

v5.5.0

26 Jan 18:30
11040e0

Choose a tag to compare

New features

  • Add full PaymentFormElement props and options support (#654)

Fixes

v5.4.1

24 Nov 20:55
8891221

Choose a tag to compare

Changed

  • Bump min-document from 2.19.0 to 2.19.2 (#644)
  • Bump js-yaml from 3.14.1 to 3.14.2 (#641)

v5.4.0

18 Nov 19:42
v5.4.0
9a8c569

Choose a tag to compare

New features

  • Add PaymentForm Element (#643)
  • Removes beta comment from CurrencySelector element. (#642)
  • Export disclosure components with typing (#640)

v5.3.0

27 Oct 18:42
dfbdf22

Choose a tag to compare

New features

  • Add Issuing disclosure React component (#633)

Fixes

  • Add onChange to Shipping and Billing Address Element (#637)

Changed

  • [EwCS]: Update storybook with loadActionsResult (#632)