From dcc334507ceaa49e612952be3c02592285e9e13c Mon Sep 17 00:00:00 2001 From: jreij Date: Mon, 30 May 2022 11:21:36 +0200 Subject: [PATCH] Release: update release notes --- RELEASE_NOTES.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 27a023cb16..b78cc6f145 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,16 +8,5 @@ [//]: # ( # Deprecated) [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) -## Added -- Full billing address form in the card component. Use `CardConfiguration.Builder.setAddressConfiguration` to enable and configure. - -## Deprecated -- `Environment.LIVE`. Replace with one of our explicit live environments, same one as your back end. You can find that value in your Customer Area. -- `CardConfiguration.Builder.setAddressVisibility`. Replace with `CardConfiguration.Builder.setAddressConfiguration`. - ## Fixed -- Soft keyboard navigation (next) not working in some cases in card component. -- Localization issues with standalone components and custom locales. -- Crash in GooglePay availability check. -- Proguard rules. If you had to manually set any Proguard rules related to Drop-in or Components you can remove them. -- Minor visual issues with removing stored payment methods. \ No newline at end of file +- Not being able to import some standalone modules because of `ui-core` accidentally having a dependency to a style in `card`.