@syncfusion/ej2-vue-pdfviewer 23.1.41 → 23.1.43
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,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I511694` - Now, The script error is resolved when export the annotation as object after adding the handwritten signature.
|
|
10
|
+
- `#I511005` - Now, the programmatically added stamp annotation is visible in the PDF Viewer.
|
|
11
|
+
- `#I508032` - Now, the signature fields are not placed outside the page when placed between pages.
|
|
12
|
+
- `#I508421` - Now, the redo operations on free text annotations is working properly.
|
|
13
|
+
|
|
14
|
+
- `#I511694` - Now, The script error is now resolved when export the annotation as object after adding the handwritten signature.
|
|
15
|
+
- `#I511005` - Now, the programmatically added stamp annotation is visible in the PDF Viewer.
|
|
16
|
+
- `#I508032` - Now, the signature fields are not placed outside the page when placed between pages.
|
|
17
|
+
- `#I508421` - Now, the redo operations on free text annotations is working properly.
|
|
18
|
+
|
|
19
|
+
#### New Features
|
|
20
|
+
|
|
21
|
+
- `#I504779` - Provided support to programmatically add and update the annotation subject property.
|
|
22
|
+
|
|
23
|
+
## 23.1.42 (2023-10-24)
|
|
24
|
+
|
|
25
|
+
### PDF Viewer
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#I509234` - Now, the multiline property is properly updated when the `updateformfields` API is called programmatically.
|
|
30
|
+
- `#I509208` - Now, the script error no longer occurs when adding the signature event without injecting the form fields.
|
|
31
|
+
|
|
32
|
+
## 23.1.41 (2023-10-17)
|
|
33
|
+
|
|
34
|
+
### PDF Viewer
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#I503904` - Now, the missing properties have been included in the form field collections.
|
|
10
39
|
- `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
|
|
11
40
|
- `#F184471` - Newline characters are now correctly retained in the saved document when saving a document with numerous free text annotations.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|