@syncfusion/ej2-vue-pdfviewer 22.1.38 → 22.1.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,6 +6,27 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I476124` - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
|
|
10
|
+
- `#I475392` - Now, `Ctrl + Z` does not removes the entire comment text while editing the comment.
|
|
11
|
+
- `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the enableMeasureAnnotation to false.
|
|
12
|
+
- `#I464868` - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the defaultText in freeTextSettings.
|
|
13
|
+
- `#I480522` - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
|
|
14
|
+
- `#F182930` - Now, the script error no longer occurs when updating the values for the signature and initial fields that have the same name, which are found in pages that are not being rendered.
|
|
15
|
+
- `#I477780` - Now, we are able to add the annotations properly using the add annotation API.
|
|
16
|
+
- `#I476124` - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
|
|
17
|
+
- `#I475392` - Now, `Ctrl + Z` does not removes the entire comment text while editing the comment.
|
|
18
|
+
- `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the enableMeasureAnnotation to false.
|
|
19
|
+
- `#I464868` - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the defaultText in freeTextSettings.
|
|
20
|
+
- `#I480522` - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
|
|
21
|
+
- `#F182930` - Now, the script error no longer occurs when updating the values for the signature and initial fields that have the same name, which are found in pages that are not being rendered.
|
|
22
|
+
- `#I477780` - Now, we are able to add the annotations properly using the add annotation API.
|
|
23
|
+
|
|
24
|
+
## 22.1.38 (2023-07-11)
|
|
25
|
+
|
|
26
|
+
### PDF Viewer
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
9
30
|
- `#I476114` - Now, the text selection is properly preserved in the comment panel for text markup annotation.
|
|
10
31
|
- `#I470260` - Now, the signature content prints properly in the printed outputs.
|
|
11
32
|
- `#I475929` - Now, the annotation's isReadonly behavior is working properly when the allowedInteractions set to Select and the isLock property is set to true.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.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
|