You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a new filter in the address metadata service (amsFilters.isAddressMetaStillRelevant). This addition allows for dynamic evaluation of address metadata relevance, enabling further customization and flexibility in handling address validation scenarios. The system will consider an address form's validation state based on custom logic provided through this filter.
Enhancements
Address Check Extension logic has been improved to accurately reflect the state of postal code and locality fields during address validation. The logic now correctly handles scenarios where all postal code and/or locality fields are disabled, ensuring that the validation process is more intuitive and aligned with actual form states.
The SDK's internal mechanisms for handling address metadata and validation processes have been refined. These improvements include optimizations for better performance and reliability in address validation and metadata handling.
Bug Fixes
Fixed an issue where the address validation logic did not correctly handle the state of postal code and locality fields. The updated logic ensures that the validation process accurately reflects the enabled/disabled state of these fields.