Skip to content

Releases: Adyen/adyen-web

5.45.0

14 Jun 15:03
d6c658d
Compare
Choose a tag to compare

Improvements

  • Change meal voucher label Pin to Security code (#2210)
  • Better regex & error message for validation/formatting of Brazilian post codes. (#2211) We now allow a hyphen between the 5th & 6th digits

Bug fixes

  • Fix inconsistency displaying custom brand logo for the gift card payment (#2215)
  • Fixes issue which ApplePay crashes Drop-in when initialized within iframe (#2212)
  • Removing tsconfig stripInternals from lib package (#2213)

Related issues: #2209 , #2149

5.44.0

05 Jun 13:36
a2fa99b
Compare
Choose a tag to compare

New

  • Adding support for the payment method Cash App Pay (#2105)

Improvements

  • Feeds the count-down information to the SR panel and refactor the Countdown to a functional component with A11y reporter custom hook. (#2182)

Bug fixes

  • Prevent double readout of PM names, by a screenreader, in Dropin. (#2206)
  • Fixes for/id in the label of the select field pointing to the outer div instead of the correct combobox input (#2205)

5.43.1

30 May 14:25
c386788
Compare
Choose a tag to compare

Improvements

  • Set static type on SRPanel comp #2169
  • Adjusting types of CoreOptions #1987
  • Click to Pay - Adding safeguard check when Shopper checkout with default Card component #2180
  • Adding extra checks on the config sent when instantiating Checkout #2187
  • fix: Add onOrderCancel to CoreOptions #2193

Bug fixes

  • Field comp stops using div element inside the label #2166
  • Remove aria-hidden attribute on brand icon #2188

Internal Improvements

  • Bumped sf version to 4.5.0

5.43.0

15 May 13:19
aec5449
Compare
Choose a tag to compare

New

  • Click to Pay - Standalone component #2138
  • For cards, the onBinLookup event now additionally contains paymentMethodVariants that specifies the card brand variant #2163

Improvements

  • For SEPA, the owner name and IBAN number fields now include labels to follow a11y guidelines #2162

Bug fix

  • ApplePay - Adjusted totalPriceLabel type to be optional (thanks to @dprcoles)
  • Images no longer fail to load and cause a crash. This fixes the known issue from v5.41.0 to v5.42.1.
    #2157

5.42.1

09 May 15:48
bfc2dcc
Compare
Choose a tag to compare

⚠️ The Custom Card, SEPA and Redirect components receive "getImage" errors when retrieving brand or validation icons.

Bug fixes

  • Fix: email regex safari compatibility #2147

5.42.0

08 May 14:20
8f7fb29
Compare
Choose a tag to compare

⚠️ The Custom Card, SEPA and Redirect components receive "getImage" errors when retrieving brand or validation icons.
⚠️ On Safari browser v16.4 or earlier, the payment form shows errors when validating email addresses.

New

  • PayPal - Adding support for Venmo #2136

Improvements

  • Refactor: improve the email regex #2133
  • Adjusting typings for BrowserInfo #2131

Bug fixes

  • Fix getImage crashing custom card integration #2141
  • Fix/open invoice sr panel receives on blur errors #2137

5.41.0

02 May 16:39
3cf4514
Compare
Choose a tag to compare

⚠️ The Custom Card, SEPA and Redirect components receive "getImage" errors when retrieving brand or validation icons.

Improvements

  • Added a resource module for CDN image access #1857

5.40.1

24 Apr 13:57
c36e66f
Compare
Choose a tag to compare

Fixes:

  • Fix the issue that the preselect value is not working for the Installments component (#2117)
  • Workaround for currency rounding issue in Chromium (#2119)
  • Handle hiding expiry date for ticket voucher when single brand (#2122)

5.40.0

17 Apr 14:35
bef25f0
Compare
Choose a tag to compare

New

Feat(online-banking-PL): add terms and conditions #2099

Bug fixes

Allow dashes when formatting Address fields #2114

Improvements

Fixes responsiveness in form fields #2110

5.39.1

07 Apr 13:01
a2cbefa
Compare
Choose a tag to compare

Fixes

  • Ensure Boleto validates properly #2096
  • Fix: turn off Blik code auto suggest #2091

Improvements

  • Adding support to Node 18 #2065