@syncfusion/ej2-vue-pdfviewer 23.2.6 → 23.2.7
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 +13 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +5 -5
- package/styles/bootstrap-dark.css +9 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +9 -9
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.css +9 -9
- package/styles/fabric-dark.css +9 -9
- package/styles/fabric.css +9 -9
- package/styles/fluent-dark.css +9 -9
- package/styles/fluent.css +9 -9
- package/styles/highcontrast-light.css +9 -9
- package/styles/highcontrast.css +9 -9
- package/styles/material-dark.css +9 -9
- package/styles/material.css +9 -9
- package/styles/material3-dark.css +9 -9
- package/styles/material3.css +9 -9
- package/styles/pdfviewer/bootstrap-dark.css +9 -9
- package/styles/pdfviewer/bootstrap.css +9 -9
- package/styles/pdfviewer/bootstrap4.css +9 -9
- package/styles/pdfviewer/bootstrap5-dark.css +9 -9
- package/styles/pdfviewer/bootstrap5.css +9 -9
- package/styles/pdfviewer/fabric-dark.css +9 -9
- package/styles/pdfviewer/fabric.css +9 -9
- package/styles/pdfviewer/fluent-dark.css +9 -9
- package/styles/pdfviewer/fluent.css +9 -9
- package/styles/pdfviewer/highcontrast-light.css +9 -9
- package/styles/pdfviewer/highcontrast.css +9 -9
- package/styles/pdfviewer/material-dark.css +9 -9
- package/styles/pdfviewer/material.css +9 -9
- package/styles/pdfviewer/material3-dark.css +9 -9
- package/styles/pdfviewer/material3.css +9 -9
- package/styles/pdfviewer/tailwind-dark.css +9 -9
- package/styles/pdfviewer/tailwind.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
|
|
10
|
+
- `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
|
|
11
|
+
|
|
12
|
+
- `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
|
|
13
|
+
- `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
|
|
14
|
+
|
|
15
|
+
## 23.2.6 (2023-11-29)
|
|
16
|
+
|
|
17
|
+
### PDF Viewer
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- `#I518113` - Now, the provided document is properly loaded and scrolls without getting stuck or freezing.
|
|
10
22
|
- `#I517738` - Now, the text selection is working properly while selecting the text from left to right.
|
|
11
23
|
- `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
|
|
12
24
|
- `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
|
|
13
25
|
- `#I517119` - now, the Search does not highlights the wrong area after zoom in standalone PDF Viewer.
|
|
26
|
+
- `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
|
|
14
27
|
|
|
15
28
|
## 23.2.5 (2023-11-23)
|
|
16
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 23.2.
|
|
3
|
+
* version : 23.2.7
|
|
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
|