@syncfusion/ej2-vue-pdfviewer 20.4.50 → 20.4.52
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,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
|
|
10
|
+
- `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.
|
|
11
|
+
|
|
12
|
+
## 20.4.51 (2023-02-21)
|
|
13
|
+
|
|
14
|
+
### PDF Viewer
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I435370` - Now, the border color is preserved properly for transparent textbox field.
|
|
19
|
+
- `#I438421` - Now, the script error is not occurred while loading an annotation restricted document when `enableAnnotation` API is set as false.
|
|
20
|
+
- `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
|
|
21
|
+
|
|
22
|
+
## 20.4.50 (2023-02-14)
|
|
23
|
+
|
|
24
|
+
### PDF Viewer
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#I434198` - Now, the custom stamp is added properly on form fields.
|
|
29
|
+
- `#I180081` - Now, when attempting to delete a post in the comment panel, annotations are not deleted from the comment panel.
|
|
30
|
+
- `#I431466` - Now, the toolbar behavior is stable in mobile mode.
|
|
9
31
|
- `#I432820`, `#I432145`, `#F179720` - Now, formFields with same name present in non-rendered pages are download successfully.
|
|
10
32
|
|
|
11
33
|
## 20.4.49 (2023-02-07)
|
|
@@ -34,8 +56,29 @@
|
|
|
34
56
|
|
|
35
57
|
#### Bug Fixes
|
|
36
58
|
|
|
37
|
-
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on free text annotation.
|
|
38
|
-
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for Line and Arrow annotation.
|
|
59
|
+
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on a free text annotation.
|
|
60
|
+
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for the Line and Arrow annotation.
|
|
61
|
+
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
|
|
62
|
+
- `#F179704` - If the `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
|
|
63
|
+
- `#I426591` - Now, the focus form field functions after programmatically updating the signature field.
|
|
64
|
+
- `#I427179` - Now, the blank pages print on the iPad printing issue has been fixed.
|
|
65
|
+
- `#I427451` - Now, the script error does not occur while changing the dropdown value.
|
|
66
|
+
- `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
|
|
67
|
+
- `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
|
|
68
|
+
- `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
|
|
69
|
+
- `#I423893` - Now, the script error does not occur while double-clicking on the free text annotation.
|
|
70
|
+
- `#I427362` - Now, the checkbox background color is properly updated while rendering using the form field module.
|
|
71
|
+
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
|
|
72
|
+
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline, and strikeout) can be applied together for the textbox fields.
|
|
73
|
+
- `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
|
|
74
|
+
- `#I422813` - Now, the value in the free text annotation will be updated properly in the mobile environment.
|
|
75
|
+
- `#I420988` - Now, the annotations are not deleted while dragging, resizing, or deleting the form fields.
|
|
76
|
+
- `#I422542` - Now, the `strikethrough` can now be added to the free text annotations programmatically.
|
|
77
|
+
- `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
|
|
78
|
+
|
|
79
|
+
#### Features
|
|
80
|
+
|
|
81
|
+
- `#I424468` - Provided support for rendering the existing comb-type textbox in the form designer module.
|
|
39
82
|
|
|
40
83
|
## 20.4.44 (2023-01-18)
|
|
41
84
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.52
|
|
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
|