This repository was 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.2Release Notes
stripe/react-stripe-elements
v6.1.2Compare Source
Bug Fixes
elementsprop is not injected byinjectStripewhen using asyncStripeand mounting only aCardCvcElementorCardExpiryElement. (#519 )v6.1.1Compare Source
Changes
v6.1.0Compare Source
New Features
Added the
auBankAccountandfpxBankelements. These elements will not haveautomatic Element detection/insertion. To use them you will need to use
elements.getElementand pass them directly to other Stripe.js methods (e.g.stripe.confirmFpxPayment):v6.0.1Compare Source
Version bump that fixes some typos, no changes.
v5.1.0Compare Source
New Features
getElement.Bug Fixes
v5.0.1Compare Source
Bug Fixes
stripe.createPaymentMethodwould error in IE.v5.0.0Compare 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.2Compare Source
Bug Fixes
stripe.createPaymentMethodwould error in IE.v4.0.1Compare Source
Bug Fixes
stripe.handleCardPaymentwith only a client secretcaused an error to be thrown.
v4.0.0Compare Source
New Features
Renamed
CardCVCElementtoCardCvcElementwhich better mirrors the ElementsAPI. We will keep the old component name around as an alias until 5.0.0.
Added support for
stripe.handleCardSetupFor more information, please review the Stripe Docs:
stripe.handleCardSetupDeprecations
CardCVCElementhas been renamed toCardCvcElement.CardCVCElementwillbe removed in version 5.0.0.
Breaking Changes
handleCardSetupwithreact-stripe-elements, youshould upgrade your integration. This method will now automatically find and
use valid Elements.
Old Way
New Way
v3.0.1Compare Source
Bug Fixes
stripe.createPaymentMethodwould error in IE.v3.0.0Compare Source
New Features
added a changelog
added support for
stripe.handleCardPaymentandstripe.createPaymentMethod.These methods allow you to easily integrate Stripe's new Payment Intents API.
Like
createTokenandcreateSource, these new methods will automaticallyfind and use a corresponding Element when they are called.
For more information, please review the Stripe Docs:
stripe.createPaymentMethodstripe.handleCardPaymentBreaking Changes:
handleCardPaymentorcreatePaymentMethodwithreact-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
PostalCodeElementhas 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.