@syncfusion/ej2-vue-pdfviewer 19.4.41 → 19.4.50
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 +44 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +10 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/pdfviewer/bootstrap-dark.css +6 -0
- package/styles/pdfviewer/bootstrap.css +6 -0
- package/styles/pdfviewer/bootstrap4.css +7 -0
- package/styles/pdfviewer/bootstrap5-dark.css +10 -4
- package/styles/pdfviewer/bootstrap5.css +10 -4
- package/styles/pdfviewer/fabric-dark.css +6 -0
- package/styles/pdfviewer/fabric.css +6 -0
- package/styles/pdfviewer/highcontrast-light.css +6 -0
- package/styles/pdfviewer/highcontrast.css +6 -0
- package/styles/pdfviewer/material-dark.css +6 -0
- package/styles/pdfviewer/material.css +6 -0
- package/styles/pdfviewer/tailwind-dark.css +6 -0
- package/styles/pdfviewer/tailwind.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,50 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-360337`- Exception is thrown while downloading the empty list box field is now resolved.
|
|
10
|
+
- `#SF-360635`,`#SF-361422`,`#SF-361359`- Now, the form field is hidden properly when setting the visible property to hidden.
|
|
11
|
+
- `#SF-358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
|
|
12
|
+
- `#SF-359388`- Now, the form fields position is correct for a rotated PDF document.
|
|
13
|
+
- `#SF-354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
|
|
14
|
+
- `#SF-360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
|
|
15
|
+
- `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
|
|
16
|
+
- `#SF-361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
|
|
17
|
+
- `#SF-362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
|
|
18
|
+
- `#SF-359233`- The hidden issue of free text characters is now resolved.
|
|
19
|
+
- `#SF-363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
|
|
20
|
+
- `#SF-363055`- Now, the free text becomes edited properly while clicking the selector.
|
|
21
|
+
- `#SF-363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
|
|
22
|
+
|
|
23
|
+
## 19.4.43 (2022-01-18)
|
|
24
|
+
|
|
25
|
+
### PDF Viewer
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
`#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
|
|
30
|
+
`#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
|
|
31
|
+
`#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
|
|
32
|
+
`#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
|
|
33
|
+
`#SF-358584`- Stamps are saved properly in the rotated PDF document.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 19.4.42 (2022-01-11)
|
|
37
|
+
|
|
38
|
+
### PDF Viewer
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
- `#SF-358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
|
|
43
|
+
- `#SF-357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
|
|
44
|
+
- `#SF-357655`- The PDF pages are now exported to image in a multi-threaded environment.
|
|
45
|
+
- `#SF-357060`- Now, the typed handwritten signature content does not exceed the text area.
|
|
46
|
+
|
|
47
|
+
## 19.4.41 (2022-01-04)
|
|
48
|
+
|
|
49
|
+
### PDF Viewer
|
|
50
|
+
|
|
51
|
+
#### Bug Fixes
|
|
52
|
+
|
|
9
53
|
- `#SF-357108` - Now, the annotations are displayed properly for the rotated documents.
|
|
10
54
|
- `#SF-357489` - Now, the unnecessary thumbnail requests are restricted.
|
|
11
55
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.50
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
12
|
+
* version : 19.2.55
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|
|
6
15
|
* A copy of the current license can be obtained at any time by e-mailing
|