@syncfusion/ej2-vue-pdfviewer 20.2.43 → 20.2.44
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,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- `#SF-394274`,`#SF-394827` - Now ,The signature and initial is updated after the 10th page.
|
|
6
|
+
- `#SF-395889` - Now ,script error occurs without injecting annotation has been fixed.
|
|
7
|
+
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
|
|
8
|
+
- `#SF-396556` - Now ,import and export for JSON and XFDF is document working properly.
|
|
9
|
+
|
|
10
|
+
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
|
|
11
|
+
|
|
12
|
+
## 20.2.43 (2022-08-08)
|
|
13
|
+
|
|
5
14
|
### PDF Viewer
|
|
6
15
|
|
|
7
16
|
#### Bug Fixes
|
|
@@ -45,9 +54,11 @@
|
|
|
45
54
|
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
|
|
46
55
|
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
|
|
47
56
|
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
|
|
57
|
+
- `#SF-389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
|
|
48
58
|
|
|
49
59
|
- `#F176277` - Context menus will now open all the pages that are visible in the viewport.
|
|
50
60
|
- `#SF-3813` - The signature is now being downloaded without any pixel issues.
|
|
61
|
+
- `#SF-388478`,`#SF-394304`,`#SF-392271` - Now the form fields values are preserved after scrolling the downloaded document.
|
|
51
62
|
|
|
52
63
|
## 20.2.40 (2022-07-26)
|
|
53
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.44
|
|
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
|