@syncfusion/ej2-angular-pdfviewer 33.1.45 → 33.1.46
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,27 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `I821668` - Fixed an issue where the browser default print dialog appeared even when `enablePrint` was set to false while the PDF Viewer was in focus.
|
|
10
|
+
- `I819221` - Resolved an exception that occurred when printing a PDF in Microsoft Edge with the `AlwaysOpenPdfExternally` policy enabled.
|
|
11
|
+
- `I821467` - Fixed an issue where Free Text annotation bounds were incorrectly exported after updating bounds using the `editAnnotation` method.
|
|
12
|
+
- `I821182` - Resolved an issue where the `findText` method returned incorrect bound values for PDF documents that contain `CropBox` and `MediaBox` values.
|
|
13
|
+
- `I822227` - Fixed an issue where annotations were not rendered in `Standalone` rendering mode for the customer provided PDF document.
|
|
14
|
+
|
|
15
|
+
## 33.1.45 (2026-03-24)
|
|
16
|
+
|
|
17
|
+
### PDF Viewer
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I818575` - Fixed an issue where the `vertexPoints` and bounds were not updated properly after resizing a distance annotation.
|
|
22
|
+
- `#I814654` - Fixed an issue where a tile rendering document failed to render when navigating programmatically to the first page in a single page document.
|
|
23
|
+
- `#I814098` - Fixed an issue where a CSP exception occurred during text search.
|
|
24
|
+
- `#I818873` - Fixed an issue where the comment status was not preserved properly while annotation mode was active.
|
|
25
|
+
|
|
5
26
|
## 33.1.44 (2026-03-16)
|
|
6
27
|
|
|
7
28
|
### PDF Viewer
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.46",
|
|
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.1.45",
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~33.1.
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "33.1.
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "33.1.46"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^33.1.46';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.46';
|