@idscan/idvc2 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -81,6 +81,10 @@ import IDVC from '@idscan/idvc2'
81
81
 
82
82
  ## Version history
83
83
 
84
+ - **3.3.0**
85
+ - feat: added the ability to display a hint when clicking on a document type — the text is set by the client via the hint option in the steps[] object.
86
+ - feat: added a new callback function onDocumentTypeSelect, which is triggered when the step changes.
87
+
84
88
  - **3.2.0**
85
89
  - feat: Implemented error handling for failed script/link loads and dynamic imports; logs clear console message for misconfigured network option.
86
90
  - feat: Added video recording of document front and selfie in WebLib;