@syncfusion/ej2-vue-pdfviewer 20.1.52 → 20.1.57
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 +53 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +149 -220
- package/styles/bootstrap.css +151 -222
- package/styles/bootstrap4.css +149 -221
- package/styles/bootstrap5-dark.css +152 -227
- package/styles/bootstrap5.css +152 -227
- package/styles/fabric-dark.css +149 -223
- package/styles/fabric.css +152 -223
- package/styles/fluent-dark.css +155 -230
- package/styles/fluent.css +155 -230
- package/styles/highcontrast-light.css +170 -241
- package/styles/highcontrast.css +170 -241
- package/styles/material-dark.css +150 -220
- package/styles/material.css +156 -229
- package/styles/pdfviewer/bootstrap-dark.css +149 -220
- package/styles/pdfviewer/bootstrap.css +151 -222
- package/styles/pdfviewer/bootstrap4.css +149 -221
- package/styles/pdfviewer/bootstrap5-dark.css +152 -227
- package/styles/pdfviewer/bootstrap5.css +152 -227
- package/styles/pdfviewer/fabric-dark.css +149 -223
- package/styles/pdfviewer/fabric.css +152 -223
- package/styles/pdfviewer/fluent-dark.css +155 -230
- package/styles/pdfviewer/fluent.css +155 -230
- package/styles/pdfviewer/highcontrast-light.css +170 -241
- package/styles/pdfviewer/highcontrast.css +170 -241
- package/styles/pdfviewer/material-dark.css +150 -220
- package/styles/pdfviewer/material.css +156 -229
- package/styles/pdfviewer/tailwind-dark.css +152 -227
- package/styles/pdfviewer/tailwind.css +152 -227
- package/styles/tailwind-dark.css +152 -227
- package/styles/tailwind.css +152 -227
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,59 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
|
|
10
|
+
- `#F174506`- Improved the printing quality of the PDF viewer.
|
|
11
|
+
- `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
|
|
12
|
+
|
|
13
|
+
## 20.1.56 (2022-05-17)
|
|
14
|
+
|
|
15
|
+
### PDF Viewer
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
|
|
20
|
+
|
|
21
|
+
## 20.1.55 (2022-05-12)
|
|
22
|
+
|
|
23
|
+
### PDF Viewer
|
|
24
|
+
|
|
25
|
+
#### New Features
|
|
26
|
+
|
|
27
|
+
- `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields on a document.
|
|
28
|
+
- `#SF-362221`, `#SF-364814`, `#SF-368380`, `#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
|
|
29
|
+
- `#SF-353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
|
|
34
|
+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
35
|
+
- `#SF-367560`, `#SF-367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
|
|
36
|
+
- `#SF-368770`, `#SF-373344`, `#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
|
|
37
|
+
- `#SF-369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
|
|
38
|
+
- `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
|
|
39
|
+
- `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
|
|
40
|
+
- `#SF-373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
|
|
41
|
+
- `#SF-375548`, `#SF-374826`, `#SF-375215`, `#SF-376171`, `#SF-376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
|
|
42
|
+
- `#SF-364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
|
|
43
|
+
- `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
|
|
44
|
+
- `#SF-370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
|
|
45
|
+
- `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
|
|
46
|
+
- `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
|
|
47
|
+
- `#SF-377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
|
|
48
|
+
- `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
|
|
49
|
+
- `#SF-373785`- The initial field will no longer be undefined after filling the field.
|
|
50
|
+
- `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
51
|
+
- `#SF-371825`- Now, the form fields will appear while scrolling through the different pages.
|
|
52
|
+
- `#SF-371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
|
|
53
|
+
- `#SF-365736`, `#SF-366420`- In mobile devices, the Script error will no longer occur when adding the signature.
|
|
54
|
+
|
|
55
|
+
## 20.1.52 (2022-05-04)
|
|
56
|
+
|
|
57
|
+
### PDF Viewer
|
|
58
|
+
|
|
59
|
+
#### Bug Fixes
|
|
60
|
+
|
|
61
|
+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
10
62
|
|
|
11
63
|
## 20.1.51 (2022-04-26)
|
|
12
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.57
|
|
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
|