@syncfusion/ej2-react-pdfviewer 20.3.52 → 20.3.56
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 +34 -0
- package/dist/ej2-react-pdfviewer.min.js +1 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/pdfviewer/bootstrap-dark.css +1 -1
- package/styles/pdfviewer/bootstrap.css +1 -1
- package/styles/pdfviewer/bootstrap4.css +1 -1
- package/styles/pdfviewer/bootstrap5-dark.css +1 -1
- package/styles/pdfviewer/bootstrap5.css +1 -1
- package/styles/pdfviewer/fabric-dark.css +1 -1
- package/styles/pdfviewer/fabric.css +1 -1
- package/styles/pdfviewer/fluent-dark.css +1 -1
- package/styles/pdfviewer/fluent.css +1 -1
- package/styles/pdfviewer/highcontrast-light.css +1 -1
- package/styles/pdfviewer/highcontrast.css +1 -1
- package/styles/pdfviewer/material-dark.css +1 -1
- package/styles/pdfviewer/material.css +1 -1
- package/styles/pdfviewer/tailwind-dark.css +1 -1
- package/styles/pdfviewer/tailwind.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `#I411644` - Now, Signature are added properly in the respective signature fields.
|
|
14
|
+
- `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
|
|
15
|
+
- `#I408609` - Now, properties dialog and context menu are open on right click.
|
|
16
|
+
- `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
|
|
17
|
+
- `#I413111` - Now the Ink annotation auto-write issue is resolved.
|
|
18
|
+
- `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
|
|
19
|
+
- `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
|
|
20
|
+
- `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
|
|
21
|
+
|
|
22
|
+
## 20.3.52 (2022-10-26)
|
|
23
|
+
|
|
24
|
+
### PDF Viewer
|
|
25
|
+
|
|
26
|
+
#### New Features
|
|
27
|
+
|
|
28
|
+
- `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
|
|
29
|
+
- `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
|
|
34
|
+
- `#I412183` - Now, Vertical images are rendered properly in the signature fields.
|
|
35
|
+
- `#I397357` - Now, Radio buttons are rendered properly while printing the document.
|
|
36
|
+
- `#I411792` - Now, able to export annotation after `strikethrough`.
|
|
37
|
+
- `#I401159` - Now, backward text selection is working properly.
|
|
38
|
+
|
|
5
39
|
## 20.3.50 (2022-10-18)
|
|
6
40
|
|
|
7
41
|
### PDF Viewer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.56
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.56
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pdfviewer@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@20.3.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-WW+GEHm6uO0f4gxLGvjCnWmEIJVRu70l6ogj2kaqIfBGxfyjUcik2K64H4oBGzIeUpCV8XN0U13d+e3aKJ8ThQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.52.tgz",
|
|
23
|
+
"_shasum": "b16a340e716eb18543951c6789159c5527140c59",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.3.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.3.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.3.56",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.3.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "20.3.
|
|
64
|
+
"version": "20.3.56",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/tailwind-dark.css
CHANGED