Skip to content

Release 1.10.0

Latest
Compare
Choose a tag to compare
@iljamobilemojo iljamobilemojo released this 14 Mar 13:31
· 6 commits to master since this release

Release Notes for 1.10.0

New Features

  • 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.