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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@adyen/adyen-web@6.0.0
Major Changes
Initialise the Custom Card component through
checkout.create('customcard')
rather thancheckout.create('securedfields')
(#2200)Redesign with Bento design tokens.\ (#2295)
Remove default placeholders, merchants can configure placeholders via the configuration object.\
Add
showContextualElement
andcontextualText
for the form field, merchants can configure them via configuration object.\New spinner.\
Phone prefix drop down contains flag icons.\
Ideal issuer names align to the right.\
Fix the stored card icon overlapping with the error icon.\
Scss code refactoring.\
Use the same syntax for 'required' error message in the Personal details and Address components.
Minor Changes
Remove the country flag in the Phone select, change the label to
Country/Region
for the country/region field. (#2635)Starting using /checkoutanalytics endpoint to retrieve "checkoutAttemptId" log "submit" and "action-handled" events (#2538)
Update
showPayButton
property to default totrue
for both Components and Drop-in. (#2207)Previously it defaulted to
true
for Drop-in andfalse
for Components (for legacy reasons, when we didn't have a separate PayButton component).Patch Changes
fix: vouchers (econtext and dragonpay) can now show expiration date with time (#2644)
fix: ANCV ignoring exesting order & payButton not working as intended (#2675)
Fix: ACH not respecting showPayButton (#2714)
Fix(a11y): select/combobox aria-activedescendant is now empty when active item is null (#2709)
New design for the drop-in component. (#2348)
There is a clear separation between the stored payment methods and the regular payment methods. The express payment methods sit side by side.
Click to Pay - Fixed bug where newly created card was taking priority of used cards in the Card list view, and improved CSS specificity for the Card image size when displaying single Card (#2699)