Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stripe/react-stripe-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: stripe/react-stripe-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    3b03fe1 View commit details
    Browse the repository at this point in the history
  2. v5.0.0-rc.0

    dodgez-stripe committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    7b8aa7c View commit details
    Browse the repository at this point in the history
  3. [EwCS] update storybook example to v4 (#622)

    * update ewcs storybook
    
    * update buttonDisabled
    
    * prettier:fix
    
    * rm beta
    
    * prettier
    
    * rm useStripe
    
    * fix return val
    
    * reset status
    alanyan-stripe authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    8d95722 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. [breaking] Update CheckoutProvider to use new shape (#615)

    This is to change `<CheckoutProvider />` to use https://js.stripe.com/clover/stripe.js
    
    - options change from `fetchClientSecret: () => Promise<string>;` to `clientSecret: string | Promise<string>`
    - `useCheckout` return the exact same object as https://github.com/stripe/react-stripe-js/releases/tag/v4.0.0
    pololi-stripe authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    3f73bb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. v5.0.0-rc.1

    dodgez-stripe committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    4b2eb22 View commit details
    Browse the repository at this point in the history
Loading