@syncfusion/ej2-vue-pdfviewer 25.1.37 → 25.1.38
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,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I565875` - Now, the page does not navigate to undefined when loading the provided PDF document.
|
|
10
|
+
- `#I559473` - Now, the thickness value is properly loaded when loading float thickness value annotations on the server side.
|
|
11
|
+
- `#I567299` - Now, does not throw NullReferenceException when loading Empty PDF document.
|
|
12
|
+
- `#I567306` - Now, the annotations are not shifted to the left in landscape documents.
|
|
13
|
+
|
|
14
|
+
## 25.1.37 (2024-03-26)
|
|
15
|
+
|
|
16
|
+
### PDF Viewer
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data.
|
|
10
21
|
- `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events.
|
|
11
22
|
- `#I563333` - Now, the comments cannot be edited when the annotation is locked.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.38
|
|
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
|