@syncfusion/ej2-vue-pdfviewer 20.2.48 → 20.2.49
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 +7 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +4 -1
- package/styles/bootstrap.css +4 -1
- package/styles/bootstrap4.css +4 -1
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +4 -1
- package/styles/fabric.css +4 -1
- package/styles/fluent-dark.css +4 -1
- package/styles/fluent.css +4 -1
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast.css +4 -1
- package/styles/material-dark.css +4 -1
- package/styles/material.css +4 -1
- package/styles/pdfviewer/bootstrap-dark.css +4 -1
- package/styles/pdfviewer/bootstrap.css +4 -1
- package/styles/pdfviewer/bootstrap4.css +4 -1
- package/styles/pdfviewer/bootstrap5-dark.css +4 -1
- package/styles/pdfviewer/bootstrap5.css +4 -1
- package/styles/pdfviewer/fabric-dark.css +4 -1
- package/styles/pdfviewer/fabric.css +4 -1
- package/styles/pdfviewer/fluent-dark.css +4 -1
- package/styles/pdfviewer/fluent.css +4 -1
- package/styles/pdfviewer/highcontrast-light.css +4 -1
- package/styles/pdfviewer/highcontrast.css +4 -1
- package/styles/pdfviewer/material-dark.css +4 -1
- package/styles/pdfviewer/material.css +4 -1
- package/styles/pdfviewer/tailwind-dark.css +4 -1
- package/styles/pdfviewer/tailwind.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind.css +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- `#F176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
|
|
6
|
+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
|
|
7
|
+
- `#SF-398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
|
|
8
|
+
- `#SF-400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
|
|
9
|
+
|
|
10
|
+
## 20.2.48 (2022-09-06)
|
|
11
|
+
|
|
5
12
|
- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
|
|
6
13
|
- `#SF-397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
|
|
7
14
|
- `#SF-392269` - Now, considered both GUID and description while importing the annotations .
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.49
|
|
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
|