Releases: stripe/react-stripe-js
Releases · stripe/react-stripe-js
v1.1.1
v1.1.0
v1.0.3
v1.0.2
Docs updates
v1.0.1
Initial stable release. No changes from the last beta.
v1.0.0-beta.7
New Features
- Add
FpxBankElement
, and examples. - Add
AuBankAccountElement
.- The AU BECS Debit Payment Method is currently in beta, for more information please contact Stripe Support.
- [types] Bump
@stripe/stripe-js
to1.0.0-beta.9
to use the new Payment Methods.
Fixes
- Fixed the ES Module version of this package to only use the default export of
react
to allow integrations that don't accept named exports. (#40)
v1.0.0-beta.6
Fixes
Invalid import of prop-types
causing an error when using the ES Module version of this library (#33)
Various Stripe.js types from @stripe/stripe-js.
v1.0.0-beta.5
Fixes
- Fix types for TS projects not using esModuleInterop (#31)
v1.0.0-beta.4
Features
- Adds TypeScript support, to be used in tandem with the latest
@stripe/stripe-js
release. For more information, see our TypeScript versioning policy.
v1.0.0-beta.3
More examples and miscellaneous documentation updates.
Fixes
- Removes a warning about
useLayoutEffect
when using React Stripe.js with server side rendering.