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