@syncfusion/ej2-vue-pdfviewer 19.4.50 → 19.4.54
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 +31 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +36 -5
- package/styles/bootstrap.css +36 -5
- package/styles/bootstrap4.css +36 -5
- package/styles/bootstrap5-dark.css +63 -24
- package/styles/bootstrap5.css +63 -24
- package/styles/fabric-dark.css +36 -5
- package/styles/fabric.css +36 -5
- package/styles/highcontrast-light.css +36 -5
- package/styles/highcontrast.css +36 -5
- package/styles/material-dark.css +36 -5
- package/styles/material.css +36 -5
- package/styles/pdfviewer/bootstrap-dark.css +36 -5
- package/styles/pdfviewer/bootstrap.css +36 -5
- package/styles/pdfviewer/bootstrap4.css +36 -5
- package/styles/pdfviewer/bootstrap5-dark.css +63 -24
- package/styles/pdfviewer/bootstrap5.css +63 -24
- package/styles/pdfviewer/fabric-dark.css +36 -5
- package/styles/pdfviewer/fabric.css +36 -5
- package/styles/pdfviewer/highcontrast-light.css +36 -5
- package/styles/pdfviewer/highcontrast.css +36 -5
- package/styles/pdfviewer/material-dark.css +36 -5
- package/styles/pdfviewer/material.css +36 -5
- package/styles/pdfviewer/tailwind-dark.css +36 -5
- package/styles/pdfviewer/tailwind.css +36 -5
- package/styles/tailwind-dark.css +36 -5
- package/styles/tailwind.css +36 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.53 (2022-02-22)
|
|
6
|
+
|
|
7
|
+
### PDF Viewer
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#SF-362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
|
|
12
|
+
- `#SF-361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
|
|
13
|
+
- `#SF-363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
|
|
14
|
+
- `#SF-362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
|
|
15
|
+
- `#SF-361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
|
|
16
|
+
- `#SF-363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
|
|
17
|
+
- `#SF-363936` - Now, the signature panel will not be opened on right-click of signature fields.
|
|
18
|
+
- `#F168155` - The downloaded document displays Czech characters.
|
|
19
|
+
|
|
20
|
+
## 19.4.52 (2022-02-15)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#SF-361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
|
|
27
|
+
- `#SF- 361906`- The text position for the provided PDF document is now correct.
|
|
28
|
+
- `#SF-361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
|
|
29
|
+
- `#SF-360076`- In the signature field, the drawn signature is not stretched now.
|
|
30
|
+
- `#SF-364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
|
|
31
|
+
- `#SF-362874`- The form field names are now added properly to the form fields.
|
|
32
|
+
- `#SF-365411`, `#SF-360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
|
|
33
|
+
|
|
34
|
+
## 19.4.50 (2022-02-08)
|
|
35
|
+
|
|
5
36
|
### PDF Viewer
|
|
6
37
|
|
|
7
38
|
#### Bug Fixes
|
package/README.md
CHANGED
|
@@ -59,4 +59,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/li
|
|
|
59
59
|
|
|
60
60
|
Check the changelog [here](https://github.com/syncfusion/ej2-pdfviewer/blob/master/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-pdf-viewer-npm)
|
|
61
61
|
|
|
62
|
-
© Copyright
|
|
62
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.54
|
|
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
|