@syncfusion/ej2-angular-pdfviewer 31.2.15 → 31.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I788326` - Fixed an issue where the `previousText` value in the `annotationPropertiesChange` event was incorrect when updating annotation text from the Comments panel.
10
+ - Resolved an issue where the signature was rendered twice in the same field after updating other form fields.
11
+
12
+ ## 31.2.15 (2025-11-25)
13
+
14
+ ### PDF Viewer
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I783067` - Resolved an issue where page became unresponsive when `findTextAsync` was executed for non-existent words.
19
+ - `#I783922` - Resolved an issue where programmatically updating the `isChecked` property for a checkbox field did not work on non-rendered pages.
20
+ - `#I780028` - Resolved an issue where the last added reply was missing after exporting the sticky note annotations.
21
+ - `#I783430` - Resolved an issue where form fields were not visible when opening a PDF document with exactly 100 pages.
22
+ - `#I779883` - Fixed a script error that occurred after completing measurement annotations with the provided document.
23
+ - `#I782204` - Fixed an issue where annotation property sliders were hidden when `toolbarSettings` was applied.
24
+
5
25
  ## 31.2.12 (2025-11-18)
6
26
 
7
27
  ### PDF Viewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "31.2.15",
3
+ "version": "31.2.16",
4
4
  "description": "Essential JS 2 PDF viewer Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~31.2.12",
10
10
  "@syncfusion/ej2-angular-base": "~31.2.12",
11
- "@syncfusion/ej2-pdfviewer": "31.2.15"
11
+ "@syncfusion/ej2-pdfviewer": "31.2.16"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^31.2.15';
4
+ exports.pkgVer = '^31.2.16';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~31.2.15';
6
+ exports.themeVer = '~31.2.16';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^31.2.15';
2
+ export const pkgVer = '^31.2.16';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~31.2.15';
4
+ export const themeVer = '~31.2.16';