Skip to content

Commit 64d4187

Browse files
authored
Merge pull request #262 from dynamsoft-docs/preview
v3.2
2 parents f7ce391 + a847baa commit 64d4187

5 files changed

Lines changed: 20 additions & 2 deletions

File tree

_data/product_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
useGroupedVersion: true
22

33
version_info_list:
4-
- value: latest version (3.1)
4+
- value: latest version (3.2)
55
- value: 2.1
66
- value: 1.1
77

api/errorlist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

api/namespace/ddv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

api/namespace/ddv_core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

releasenotes/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)