Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
COAND-868
  • Loading branch information
araratthehero committed Apr 19, 2024
1 parent 89ec2b8 commit 7d9549b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions RELEASE_NOTES.md
Expand Up @@ -8,18 +8,6 @@
[//]: # (## Deprecated)
[//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

## Fixed
- 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.

## Removed
- 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:
| Name | Version |
|--------------------------------------------------------------------------------------------------------|-------------------------------|
| [Android Gradle plugin](https://developer.android.com/build/releases/gradle-plugin) | **8.3.1** |
- Top navigation has been added to Drop-in and dragging gesture has been disabled which caused Drop-in to dismiss.
- Going back from actions dismisses Drop-in.

0 comments on commit 7d9549b

Please sign in to comment.