From 999ddfaaf789c61e620a5b640300d415d117e617 Mon Sep 17 00:00:00 2001 From: josephj Date: Wed, 10 Apr 2024 10:51:22 +0200 Subject: [PATCH] Updating release notes --- RELEASE_NOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5f4a62ff7..3574118366 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,14 +9,14 @@ [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) ## Fixed -- Localization issues in address lookup functionality. +- For Drop-in and Components, when `?android:attr/textColor` is not defined in your own theme, the Card Component no longer crashes. +- The `onAdditionalDetails` event is now triggered only once. Previously, the event was triggered multiple times in some edge cases. +- The build output no longer contains warnings about multiple substitutions specified in non-positional format in string resources. +- For the Card Component, we fixed localization issues that occurred when using the Address Lookup functionality. - Overriding some of the XML styles without specifying a parent style no longer causes a build error. -- Not defining `?android:attr/textColor` in your own theme will no longer crash. -- The build output should no longer contain warnings about multiple substitutions specified in non-positional format in string resources. -- In some edge cases `onAdditionalDetails` was triggered multiple times, this no longer happens. ## Removed -- The functions to get specific configurations from `CheckoutConfiguration` (such as `CheckoutConfiguration.getDropInConfiguration()` or `CheckoutConfiguration.getCardConfiguration()`) are no longer accessible. Pass the `CheckoutConfiguration` object as it is when starting Drop-in or Components. +- You can no longer use functions like `CheckoutConfiguration.getCardConfiguration()` or `CheckoutConfiguration.getDropInConfiguration()` to get configurations from the `CheckoutConfiguration` object. When starting Drop-in or Components, pass the full `CheckoutConfiguration` object. ## Changed - Dependency versions: