Skip to content

Releases: Adyen/adyen-web

6.31.1-alpha

06 Mar 13:43
0a49eec

Choose a tag to compare

6.31.1-alpha Pre-release
Pre-release

Improvements

  • Aligning 3DS2 analytics errors with mobile sdks. Catch and propagate securedField encryption and key generation errors (#3804)

Bug fixes

  • Fixed: issue in iOS where programmatic focus was not causing the affected field to scroll into view (#3802)

6.31.1

19 Feb 16:42
42b28a2

Choose a tag to compare

Improvements

Aligning 3DS2 analytics errors with mobile sdks. Catch and propagate securedField encryption and key generation errors (#3804)

Bug fixes

Fixed: issue in iOS where programmatic focus was not causing the affected field to scroll into view (#3802)

6.31.0-poc

17 Feb 15:42

Choose a tag to compare

6.31.0-poc Pre-release
Pre-release

Warning

DO NOT USE THIS RELEASE

6.31.0

12 Feb 14:47
bd6e45e

Choose a tag to compare

New

  • Allowing amount updates without re-initializing Drop-in/Components (#3741)

Improvements

  • Upgrade Preact version to 10.28.2 (#3762)

  • Added support for Bonus installments (JP) (#3797)

Fixed

  • Card installments dropdown does not block the pay button (#3800)

6.30.0

29 Jan 14:12
012fceb

Choose a tag to compare

New

  • Removed UPI Collect support to comply with NPCI regulations, updating default flows to QR code for desktop and Intent for mobile. (#3777)

Improvements

  • Improved: remove usused css classses (#3776)

Bug fixes

  • Fixed: Detect when the containing element for a component that relies on securedFields, is not in the DOM. This means the iframe can never configure since, in order for the window.postMessage to be sent, the iframe has to be in the DOM (#3768)

  • Fixed: Getting checkout attempt ID directly from Analytics module (#3781)

5.72.0

28 Jan 10:22
2ba0b0f

Choose a tag to compare

New

  • New: support for sdkData API field (#3784)

6.29.0

20 Jan 16:30
840641e

Choose a tag to compare

New

  • New: Add IRIS payment method component (#3708)
  • New: Added support for alternativeReference field to Econtext voucher result (#3749)
  • New: add support for sdkData API field (#3511)

Improvements

  • Improvement: Remove installments and CtP from Brazilian meal vouchers (#3750)

6.28.0

07 Jan 16:21
af6f781

Choose a tag to compare

Improvements

  • Improved Select component accessibility by preventing auto-expansion on keyboard focus and adding aria-disabled and aria-expanded attributes (#3698)

Bug Fixes

  • Fixed: Aria-live announcement at Button component to announce loading and redirect states to screen readers for improved accessibility. (#3703)

  • Fixed: Stop manually adding props to the 3DS2 component. (This was legacy code, from v5) (#3719)

  • Fixed: Partial billing address mode to display regionalized postal code labels (US shows "Zip code", others show "Postal code") (#3746)

6.27.1

18 Dec 14:43
55f5504

Choose a tag to compare

Bug Fixes

  • Fixed: details object for Klarna Widget refused purchases (#3690)

  • Fixed: onKeyDown enter press event for SegmentedControl component (#3715)

6.27.0

11 Dec 14:53
aa749ca

Choose a tag to compare

New

  • New: Added focus border to active item on all select elements (#3646)

Improvements

  • Improved: Move SRPanelProvider to UIElement to remove multiple imports (#3694)

Bug Fixes

  • Fixed: The runtime error that occurred when an external script finished loading after the component had already been unmounted. (#3709)