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
Copy file name to clipboardExpand all lines: release-notes/index.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,13 @@ description: Mobile Web Capture Documentation Release Notes
13
13
14
14
## 1.4.0 (24/11/2025)
15
15
16
-
17
16
### Features
18
17
18
+
#### Breaking changes
19
+
20
+
- Rename `document-scanner.ui.html` to `document-scanner.ui.xml` to better reflect its purpose as a declarative UI configuration template.
21
+
- This affects self hosting users only - you must update the path in the `scannerViewConfig.cameraEnhancerUIPath` property accordingly and rebuild the library.
22
+
19
23
#### Scanning Capabilities
20
24
21
25
- Select the clearest of multiple video frames on scan with `enableFrameVerification` (default `true`).
@@ -45,7 +49,7 @@ description: Mobile Web Capture Documentation Release Notes
45
49
- Add guides to using continuous scan mode and integrating with DDV.
46
50
- Add full [`tsdoc`](https://tsdoc.org/) annotation coverage for all MDS APIs to bring API references to IDEs and allow content extraction with compatible development tools.
0 commit comments