Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
COAND-940
  • Loading branch information
OscarSpruit committed Jun 24, 2024
1 parent 47065d7 commit 3373233
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,5 @@
[//]: # (## Deprecated)
[//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

## New
- Support for the UPI Intent flow, where the shopper can choose a UPI app to pay through. They are redirected to and complete the payment on the selected app.
- The new iDEAL payment flow where the shopper is redirected to the iDEAL payment page to select their bank and authorize the payment.

## Improved
- Drop-in navigation:
- Added the top navigation bar.
- Disabled the dragging gesture that caused Drop-in to be dismissed.
- When the shopper navigates back from an additional action screen (for example Await), Drop-in is dismissed.

- Autofill support for the following:
- For gift cards, the gift card number and PIN fields.
- For UPI Virtual Payments, the address field.
- For payment methods that use them, the address input fields.

## Changed
- Dependency versions:
| Name | Version |
|--------------------------------------------------------------------------------------------------------------|-------------------------------|
| [AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | **2024.05.00** |
| [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.2) | **2.8.2** |
| [Material Design](https://github.com/material-components/material-components-android/releases/tag/1.12.0/) | **1.12.0** |

## Deprecated
We recommend that you remove the following from your integration.
- For `IdealComponent`:
- `isConfirmationRequired()`
- `submit()`
- For iDEAL configuration:
- `setViewType()`
- `setHideIssuerLogos()`
- `setSubmitButtonVisible()`
## Fixed
- When using components or when using drop-in and excluding a module, R8 will no longer fail with `[CIRCULAR REFERENCE: com.android.tools.r8.utils.b: Missing class...`

0 comments on commit 3373233

Please sign in to comment.