@syncfusion/ej2-vue-pdfviewer 20.4.44 → 20.4.48
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,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on free text annotation.
|
|
10
|
+
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for Line and Arrow annotation.
|
|
11
|
+
|
|
12
|
+
## 20.4.44 (2023-01-18)
|
|
13
|
+
|
|
14
|
+
### PDF Viewer
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
9
18
|
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
|
|
10
19
|
- `#F179704` - If `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
|
|
11
20
|
- `#I426591` - After programmatically updating the signature field, the focus form field is now functioning.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
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
|