@syncfusion/ej2-vue-pdfviewer 19.4.43 → 19.4.53
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 +60 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +40 -5
- package/styles/bootstrap.css +40 -5
- package/styles/bootstrap4.css +40 -5
- package/styles/bootstrap5-dark.css +70 -28
- package/styles/bootstrap5.css +70 -28
- package/styles/fabric-dark.css +40 -5
- package/styles/fabric.css +40 -5
- package/styles/highcontrast-light.css +40 -5
- package/styles/highcontrast.css +40 -5
- package/styles/material-dark.css +40 -5
- package/styles/material.css +40 -5
- package/styles/pdfviewer/bootstrap-dark.css +40 -5
- package/styles/pdfviewer/bootstrap.css +40 -5
- package/styles/pdfviewer/bootstrap4.css +40 -5
- package/styles/pdfviewer/bootstrap5-dark.css +70 -28
- package/styles/pdfviewer/bootstrap5.css +70 -28
- package/styles/pdfviewer/fabric-dark.css +40 -5
- package/styles/pdfviewer/fabric.css +40 -5
- package/styles/pdfviewer/highcontrast-light.css +40 -5
- package/styles/pdfviewer/highcontrast.css +40 -5
- package/styles/pdfviewer/material-dark.css +40 -5
- package/styles/pdfviewer/material.css +40 -5
- package/styles/pdfviewer/tailwind-dark.css +40 -5
- package/styles/pdfviewer/tailwind.css +40 -5
- package/styles/tailwind-dark.css +40 -5
- package/styles/tailwind.css +40 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,66 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#SF-362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
|
|
10
|
+
- `#SF-361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
|
|
11
|
+
- `#SF-363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
|
|
12
|
+
- `#SF-362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
|
|
13
|
+
- `#SF-361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
|
|
14
|
+
- `#SF-363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
|
|
15
|
+
- `#SF-363936` - Now, the signature panel will not be opened on right-click of signature fields.
|
|
16
|
+
- `#F168155` - The downloaded document displays Czech characters.
|
|
17
|
+
|
|
18
|
+
## 19.4.52 (2022-02-15)
|
|
19
|
+
|
|
20
|
+
### PDF Viewer
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#SF-361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
|
|
25
|
+
- `#SF- 361906`- The text position for the provided PDF document is now correct.
|
|
26
|
+
- `#SF-361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
|
|
27
|
+
- `#SF-360076`- In the signature field, the drawn signature is not stretched now.
|
|
28
|
+
- `#SF-364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
|
|
29
|
+
- `#SF-362874`- The form field names are now added properly to the form fields.
|
|
30
|
+
- `#SF-365411`, `#SF-360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
|
|
31
|
+
|
|
32
|
+
## 19.4.50 (2022-02-08)
|
|
33
|
+
|
|
34
|
+
### PDF Viewer
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- `#SF-360337`- Exception is thrown while downloading the empty list box field is now resolved.
|
|
39
|
+
- `#SF-360635`,`#SF-361422`,`#SF-361359`- Now, the form field is hidden properly when setting the visible property to hidden.
|
|
40
|
+
- `#SF-358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
|
|
41
|
+
- `#SF-359388`- Now, the form fields position is correct for a rotated PDF document.
|
|
42
|
+
- `#SF-354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
|
|
43
|
+
- `#SF-360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
|
|
44
|
+
- `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
|
|
45
|
+
- `#SF-361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
|
|
46
|
+
- `#SF-362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
|
|
47
|
+
- `#SF-359233`- The hidden issue of free text characters is now resolved.
|
|
48
|
+
- `#SF-363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
|
|
49
|
+
- `#SF-363055`- Now, the free text becomes edited properly while clicking the selector.
|
|
50
|
+
- `#SF-363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
|
|
51
|
+
|
|
52
|
+
## 19.4.43 (2022-01-18)
|
|
53
|
+
|
|
54
|
+
### PDF Viewer
|
|
55
|
+
|
|
56
|
+
#### Bug Fixes
|
|
57
|
+
|
|
58
|
+
`#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
|
|
59
|
+
`#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
|
|
60
|
+
`#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
|
|
61
|
+
`#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
|
|
62
|
+
`#SF-358584`- Stamps are saved properly in the rotated PDF document.
|
|
63
|
+
|
|
64
|
+
|
|
5
65
|
## 19.4.42 (2022-01-11)
|
|
6
66
|
|
|
7
67
|
### PDF Viewer
|
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.53
|
|
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
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.4.38
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|