Skip to content
Merged

v3.2 #262

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/product_version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
useGroupedVersion: true

version_info_list:
- value: latest version (3.1)
- value: latest version (3.2)
- value: 2.1
- value: 1.1

Expand Down
1 change: 1 addition & 0 deletions api/errorlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ permalink: /api/errorlist.html
-80050 | DDV.Core.init() has not been set up yet.
-80051 | DDV.Core.init() has not been completed.
-80052 | *XXX(API)*: Resource is not found from the specified engineResourcePath.
-80053 | *XXX(API)*: The resource version at the specified engineResourcePath does not match this version of Dynamsoft Document Viewer.

## Common Errors

Expand Down
2 changes: 1 addition & 1 deletion api/namespace/ddv.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const defaultEditUi = Dynamsoft.DDV.getDefaultUiConfig("editViewer");

### `<static>` addFonts()

Add font to library.
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.

**Syntax**

Expand Down
1 change: 1 addition & 0 deletions api/namespace/ddv_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ await Dynamsoft.DDV.Core.init();
Error Code | Error Message
--------|-----------------------------------------------------
-80052 | *XXX(API)*: Resource is not found from the specified engineResourcePath.
-80053 | *XXX(API)*: The resource version at the specified engineResourcePath does not match this version of Dynamsoft Document Viewer.
16 changes: 16 additions & 0 deletions releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ permalink: /releasenotes/index.html

# Release Notes

## 3.2 (01/13/2026)

### Improvements

* Improved the context of search results, which now display the word before the searched word.
* Improved the rendering of selected annotations by reducing the number of items to draw.
* Improved the performance of selecting multiple annotations.
* Added a consistency check between the JavaScript and resource file versions.
* Added support for pinch-to-zoom under `textSelection` mode of `EditViewer` for mobile.
* Updated third-party libraries to enhance security.

### Bug Fixes

Fixed the text overflow issue in custom stamps.


## 3.1 (10/16/2025)

### UX Changes
Expand Down