@syncfusion/ej2-angular-pdfviewer 27.1.50 → 27.1.51
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,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode.
|
|
10
|
+
- `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property.
|
|
11
|
+
- `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document.
|
|
12
|
+
- `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
|
|
13
|
+
- `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value.
|
|
14
|
+
- `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
|
|
15
|
+
- `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling.
|
|
16
|
+
- `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action.
|
|
17
|
+
- `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page.
|
|
18
|
+
- `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules.
|
|
19
|
+
|
|
20
|
+
## 27.1.50 (2024-09-24)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
9
26
|
- `#I626172` - Now, stamp annotation is saved properly when adding custom Data property.
|
|
10
27
|
- `#I631717` - Now, Free text author and comment characters are not changed when importing the exported annotation.
|
|
11
28
|
- `#I632150` - Now, the handwritten signature is properly selected after being added to the PDF viewer on a mobile device.
|
|
@@ -13,6 +30,7 @@
|
|
|
13
30
|
- `#I632511` - Now, the fetch request is not sent if the URL is set to the document path on the Server-Backed PDF Viewer.
|
|
14
31
|
- `#I632378` - Now, copy paste is working with formfields when `enableFormDesigner` as false.
|
|
15
32
|
- `#I631207` - Now, the `textmarkup` annotations are not unselected when changing the properties programmatically.
|
|
33
|
+
- `#I627322` - Now, the Form fields can not be moved outside of the document.
|
|
16
34
|
|
|
17
35
|
## 27.1.48 (2024-09-18)
|
|
18
36
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pdfviewer@27.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pdfviewer@27.1.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RIfguUs/9NctxrUG3w86/Gk4JnXASsrYxPirynKSIrnbm3bQqiE5uhfi4LPMKUsX/jQ1J3YEGzmU44Xg+SED4A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.50.tgz",
|
|
23
|
+
"_shasum": "3912b63479bb47c7c421b2cd03db8482d7946f68",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,11 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.1.50",
|
|
35
35
|
"@syncfusion/ej2-base": "~27.1.50",
|
|
36
|
-
"@syncfusion/ej2-pdfviewer": "27.1.
|
|
36
|
+
"@syncfusion/ej2-pdfviewer": "27.1.51"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
40
|
-
"devDependencies": {},
|
|
41
40
|
"es2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
42
41
|
"esm2020": "esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
43
42
|
"exports": {
|
|
@@ -70,5 +69,5 @@
|
|
|
70
69
|
"schematics": "./schematics/collection.json",
|
|
71
70
|
"sideEffects": false,
|
|
72
71
|
"typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
73
|
-
"version": "27.1.
|
|
72
|
+
"version": "27.1.51"
|
|
74
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
|
|
2
|
-
export declare const pkgVer = "^27.1.
|
|
2
|
+
export declare const pkgVer = "^27.1.50";
|
|
3
3
|
export declare const moduleName = "PdfViewerModule";
|
|
4
|
-
export declare const themeVer = "~27.1.
|
|
4
|
+
export declare const themeVer = "~27.1.50";
|
|
@@ -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 = '^27.1.
|
|
4
|
+
exports.pkgVer = '^27.1.51';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~27.1.
|
|
6
|
+
exports.themeVer = '~27.1.51';
|