-
Notifications
You must be signed in to change notification settings - Fork 65
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
Release 5.1.0 #1416
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge main back into develop
To reduce notification noise
Do not rebase renovate PRs automatically
…ent screen COAND-804
Add the necessary logic to override the name field of payment methods COAND-804
Add tests for overridePaymentMethodInformation function. COAND-804
Clean up code 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)`
COAND-804
…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
COAND-815
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
Rename telemetry to analytics
…rsion Update android_gradle_plugin_version to v8.1.2
Update plugin org.jetbrains.dokka to v1.9.10
Update okhttp monorepo to v4.12.0
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
COAND-830
It's basically just a wrapper around allowedPaymentMethods in case something else is required for the button later on COAND-830
COAND-830
…t_methods Add public helpers to improve Google Pay integration
COAND-826
The Kotlin and Compose compiler versions no longer mismatch, so this is no longer needed. COAND-826
COAND-826
COAND-826
COAND-826
COAND-826
COAND-826
Convert Card Component with sessions example integration to Compose
Preparing release 5.1.0
jreij
approved these changes
Dec 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀