@syncfusion/ej2-angular-pdfviewer 32.2.7 → 32.2.8

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,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I812278` - Fixed an issue where textboxes did not receive focus in touch mode when a custom class and tooltip were used.
10
+ - `#I812633` - Fixed accessibility issues in the EJ2 PDF Viewer.
11
+ - `#I812685` - Fixed an issue where the viewer failed to load a new document after opening a corrupted PDF document.
12
+
13
+ ## 32.2.7 (2026-02-24)
14
+
15
+ ### PDF Viewer
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#F198084` - Fixed a script error that occurred on mobile devices when dynamically updating the component height with `enableToolbar` set to false.
20
+ - `#I809779` - Resolved an issue where the Add Reply option appeared twice in the Comment Panel when `isCommentLock` was set to true.
21
+ - `#I810351` - Fixed an issue where importing annotations failed when using older format JSON data for sticky note annotations.
22
+
5
23
  ## 32.2.5 (2026-02-17)
6
24
 
7
25
  ### PDF Viewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "32.2.7",
3
+ "version": "32.2.8",
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": "~32.2.6",
10
10
  "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-pdfviewer": "32.2.7"
11
+ "@syncfusion/ej2-pdfviewer": "32.2.8"
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 = '^32.2.7';
4
+ exports.pkgVer = '^32.2.8';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~32.2.7';
6
+ exports.themeVer = '~32.2.8';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^32.2.7';
2
+ export const pkgVer = '^32.2.8';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~32.2.7';
4
+ export const themeVer = '~32.2.8';