Releases: Adyen/adyen-web
Releases · Adyen/adyen-web
5.53.3
Bug fixes
- Correct the T&C links for Riverty, remove the B2B T&C link, and change the text from 'AfterPay' to 'Riverty'. (#2422)
5.53.2
Bug fixes
- Types are resolved when using different
moduleResolution
values within Typescript config (#2313) (thanks to @janhellar )
Improvements
- QRLoader component - the QR loader shows amount and redirect button before the QR code image. (#2359)
5.53.1
Bug fixes
- Typescript: Fixed types for paymentMethodsConfiguration object (#2363)
5.53.0
New
- Add klarna_b2b tx variant so that Billie (klarna_b2b) is supported. (#2355)
Bug fixes
- Fixes an issue with CtPOneTimePassword getting updates to the input element reference it relies upon (#2353)
- Improvements: add authorization_token in the Klarna widget AdditionalDetails state data, so that we are aligned with the API specs. (#2358)
- Fix Typescript definition for paymentMethodsConfiguration, allowing usage of Tx variants that are not defined in the codebase (#2349)
- Populate data with initial values (empty strings) for 'ibanNumber' and 'ownerName' (#2354)
5.52.0
New
- adds support for ANCV payment method (#2293)
Improvements
- remove inline style applied to iframe (#2343)
- Clear timeouts on
SecuredFieldsProvider
when unmounting the component (#2334)
Bug fixes
- fix the classes applied to the
dateOfBirth
field in personalDetails
component (#2344)
- fix the Polish translations for T&Cs onlinebanking_PL (#2293)
5.51.0
Improvements
- Add
redirectFromTopWhenInIframe
config prop to allow top level redirect when Checkout loaded in an iframe [#2325]
5.50.1
Patch Changes
- Perform extra checks that a valid value has been passed when a dual branding selection is made (#2321)
5.50.0
Improvements
- Bancontact now returns paymentMethod.type 'bcmc' instead of 'scheme' (#2286)
- For some storedCards it is not allowed to store the expiryDate, so when this info is not present in the storedCardData, we hide the readonly expiryDate field (#2315)
5.49.6
Bug fixes
- fixes bug where storedetails had state value of true by default without visually showing it (#2307)
5.49.5
Bug fixes
- Fixes postalCode becoming unresponsive (with a
maxlength="0"
) (#2305)