@syncfusion/ej2-angular-pdfviewer 29.2.7 → 29.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 +12 -0
- package/package.json +22 -53
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I725861` - Resolved an issue where text selection and highlight annotations were not working properly in the provided document.
|
|
10
|
+
- `#I728949` - Resolved an issue where annotations disappeared on duplicated PDF pages during re-rendering in the PDF viewer.
|
|
11
|
+
- `#I725266` - Fixed an issue where the PDF Viewer does not scroll to annotation location when selected from comment panel at higher zoom levels.
|
|
12
|
+
- `#I717803` - Fixed an issue where the scale ratio unable to set above 100.
|
|
13
|
+
- `#I720768` - Fixed an issue where the comment panel title and note overlap for long author name.
|
|
14
|
+
|
|
15
|
+
## 29.2.7 (2025-05-27)
|
|
16
|
+
|
|
17
|
+
### PDF Viewer
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- `#I957375` - Resolved an issue where the fill color was not applied when changed from transparent to white.
|
|
10
22
|
- `#I721139` - Fixed an issue where `retrieveFormFields` method returns empty values for Textbox and Password fields without injecting Form Designer module.
|
|
11
23
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-pdfviewer",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-29.2.5.tgz",
|
|
23
|
-
"_shasum": "8311aeb4172265926ca46cf0ab60c3366f8e3c34",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
+
"version": "29.2.8",
|
|
4
|
+
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
9
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
-
"@syncfusion/ej2-
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "29.2.8"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"angular-pdf-viewer"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
20
|
+
},
|
|
21
|
+
"sideEffects": false,
|
|
22
|
+
"module": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
40
23
|
"es2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
41
24
|
"esm2020": "esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
25
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
26
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
27
|
+
"typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
42
28
|
"exports": {
|
|
43
29
|
"./package.json": {
|
|
44
30
|
"default": "./package.json"
|
|
@@ -52,22 +38,5 @@
|
|
|
52
38
|
"default": "./fesm2020/syncfusion-ej2-angular-pdfviewer.mjs"
|
|
53
39
|
}
|
|
54
40
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"angular-pdf-viewer"
|
|
61
|
-
],
|
|
62
|
-
"license": "SEE LICENSE IN license",
|
|
63
|
-
"module": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
64
|
-
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
65
|
-
"repository": {
|
|
66
|
-
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
68
|
-
},
|
|
69
|
-
"schematics": "./schematics/collection.json",
|
|
70
|
-
"sideEffects": false,
|
|
71
|
-
"typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
72
|
-
"version": "29.2.7"
|
|
41
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
73
42
|
}
|
|
@@ -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 = '^29.2.
|
|
4
|
+
exports.pkgVer = '^29.2.8';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~29.2.
|
|
6
|
+
exports.themeVer = '~29.2.8';
|