Skip to content

Releases: Adyen/adyen-web

6.41.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:38
b19eec7

Improvements

  • Improved: Propagate healthcare field to the onBinLookup callback (#4084)

  • Improved: Detect if 3DS2 challenge token is missing a valid domain for the threeDSNotificationURL. Without a valid domain we will never receive the postMessage telling us the 3DS2 process is complete. (#4073)

  • Improved: replace deprecated keypress event with keydown event (#4066)

Bug fixes

  • Fixed: Remove explicit any types from Dropin, ANCV, Giftcard and ThreeDS2 components (#4080)

  • Fixed:Stop displaying installments defined at the component level when in a sessions integration, and put a warning message in the console. This installment configuration could end up in being shown in the UI, but was then always ignored by the backend. (#4079)

  • Fixed: aria-checked missing in the Dropin payment method list if openFirstPaymentMethod set to false (#4085)

6.40.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:25
5672d01

Bug fixes

  • Fixed: UPI and Iris brand logo images missing alt text for screen readers (#4071)

  • Fixed: improving types & clarifying possible paths in postMessage handling function (#4071)

  • Fixed: Removed legacy data types for 3DS2 resolve data (#4071)

  • Fixed: Prefer exact locale match rather than two-letter match (thanks to @kevinccbsg) (#4071)

  • Fixed: PayTo accessibility enhancements for form instruction and account holder errors (#4071)

6.40.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:02
49736bd

Bug fixes

  • Fixed: Removes incorrect presentation role on card fields (#4035)

  • Fixed: a11y keyboard navigation inside Select list (#4029)

6.40.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:45
cb31a09

New

  • New: allowedCountries component configuration for Affirm, with supported values CA, US, GB (#4025)

Bug fixes

  • Fixed: countryCode & allowedCountries mismatch issue for Affirm (#4025)

  • Fixed: Add autocomplete tokens to all personal details and address fields (#4027)

  • Fixed: a11y announcements for resend OTP countdown in Click to Pay (#4026)

6.39.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:54
a0aa7ff

New

  • New: Also add translated error message to error object for non-SF errors (#4013)

Bug fixes

  • Fixed: Select component a11y issue (#3965)

  • Fixed: Moved paypal js to dependencies from dev dependencies (#4022)

  • Fixed: actions.reject onSubmit bug for PayPal (#4015)

  • Fixed: Suggestion for invalid email error in click to pay (#4006)

  • Fixed: add aria-labelledby to giftcards remove button (#3993)

6.38.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:33
792a481

Improvements

  • Improved: Minor and Patch Updates plus TS changes required by the update to typescript-eslint (#3995)

  • Improved: ClickToPay and PayTo a11y - now move keyboard focus to the first invalid field on submit and improve error announcements (#3991)

  • Improved: border contrast for input fields (#3940)

Bug fixes

  • Fixed: Bumped SecuredFields version to one (6.2.1) that recognises ionic:// domains (#4009)

  • Fixed: Brand icon lists in Card and Drop-in now use correct list semantics (#4004)

  • Fixed: Improved contrast ratio on ClickToPay "read more" text (#4007)

  • Fixed: visually hidden content leaking to AT (#3998)

  • Fixed: Await component now announces its status text to screen readers via the global SRPanel (WCAG 4.1.3) (#4002)

6.37.0

Choose a tag to compare

@github-actions github-actions released this 20 May 14:01
fa8a49b

Improvements

  • Improved: UPI Intent UI improvements for apps list (#3885)

Bug fixes

  • Fixed: SegmentedControl component to follow proper tablist and tabpanel WAI-ARIA semantics (#3985)

  • Fixed: Decorative images in Card component are now removed from the accessibility tree (#3988)

  • Fixed: 3DS2 Redirect(MD) flow uses new data structures (#3982)

6.36.0

Choose a tag to compare

@github-actions github-actions released this 13 May 14:37
77e15d3

New

  • New: Adding support for Giving in the /sessions flow. If the /payments response mandates it we will automatically mount and handle a Donation component. (#3878)

Improvements

  • Improved: HTML semantics in some elements (#3913)

Bug fixes

  • Fixed: ClickToPay info modal title and Address section title now use <h2> for correct heading hierarchy. (#3966)

  • Fixed: PayByBankUS Drop-in row no longer hides issuer brand icons on narrow viewports. (#3964)

  • Fixed: Iris segemented control order switch bug on Drop in after pay button click (#3981)

  • Fixed: Select not announcing name, and association with listbox (#3980)

6.35.0

Choose a tag to compare

@github-actions github-actions released this 05 May 12:24
cfd3d1d

New

  • New: The payload returned in the onSubmit callback has increased in size, because of changes to the included sdkData field. (#3956)

Improvements

  • Improved: Co-badged card selection UI inside card PAN field (#3883)

6.34.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 17:01
6dfeefb

Improvements

  • Improved: Types for UPI mandate (Autopay) object by making endsAt a required property (#3951)

Bug fixes

  • Fixed: Validating countryCode after library initialization (#3951)

  • Fixed: Form label font-weight to bold (#3951)

  • Fixed: add html inert property to disable focus of payment method item details when the payment method is not selected (#3951)

  • Fixed: Remove explicit any from utilities, language and UMD entry (#3951)

  • Fixed: overflowing text content for drop-in payment list items (#3951)