@syncfusion/ej2-vue-pdfviewer 21.1.35 → 21.1.37
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,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F180886` - Now, the `setAnnotationMode` API supports switching between annotations.
|
|
10
|
+
- `#I181023` - Now, the time is shown properly in the comment panel while adding the free text annotation programmatically.
|
|
11
|
+
- `#I180982`, `#I180983` - Now, able to post a comment with single character or pasted content.
|
|
12
|
+
- `#I180968` - Now, red vertical lines are not showing in the highlight annotation on viewing the downloaded document on other viewers.
|
|
13
|
+
- `#F180997` - Now, the free text content is updated if we directly type in the comment panel.
|
|
14
|
+
|
|
15
|
+
## 21.1.35 (2023-03-23)
|
|
16
|
+
|
|
17
|
+
### PDF Viewer
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- `#I437765` - Now, the script error does not occur when the update form field value API is used when a signature already has signature content.
|
|
10
22
|
- `#F180666` - Now, the exception does not occur while downloading the document after adding the type and uploading the handwritten signature and initial annotation.
|
|
11
23
|
- `#I428493` - Now, the signature image in the signature field is visible while printing in the other viewers changes made on the server side.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 21.1.
|
|
3
|
+
* version : 21.1.37
|
|
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
|