@syncfusion/ej2-vue-pdfviewer 20.2.44 → 20.2.45
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,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- `#SF-389679` - Now ,form fields color should not be changed on read only mode.
|
|
6
|
+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
|
|
7
|
+
- `#SF-383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
|
|
8
|
+
- `#SF-394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
|
|
9
|
+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
10
|
+
- `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
|
|
11
|
+
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
|
|
12
|
+
- `#SF-394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
13
|
+
- `#SF-386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
|
|
14
|
+
- `#SF-391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
|
|
15
|
+
|
|
16
|
+
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
|
|
17
|
+
- `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
|
|
18
|
+
|
|
19
|
+
## 20.2.44 (2022-08-16)
|
|
20
|
+
|
|
5
21
|
- `#SF-394274`,`#SF-394827` - Now ,The signature and initial is updated after the 10th page.
|
|
6
22
|
- `#SF-395889` - Now ,script error occurs without injecting annotation has been fixed.
|
|
7
23
|
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.45
|
|
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
|