Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.1.0 #1416

Merged
merged 87 commits into from
Dec 11, 2023
Merged

Release 5.1.0 #1416

merged 87 commits into from
Dec 11, 2023

Conversation

araratthehero
Copy link
Contributor

🚀

jreij and others added 30 commits November 10, 2023 13:58
Merge main back into develop
To reduce notification noise
Do not rebase renovate PRs automatically
Add the necessary logic to override the name field of payment methods

COAND-804
Add tests for overridePaymentMethodInformation function.

COAND-804
COAND-804

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5ba0f46de..04bbf7767 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,21 +1,12 @@
 [//]: # (This file will be used for the release notes on GitHub when publishing.)
-[//]: # (Types of changes: `Added` `Changed` `Deprecated` `Removed` `Fixed` `Security`)
+[//]: # (Types of changes: `Breaking changes` `New` `Added` `Changed` `Deprecated` `Removed` `Fixed`)
 [//]: # (Example:)
 [//]: # (## Added)
 [//]: # ( - New payment method)
 [//]: # (## Changed)
 [//]: # ( - DropIn service's package changed from `com.adyen.dropin` to `com.adyen.dropin.services`)
-[//]: # ( # Deprecated)
+[//]: # (## Deprecated)
 [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

-## Fixed
-- `@RestrictTo` annotations no longer cause false errors with Android Studio and Lint.
-- Using the layout inspector or having view attribute inspection enabled in the developer options no longer causes a crash when viewing a payment method.
-- Implementing the `:action` module no longer gives a duplicate class error caused by a duplicate namespace.
-- For Drop-in, dismissing the gift card payment method no longer prevents further interaction.
-
-## Changed
-- Dependency versions:
-  | Name                                                                                                   | Version                       |
-  |--------------------------------------------------------------------------------------------------------|-------------------------------|
-  | [AndroidX Compose BoM](https://developer.android.com/jetpack/compose/bom/bom-mapping)                  | **2023.09.01**                |
+## New
+- You can now override payment method names in drop in by using `DropInConfiguration.Builder.overridePaymentMethodName(type, name)`
…ames_configuration_method

Override payment method names
Update dependency androidx.activity:activity-compose to v1.8.0
Update dependency org.json:json to v20231013
Update dependency com.google.android.material:material to v1.10.0
Make it possible to override version and platform for analytics
Update dependency gradle to v8.4
for consistency with the SDK and because analytics is a broader term than telemetry
COAND-481
…rsion

Update android_gradle_plugin_version to v8.1.2
Update plugin org.jetbrains.dokka to v1.9.10
renovate bot and others added 26 commits December 4, 2023 13:41
Update dependency androidx.fragment:fragment-ktx to v1.6.2
…nent view only on next layout. Those changes would cause Compose to not re-draw the components when used in lazy lists. Instead, disabled the `windowEnterAnimation` for ActionComponentDialogFragment, which caused the dialog to jump before navigating to an external browser activity.

COAND-825
…ose_pager

Fix component not showing in Compose
It's basically just a wrapper around allowedPaymentMethods in case something else is required for the button later on
COAND-830
…t_methods

Add public helpers to improve Google Pay integration
The Kotlin and Compose compiler versions no longer mismatch, so this
is no longer needed.

COAND-826
Convert Card Component with sessions example integration to Compose
Copy link
Collaborator

@jreij jreij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@araratthehero araratthehero marked this pull request as ready for review December 11, 2023 14:10
@araratthehero araratthehero requested a review from a team as a code owner December 11, 2023 14:10
@araratthehero araratthehero merged commit 05c0582 into main Dec 11, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants