@syncfusion/ej2-angular-pdfviewer 33.2.7 → 33.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
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ `#I838614` - Fixed a script error that occurred when repeatedly focusing on form fields programmatically.
10
+ `#I842122` - Resolved the issue where grouped radio buttons and checkboxes were not working in server-side rendering mode without the Form Designer module.
11
+
12
+ ## 33.2.7 (2026-05-19)
13
+
14
+ ### PDF Viewer
15
+
16
+ #### Bug Fixes
17
+
9
18
  `#I837168` - Fixed an issue where the `ListBox` `selectedIndex` and export values were not set correctly when the Form Designer module was not injected.
10
19
  `#I826675` - Fixed an issue where FreeText annotation text alignment was not preserved correctly after programmatic editing.
11
20
  `#I836939` - Fixed an issue where the text search loading spinner did not stop when searching for non-existent text and clicking the Next button.
@@ -3689,3 +3698,12 @@ The PDF Viewer component enables you to view and print the PDF files.
3689
3698
  - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
3690
3699
  - Two view modes are included: fit-to-page and fit-to-width.
3691
3700
  - 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.7",
3
+ "version": "33.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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~33.2.3",
10
- "@syncfusion/ej2-angular-base": "~33.2.3",
11
- "@syncfusion/ej2-pdfviewer": "33.2.7"
10
+ "@syncfusion/ej2-angular-base": "~33.2.8",
11
+ "@syncfusion/ej2-pdfviewer": "33.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 = '^33.2.7';
4
+ exports.pkgVer = '^33.2.8';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~33.2.7';
6
+ exports.themeVer = '~33.2.8';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^33.2.7';
2
+ export const pkgVer = '^33.2.8';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~33.2.7';
4
+ export const themeVer = '~33.2.8';