@syncfusion/ej2-angular-pdfviewer 33.2.6 → 33.2.7

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,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ `#I837168` - Fixed an issue where the `ListBox` `selectedIndex` and export values were not set correctly when the Form Designer module was not injected.
10
+ `#I826675` - Fixed an issue where FreeText annotation text alignment was not preserved correctly after programmatic editing.
11
+ `#I836939` - Fixed an issue where the text search loading spinner did not stop when searching for non-existent text and clicking the Next button.
12
+ `#I837261` - Fixed an issue where the `findText` method did not work properly when the searched text appeared in both single-line and multi-line.
13
+
14
+ ## 33.2.6 (2026-05-12)
15
+
16
+ ### PDF Viewer
17
+
18
+ #### Bug Fixes
19
+
9
20
  - `#I835502` - Resolved an issue where text selection was incorrectly enabled in Pan mode during touch interaction.
10
21
 
11
22
  ## 33.2.4 (2026-04-28)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "33.2.6",
3
+ "version": "33.2.7",
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": "~33.2.3",
10
10
  "@syncfusion/ej2-angular-base": "~33.2.3",
11
- "@syncfusion/ej2-pdfviewer": "33.2.6"
11
+ "@syncfusion/ej2-pdfviewer": "33.2.7"
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.6';
4
+ exports.pkgVer = '^33.2.7';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~33.2.6';
6
+ exports.themeVer = '~33.2.7';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^33.2.6';
2
+ export const pkgVer = '^33.2.7';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~33.2.6';
4
+ export const themeVer = '~33.2.7';