@syncfusion/ej2-angular-pdfviewer 33.2.8 → 33.2.10

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
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I840406` - Resolved UI issues in annotation toolbar items in mobile rendering mode.
10
+ - `#I842212` - Resolved a permissions policy violation caused by the deprecated unload event listener.
11
+
12
+ ## 33.2.8 (2026-05-26)
13
+
14
+ ### PDF Viewer
15
+
16
+ #### Bug Fixes
17
+
9
18
  `#I838614` - Fixed a script error that occurred when repeatedly focusing on form fields programmatically.
10
19
  `#I842122` - Resolved the issue where grouped radio buttons and checkboxes were not working in server-side rendering mode without the Form Designer module.
11
20
 
@@ -3698,12 +3707,3 @@ The PDF Viewer component enables you to view and print the PDF files.
3698
3707
  - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
3699
3708
  - Two view modes are included: fit-to-page and fit-to-width.
3700
3709
  - An entire document or a specific page can be printed directly from the browser.
3701
- ## 33.2.8 (2026-05-26)
3702
-
3703
- ### PDF Viewer
3704
-
3705
- #### Bug Fixes
3706
-
3707
- `#I838614` - Fixed a script error that occurred when repeatedly focusing on form fields programmatically.
3708
- `#I842122` - Resolved the issue where grouped radio buttons and checkboxes were not working in server-side rendering mode without the Form Designer module.
3709
-
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "33.2.8",
3
+ "version": "33.2.10",
4
4
  "description": "Essential JS 2 PDF viewer Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~33.2.3",
10
- "@syncfusion/ej2-angular-base": "~33.2.8",
11
- "@syncfusion/ej2-pdfviewer": "33.2.8"
10
+ "@syncfusion/ej2-angular-base": "~33.2.10",
11
+ "@syncfusion/ej2-pdfviewer": "33.2.10"
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 = '^33.2.8';
4
+ exports.pkgVer = '^33.2.10';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~33.2.8';
6
+ exports.themeVer = '~33.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^33.2.8';
2
+ export const pkgVer = '^33.2.10';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~33.2.8';
4
+ export const themeVer = '~33.2.10';