@syncfusion/ej2-vue-pdfviewer 20.2.36 → 20.2.38

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,26 +6,65 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#SF-371792` - Pan mode is now activated for all mobile devices by default.
10
- - `#SF-363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
9
+ - `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
10
+ - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
11
+ - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
12
+ - `#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.
13
+ - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
14
+ - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
15
+ - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
16
+ - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
17
+ - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
18
+ - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
19
+ - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
20
+ - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
21
+ - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
22
+ - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
23
+ - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
24
+ - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
25
+ - `#F173953` - Now, Script error have been resolved.
26
+ - `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
27
+
28
+ - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
29
+ - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
30
+ - `#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.
31
+ - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
32
+ - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
33
+ - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
34
+ - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
35
+ - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
36
+ - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
37
+ - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
38
+ - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
39
+ - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
40
+ - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
41
+ - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
42
+ - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
43
+
44
+ ## 20.2.36 (2022-06-30)
45
+
46
+ ### PDF Viewer
47
+
48
+ #### Bug Fixes
49
+
50
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
51
+ - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
11
52
  - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
12
- - `#SF-368423` - Now, rotation for form elements is considered.
53
+ - `#I368423` - Now, rotation for form elements is considered.
13
54
  - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
14
- - `#SF-376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
15
- - `#SF-376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
55
+ - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
56
+ - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
16
57
  - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
17
- - `#SF-377714` - The problem with pinch zooming and form field position has been fixed.
18
- - `#SF-377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
19
- - `#SF-378257`- The issue with the checkbox printing multiple times has been resolved.
20
- - `#SF-378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
21
- - `#SF-379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
22
- - `#SF-379120` - The pixel quality of the handwritten signature has now improved.
23
- - `#SF-386899` - Issue with signature rendering is now resolved.
24
- - `#SF-383513` - 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.
25
- - `#SF-369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
26
- - `#SF-383963` - Issue with cloned form field value is duplicated has been fixed.
27
-
28
- - `#SF-377367`- The Export and import action for free text annotation will be works properly in a rotated document.
58
+ - `#I377714` - The problem with pinch zooming and form field position has been fixed.
59
+ - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
60
+ - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
61
+ - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
62
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
63
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
64
+ - `#I386899` - Issue with signature rendering is now resolved.
65
+ - `#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.
66
+ - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
67
+ - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
29
68
 
30
69
  ## 20.1.60 (2022-06-14)
31
70
 
@@ -41,8 +80,6 @@
41
80
  - `SF-379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
42
81
  - `SF-379120` - The pixel quality of the handwritten signature has now improved.
43
82
 
44
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
45
-
46
83
  ## 20.1.59 (2022-06-07)
47
84
 
48
85
  ### PDF Viewer
@@ -439,8 +476,6 @@
439
476
 
440
477
  - `#F158073`, `#291648` - Exposed the annotation UnSelect event in PDF Viewer.
441
478
 
442
- - `#F158073`, `#291648`- Exposed the annotation UnSelect event in PDF Viewer.
443
-
444
479
  ## 18.2.56 (2020-09-01)
445
480
 
446
481
  ### PDF Viewer
@@ -611,8 +646,6 @@
611
646
  - `#261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
612
647
  - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
613
648
 
614
- - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
615
-
616
649
  #### Bug Fixes
617
650
 
618
651
  - `#262525` – The render PDF pages method triggers properly for the provided PDF document.
@@ -798,9 +831,6 @@
798
831
  - `#252111` - Provided the support for handwritten signature.
799
832
  - `#251149` - Provided the support for customizing the text search highlight color.
800
833
 
801
- - `#252111` - Provided the support for handwritten signature.
802
- - `#251149` – Provided the support for customizing the text search highlight color.
803
-
804
834
  #### Bug Fixes
805
835
 
806
836
  - `#251864` - The pages in the landscape document will be rendered properly.
@@ -851,24 +881,10 @@
851
881
  - `#249725` - Provided the support to enable or disable the comment panel.
852
882
  - `#248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
853
883
 
854
- - `#227046`, `#230887`, `#142366`, `#231973`, `#237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
855
- - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
856
- - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
857
- - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
858
- - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
859
- - Improved the scrolling performance in mobile devices.
860
-
861
884
  #### Bug Fixes
862
885
 
863
886
  - `#249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
864
887
 
865
- - `#247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
866
- - `#248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
867
- - `#248092` – Contents will not be swapped if you switch randomly between two documents.
868
- - `#248093` – Script error will no longer be thrown if you switch randomly between two documents.
869
- - `#247787` – The searched text will be highlighted properly in the provided document.
870
- - `#146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
871
-
872
888
  ## 17.3.14 (2019-10-03)
873
889
 
874
890
  ### PDF Viewer
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pdfviewer.umd.min.js
3
- * version : 20.2.36
3
+ * version : 20.2.38
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