Skip to content

Releases: Adyen/adyen-web

4.6.0

31 May 14:05
422f51a
Compare
Choose a tag to compare

New

  • ApplePay component supports Girocard #1076
  • The Custom Card component uses the binLookup API for enhanced card brand detection #1111

Improvements

  • Updated the Google Pay icon to better align with Google Pay's brand guidelines #1102
  • PayPal Credit can be turned off #1075
  • Multiple PayPal components can be mounted in the same page #1075
  • Bumped securedFields version to 3.5.3

Fixes

  • Fixed a double submit call on the Apple Pay component when using a custom button #1085
  • Fixed broken issuer images on the IssuerList component #1092
  • handleAction accepts & propagates challengeWindowSize option #1084

4.5.0

10 May 14:10
9e15850
Compare
Choose a tag to compare

New

  • Allow custom icons and custom brand icons (#1039, #1058)

Changes

  • Increase max gift card length from 22 to 32 digits (#1040)

Fixes

  • Fix Amex CVC hint showing both location indicators (#1038)
  • Add adyen-web package.json to exports (#1056)

4.4.0

03 May 15:57
a233a03
Compare
Choose a tag to compare

New

  • Improved RTL support (#933)
  • Added Arabic (international) language support (#1006)

Fixes

  • Fix order-status call on partial payments flow (#1027)
  • Fix onSubmit component reference on Google Pay component (#1028)

4.3.1

22 Apr 09:06
4270d4b
Compare
Choose a tag to compare

New

  • Added regex for rupay for initial, internal, brand recognition #999

Fixes

  • Upped SecuredFields version to 3.5.1 to incorporate fix for IE11 with Number.isNaN #999

4.3.0

19 Apr 14:31
1e3743a
Compare
Choose a tag to compare

New

  • Minimum expiry date (#984)

Improvements

  • Animate Drop-in final status (#942)

Fixes

  • Fix prefill data validation (#971)
  • BankTransfer showEmailAdress flag (#968, thanks @emidev98!)
  • AmazonPay: Add publicKeyId to the Update Checkout Session request (#980)
  • Address component optional fields validation (#982)
  • Fix double onSubmit call on Google Pay when using a custom button (#985)

Changes

  • Upped SecuredFields version to 3.5.0

4.2.3

13 Apr 13:40
312e537
Compare
Choose a tag to compare

Fixes

  • Fix promise polyfill (#962)

4.2.2

12 Apr 14:24
5ba1310
Compare
Choose a tag to compare

Fixes

  • Fix Boleto not showing the state field (#951)
  • Fix missing type import (#954)

4.2.1

01 Apr 14:48
63be9e2
Compare
Choose a tag to compare

Fixes

  • Disable pay button while on loading state (#915)
  • Fix Card holder name focus lost when typing on the field (#920)

4.2.0

29 Mar 15:04
be73858
Compare
Choose a tag to compare

New

  • Add positionHolderNameOnTop for the Card component #891
  • Update Amazon Pay component #880
  • Add Brazilian social security number to Card Component #870
  • Add browserInfo to Google Pay component #847

Fixes

  • Brand (in PaymentMethod data) is reset after a failed binLookup #874
  • Apply sorting rules to brands returned by binLookup #873
  • Fix IssuerList components data attribute when state is empty #850

Changes

  • Upped SecuredFields version to 3.4.1

4.1.0

09 Mar 14:52
6894cfb
Compare
Choose a tag to compare

New

  • We added new Apple Pay button types. For a full list of supported Apple Pay button types, refer to Button configuration (#830)
  • For Google Pay, you can now use the buttonSizeMode and buttonLocale configuration properties. For more information, refer to Button options (#823)
  • Amazon APB flow (#839)

Changes

  • The placeholder values for card fields are now only read from translation fields. Configuring placeholder values inside the Card Component is no longer supported. (#824)
  • Stored cards can now be configured in the paymentMethodsConfiguration object (#829)
  • Upped SecuredFields version to 3.4.0

Fixes

  • Added a missing CSS file export in the npm package (#837)
  • Fixed an issue where the promise dependency could be missing when using the ES format bundle (#825)
  • When pasting a dual-branded card number over a previously entered card number, the detected card brand is now being rendered correctly (#820)
  • Fix IQD currency decimals (#840)
  • Excluded external dependencies from ES/CJS bundle (#838)