@syncfusion/ej2-vue-pdfviewer 21.1.41 → 21.2.4
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
|
@@ -4,11 +4,40 @@
|
|
|
4
4
|
|
|
5
5
|
### PDF Viewer
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field,
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
|
|
14
|
+
- `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
|
|
15
|
+
- `#I452436` - Now, the radio button and checkbox are added properly.
|
|
16
|
+
- `#I403367` - Now, underlining and text selection are working properly in the provided document.
|
|
17
|
+
- `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
|
|
18
|
+
- `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
|
|
19
|
+
|
|
20
|
+
## 21.2.3 (2023-05-03)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#F181471` - Now, deleted comment value will not appeared while importing the exported XFDF/JSON annotation data.
|
|
27
|
+
- `#I453496` - Now, when `enableAnnotation` is set to false, the script error does not happen while scrolling the document.
|
|
28
|
+
- `#I452488` - Now, large files are loaded through the document file path.
|
|
29
|
+
- `#F181447` - Now, the free text annotation content is changed properly while resizing.
|
|
30
|
+
|
|
31
|
+
## 21.1.41 (2023-04-18)
|
|
32
|
+
|
|
33
|
+
### PDF Viewer
|
|
34
|
+
|
|
7
35
|
#### Bug Fixes
|
|
8
36
|
|
|
9
37
|
- `#F181315` - Now, the `commentEdit` event is triggered when editing free text annotations.
|
|
10
38
|
- `#I452575` - Now, `clearFormFields` API deletes the signature content only and preserves form field.
|
|
11
39
|
- `#I449909` - Now, the image in the provided document is rendered properly.
|
|
40
|
+
- `#I449638` - The issue with Signature canvas content clearing on window resizing has been resolved.
|
|
12
41
|
|
|
13
42
|
## 21.1.39 (2023-04-11)
|
|
14
43
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.4
|
|
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
|