This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
fix(deps): update dependency react-stripe-elements to v6 #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.3
->6.1.2
Release Notes
stripe/react-stripe-elements
v6.1.2
Compare Source
Bug Fixes
elements
prop is not injected byinjectStripe
when using asyncStripe
and mounting only aCardCvcElement
orCardExpiry
Element. (#519 )v6.1.1
Compare Source
Changes
v6.1.0
Compare Source
New Features
Added the
auBankAccount
andfpxBank
elements. These elements will not haveautomatic Element detection/insertion. To use them you will need to use
elements.getElement
and pass them directly to other Stripe.js methods (e.g.stripe.confirmFpxPayment
):v6.0.1
Compare Source
Version bump that fixes some typos, no changes.
v5.1.0
Compare Source
New Features
getElement
.Bug Fixes
v5.0.1
Compare Source
Bug Fixes
stripe.createPaymentMethod
would error in IE.v5.0.0
Compare Source
New Features
Breaking Changes
componentWillReceiveProps
. Thisinternal movement of logic between lifecycle methods is likely safe for almost
all apps and should not require any changes.
v4.0.2
Compare Source
Bug Fixes
stripe.createPaymentMethod
would error in IE.v4.0.1
Compare Source
Bug Fixes
stripe.handleCardPayment
with only a client secretcaused an error to be thrown.
v4.0.0
Compare Source
New Features
Renamed
CardCVCElement
toCardCvcElement
which better mirrors the ElementsAPI. We will keep the old component name around as an alias until 5.0.0.
Added support for
stripe.handleCardSetup
For more information, please review the Stripe Docs:
stripe.handleCardSetup
Deprecations
CardCVCElement
has been renamed toCardCvcElement
.CardCVCElement
willbe removed in version 5.0.0.
Breaking Changes
handleCardSetup
withreact-stripe-elements
, youshould upgrade your integration. This method will now automatically find and
use valid Elements.
Old Way
New Way
v3.0.1
Compare Source
Bug Fixes
stripe.createPaymentMethod
would error in IE.v3.0.0
Compare Source
New Features
added a changelog
added support for
stripe.handleCardPayment
andstripe.createPaymentMethod
.These methods allow you to easily integrate Stripe's new Payment Intents API.
Like
createToken
andcreateSource
, these new methods will automaticallyfind and use a corresponding Element when they are called.
For more information, please review the Stripe Docs:
stripe.createPaymentMethod
stripe.handleCardPayment
Breaking Changes:
handleCardPayment
orcreatePaymentMethod
withreact-stripe-elements
, you should upgrade your integration. These methodswill now automatically find and use valid Elements.
Old Way
New Way
supported.
Old Way
New Way
PostalCodeElement
has been removed. We suggest that you build your ownpostal code input.
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.