@syncfusion/ej2-vue-pdfviewer 25.1.35 → 25.1.37
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,25 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data.
|
|
10
|
+
- `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events.
|
|
11
|
+
- `#I563333` - Now, the comments cannot be edited when the annotation is locked.
|
|
12
|
+
- `#I874338` - Now, the locked annotations are preserved properly when importing the annotation.
|
|
13
|
+
- `#I561320` - Now, the undo has restored the programmatically deleted annotations.
|
|
14
|
+
- `#I566765` - Now, the create and clear buttons are not enabled if the text box is empty in the text signature tab.
|
|
15
|
+
- `#I564309` - Now, the script error not occurred when dynamically updating toolbar items without annotation module.
|
|
16
|
+
- `#I564643` - Now, the form fields are rendered properly after deleting it from the customer document.
|
|
17
|
+
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
- `#I531005` - Now, provided the option to turn off the autocomplete option for comments in the comment panel.
|
|
21
|
+
|
|
22
|
+
## 25.1.35 (2024-03-15)
|
|
23
|
+
|
|
24
|
+
### PDF Viewer
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
9
28
|
- `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
|
|
10
29
|
- `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
|
|
11
30
|
- `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.37
|
|
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
|