@syncfusion/ej2-vue-pdfviewer 20.1.57 → 20.1.60
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
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.1.59 (2022-06-07)
|
|
6
|
+
|
|
7
|
+
### PDF Viewer
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
|
|
12
|
+
- `#SF-376222`- Now, Annotation selector binds correctly to annotations when dragging.
|
|
13
|
+
- `#SF-367416`- The `FindText()` method of PDF Base allows for finding the number.
|
|
14
|
+
- `#SF-372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
|
|
15
|
+
|
|
16
|
+
## 20.1.58 (2022-05-31)
|
|
17
|
+
|
|
18
|
+
### PDF Viewer
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#SF-377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
|
|
23
|
+
- `#SF-367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
|
|
24
|
+
- `#SF-374726`- Signatures will appear in the PDF viewer for the provided document.
|
|
25
|
+
|
|
26
|
+
## 20.1.57 (2022-05-24)
|
|
27
|
+
|
|
5
28
|
### PDF Viewer
|
|
6
29
|
|
|
7
30
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.60
|
|
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
|