Releases: Endereco/js-sdk
Releases · Endereco/js-sdk
Release 1.10.0
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.
Release 1.9.0
Release Notes for 1.9.0
New Features and Improvements
- Ignore AddressCheck Results When Form is Disabled: A new update has been added to enhance the user experience in scenarios where a form triggering an address check gets disabled shortly after, but before the address check results are returned. Previously, this would lead to the address correction modal being triggered even though the target address no longer exists or cannot be interacted with, making address correction impossible. With this release, we've introduced a check function that verifies if all DOM elements designated to receive postal code and locality information are present and writable. If these conditions are not met, the address check is effectively ignored, ensuring a smoother user interaction and preventing unnecessary address correction prompts.
Technical Details
- The
AddressCheckExtension.js
file has been updated to include a new methodExtendableObject.areEssentialsDisabled
. This method checks if all DOM elements for postal codes and localities are disabled. If they are, the address check triggered by changes in these fields will be ignored. - Additionally, a minor fix has been applied to improve error handling during the address check process. Now, any errors encountered will be logged to the console, providing better insight into potential issues during address verification.
Release 1.8.2
Release Notes for @endereco/js-sdk Version 1.8.2
New Features and Enhancements
- Session ID Generation Improvement: Optimized the logic for session ID generation to ensure that session fields are created before they are subscribed to, preventing potential race conditions that could disrupt the functionality of the system.
- Address Information Correction: Addressed an issue where the
additionalInfos
field was mistakenly used instead ofadditionalInfo
. Now,additionalInfo
is correctly populated based on frontend existence, similar to Region (subdivisionCode
). This change ensures that modifications to the "Zusatzinfo" field will clear the address status and mark the address as "modified," recognizing the potential impact on address validation. - Normalization of Country and Region Codes: Implemented normalization for country and region codes to uppercase to solve inconsistencies caused by differing case sensitivities (e.g., "de" vs. "DE"). This change ensures uniformity across the system and prevents the incorrect marking of addresses as "unchanged" after validation.
- Display of Additional Address Information in Correction Modals: Enhanced the correction modal to include additional address information (e.g., from the full street or house number) that is identified and moved to the
additionalInfo
field by our WebAPI. This improvement aids in clarifying correction suggestions to the user, enhancing transparency and usability.
Bug Fixes
- Street Split Logic Adjustment: Modified the street split logic to ignore the
additionalInfo
part, preventing conflicts and ensuring accurate address component extraction from full street inputs. - Package and Dependency Updates: Updated the project's dependencies for improved stability and performance, including a switch from
node-sass
tosass
for CSS preprocessing.
Technical Improvements
- Code Refinements: Various under-the-hood improvements for better code efficiency and maintainability.
- Semver Increment: Updated the version number to 1.8.2 in
package.json
, reflecting the new changes and fixes introduced in this release.
Release 1.8.0
- Überarbeitung des Event Handling
Release 1.7.0
Neue Funktion:
- Konfigurierbarer Container für Email Fehlermeldungen
Release 1.5.0
- Fügt die Möglichkeit das CSS entweder über inline CSS oder über einen externen Link zu laden
Release 1.4.8
Bugfixes:
- Beseitigt fehlerhafte Ausgabe in der Browserkonsole, wenn nach einer richtigen Email eine falsche Email eingegeben wird
- Wenn eine Email komplett rausgelöscht wird, wird auch der Statuscode rausgelöscht
- Die berechnung der Offsets für PhoneService sollte nun auch für unsichtbare Elemente korrekt funktionieren
Minor Feature:
- Das Endereco Email Object hat nun einen Callback Array EEO.cb.onEmailChecked. In diesem Array können Callback Funktionen abgelegt werden, welche alle nacheinanders ausgeführt werden sobald eine Email geprüft wurde. Dabei werden 2 Agrumente übergeben: eine Referenz auf EEO und ein JSON Objekt mit der Antwort für EmailCheck
Release 1.4.7
- Neue Funktion: Rufnummernprüfung
- Dateigröße des Bundles optimiert
- Mehrere Bugfixes
Release Candidate 1.2.0
Neue Funktionen:
- Das Adressobjekt hat in der config ein neues Feld "useAutocomplete". Stellt man diesen Wert auf "false", wird Autocomplete deaktiviert.
- Vor dem Schreiben in ein HTML Objekt wird "endreco-change" Event getriggert. Nach dem Schreiben wird das "endereco-blur" getriggert.
Release 1.1.0
In diesem Release haben wir die Unterstützung von "sprechenden" Statuscodes eingebaut und erweitert. Folgendes Verhalten ist neu:
- Bei einer nichtgefundenen Adresse gibt es jetzt einen sprechenden Warnfenster. Somit übersieht der Kunde nicht, dass er eine fehlerhafte Adresse eingegeben hat.
- Wenn eine Hausnummer fehlt, gibt es auch einen Warnfenster mit dem Hinweis, dass die Hausnummer fehlt. Falls der Kunde jedoch tatsächlich keine Hausnummer hat, kann er seine Adresse als "richtig" bestätigen.
- Falls ein Kunde auf seiner Schreibweise der Adresse besteht, kann man ihn dazu zwingen diese nochmal mit einer Checkbox zu bestätigen. Mit diesem einfachen psychologischen Trick bringt man den Kunden zum Nachdenken, ob seine Adresse tatsächlich so geschrieben wird. Und jemand, der absichtlich das falsche Land eingibt, um Versandkosten zu sparen, macht sich vielleicht nochmal Gedanken, ob er das machen will.
- Falsches Land wird nun erkannt und entsprechend im Korrekturfenster angezeigt.
- Die Autocompletes sind nun schneller und kommen ausserdem in richtiger Reihenfolge zurück (bei langsamen Internetverbindung).
- Eine kleine Normierung oder Korrektur in der Adresse wird nun automatisch übernommen. Der Kunde hat aber die Möglichkeit auf seiner Schreibweise zu bestehen.
- Man kann dem Kunden erlauben das Korrekturfenster zu schließen ohne eine Auswahl zu treffen. Oder eine Auswahl erzwingen.