@syncfusion/ej2-vue-pdfviewer 20.1.61 → 20.2.39

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,7 +6,84 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#SF-377367`- The Export and import action for free text annotation will be works properly in a rotated document.
9
+ - `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
10
+ - `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
11
+ - `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
12
+ - `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
13
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
14
+ - `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
15
+ - `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
16
+ - `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
17
+ - `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
18
+
19
+ ## 20.2.38 (2022-07-12)
20
+
21
+ ### PDF Viewer
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
26
+ - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
27
+ - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
28
+ - `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
29
+ - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
30
+ - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
31
+ - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
32
+ - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
33
+ - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
34
+ - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
35
+ - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
36
+ - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
37
+ - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
38
+ - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
39
+ - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
40
+ - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
41
+ - `#F173953` - Now, Script error have been resolved.
42
+ - `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
43
+ - `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
44
+
45
+ - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
46
+ - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
47
+ - `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
48
+ - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
49
+ - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
50
+ - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
51
+ - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
52
+ - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
53
+ - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
54
+ - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
55
+ - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
56
+ - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
57
+ - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
58
+ - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
59
+ - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
60
+ - `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
61
+ - `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
62
+
63
+ ## 20.2.36 (2022-06-30)
64
+
65
+ ### PDF Viewer
66
+
67
+ #### Bug Fixes
68
+
69
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
70
+ - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
71
+ - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
72
+ - `#I368423` - Now, rotation for form elements is considered.
73
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
74
+ - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
75
+ - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
76
+ - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
77
+ - `#I377714` - The problem with pinch zooming and form field position has been fixed.
78
+ - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
79
+ - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
80
+ - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
81
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
82
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
83
+ - `#I386899` - Issue with signature rendering is now resolved.
84
+ - `#I383513` - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
85
+ - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
86
+ - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
10
87
 
11
88
  ## 20.1.60 (2022-06-14)
12
89
 
@@ -22,8 +99,6 @@
22
99
  - `SF-379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
23
100
  - `SF-379120` - The pixel quality of the handwritten signature has now improved.
24
101
 
25
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
26
-
27
102
  ## 20.1.59 (2022-06-07)
28
103
 
29
104
  ### PDF Viewer
@@ -420,8 +495,6 @@
420
495
 
421
496
  - `#F158073`, `#291648` - Exposed the annotation UnSelect event in PDF Viewer.
422
497
 
423
- - `#F158073`, `#291648`- Exposed the annotation UnSelect event in PDF Viewer.
424
-
425
498
  ## 18.2.56 (2020-09-01)
426
499
 
427
500
  ### PDF Viewer
@@ -592,8 +665,6 @@
592
665
  - `#261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
593
666
  - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
594
667
 
595
- - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
596
-
597
668
  #### Bug Fixes
598
669
 
599
670
  - `#262525` – The render PDF pages method triggers properly for the provided PDF document.
@@ -779,9 +850,6 @@
779
850
  - `#252111` - Provided the support for handwritten signature.
780
851
  - `#251149` - Provided the support for customizing the text search highlight color.
781
852
 
782
- - `#252111` - Provided the support for handwritten signature.
783
- - `#251149` – Provided the support for customizing the text search highlight color.
784
-
785
853
  #### Bug Fixes
786
854
 
787
855
  - `#251864` - The pages in the landscape document will be rendered properly.
@@ -832,24 +900,10 @@
832
900
  - `#249725` - Provided the support to enable or disable the comment panel.
833
901
  - `#248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
834
902
 
835
- - `#227046`, `#230887`, `#142366`, `#231973`, `#237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
836
- - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
837
- - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
838
- - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
839
- - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
840
- - Improved the scrolling performance in mobile devices.
841
-
842
903
  #### Bug Fixes
843
904
 
844
905
  - `#249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
845
906
 
846
- - `#247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
847
- - `#248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
848
- - `#248092` – Contents will not be swapped if you switch randomly between two documents.
849
- - `#248093` – Script error will no longer be thrown if you switch randomly between two documents.
850
- - `#247787` – The searched text will be highlighted properly in the provided document.
851
- - `#146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
852
-
853
907
  ## 17.3.14 (2019-10-03)
854
908
 
855
909
  ### PDF Viewer
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pdfviewer.umd.min.js
3
- * version : 20.1.61
3
+ * version : 20.2.39
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
@@ -9,16 +9,7 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-pdfviewer.umd.min.js
12
- * version : 20.1.47
13
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
- * Use of this code is subject to the terms of our license.
15
- * A copy of the current license can be obtained at any time by e-mailing
16
- * licensing@syncfusion.com. Any infringement will be prosecuted under
17
- * applicable laws.
18
- */
19
- /*!
20
- * filename: ej2-vue-pdfviewer.umd.min.js
21
- * version : 19.4.38
12
+ * version : 19.2.55
22
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
14
  * Use of this code is subject to the terms of our license.
24
15
  * A copy of the current license can be obtained at any time by e-mailing