File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11useGroupedVersion : true
22
33version_info_list :
4- - value : latest version (3.1 )
4+ - value : latest version (3.2 )
55 - value : 2.1
66 - value : 1.1
77
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ permalink: /api/errorlist.html
2929 -80050 | DDV.Core.init() has not been set up yet.
3030 -80051 | DDV.Core.init() has not been completed.
3131 -80052 | * XXX(API)* : Resource is not found from the specified engineResourcePath.
32+ -80053 | * XXX(API)* : The resource version at the specified engineResourcePath does not match this version of Dynamsoft Document Viewer.
3233
3334## Common Errors
3435
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ const defaultEditUi = Dynamsoft.DDV.getDefaultUiConfig("editViewer");
190190
191191### ` <static> ` addFonts()
192192
193- Add font to library.
193+ Add font to library. You can fetch a font via an URL or use the [ ` queryLocalFonts() ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/queryLocalFonts ) API to get the fonts installed on the local system.
194194
195195** Syntax**
196196
Original file line number Diff line number Diff line change @@ -182,3 +182,4 @@ await Dynamsoft.DDV.Core.init();
182182 Error Code | Error Message
183183--------|-----------------------------------------------------
184184 -80052 | * XXX(API)* : Resource is not found from the specified engineResourcePath.
185+ -80053 | * XXX(API)* : The resource version at the specified engineResourcePath does not match this version of Dynamsoft Document Viewer.
Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ permalink: /releasenotes/index.html
1212
1313# Release Notes
1414
15+ ## 3.2 (01/13/2026)
16+
17+ ### Improvements
18+
19+ * Improved the context of search results, which now display the word before the searched word.
20+ * Improved the rendering of selected annotations by reducing the number of items to draw.
21+ * Improved the performance of selecting multiple annotations.
22+ * Added a consistency check between the JavaScript and resource file versions.
23+ * Added support for pinch-to-zoom under ` textSelection ` mode of ` EditViewer ` for mobile.
24+ * Updated third-party libraries to enhance security.
25+
26+ ### Bug Fixes
27+
28+ Fixed the text overflow issue in custom stamps.
29+
30+
1531## 3.1 (10/16/2025)
1632
1733### UX Changes
You can’t perform that action at this time.
0 commit comments