What's new?¶
This section presents the changes that have been introduced in the update of the Document SDK v6.8
Attention
This release is not backward compatible with previous major versions.
You will need to update your configuration files, assets, and event listeners accordingly.
New changes
- Add a dedicated capture button for manual document capture, replacing tap-anywhere capture.
- Add new configurable texts for the manual capture button and snackbar (
texts.capture.cameraButton,texts.capture.snackbar). - Add a configurable retry limit for document capture; new
VD_retryandVD_maxRetriesExceededevents are dispatched. - Minor bugfixes and improvements.
Deprecations in 2026.7
The following events currently dispatch with two different detail.type values for backward compatibility (some legacy variants are dispatched without a type property at all). Only the value listed below will be maintained; the other will be removed in a future release:
VD_detectionTimeout:type: "info"is deprecated; onlytype: "error"will be maintained.VD_loseFocus: previously dispatched without atypeproperty; onlytype: "info"will be maintained.