diff --git a/_data/product_version.yml b/_data/product_version.yml index e618523..cb13fb3 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -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 diff --git a/api/errorlist.md b/api/errorlist.md index c40f74c..a31e803 100644 --- a/api/errorlist.md +++ b/api/errorlist.md @@ -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 diff --git a/api/namespace/ddv.md b/api/namespace/ddv.md index f610e33..3019167 100644 --- a/api/namespace/ddv.md +++ b/api/namespace/ddv.md @@ -190,7 +190,7 @@ const defaultEditUi = Dynamsoft.DDV.getDefaultUiConfig("editViewer"); ### `` 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** diff --git a/api/namespace/ddv_core.md b/api/namespace/ddv_core.md index aaada82..86b337c 100644 --- a/api/namespace/ddv_core.md +++ b/api/namespace/ddv_core.md @@ -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. diff --git a/releasenotes/index.md b/releasenotes/index.md index df61b14..82821e5 100644 --- a/releasenotes/index.md +++ b/releasenotes/index.md @@ -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