Skip to content

Commit

Permalink
Release: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreij committed May 30, 2022
1 parent 582931e commit dcc3345
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Not being able to import some standalone modules because of `ui-core` accidentally having a dependency to a style in `card`.

0 comments on commit dcc3345

Please sign in to comment.