@syncfusion/ej2-vue-pdfviewer 19.4.54 → 19.4.55
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 +22 -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 +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +9 -7
- package/styles/bootstrap5.css +8 -6
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/pdfviewer/bootstrap-dark.css +2 -1
- package/styles/pdfviewer/bootstrap.css +2 -1
- package/styles/pdfviewer/bootstrap4.css +2 -1
- package/styles/pdfviewer/bootstrap5-dark.css +9 -7
- package/styles/pdfviewer/bootstrap5.css +8 -6
- package/styles/pdfviewer/fabric-dark.css +2 -1
- package/styles/pdfviewer/fabric.css +2 -1
- package/styles/pdfviewer/highcontrast-light.css +2 -1
- package/styles/pdfviewer/highcontrast.css +2 -1
- package/styles/pdfviewer/material-dark.css +2 -1
- package/styles/pdfviewer/material.css +2 -1
- package/styles/pdfviewer/tailwind-dark.css +2 -1
- package/styles/pdfviewer/tailwind.css +3 -2
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#SF-365496`- In editable mode, the free text annotation remains in the same position during zooming.
|
|
10
|
+
- `#SF-366345`- In mobile devices, context menus will not appear when moving annotations.
|
|
11
|
+
|
|
12
|
+
## 19.4.54 (2022-03-01)
|
|
13
|
+
|
|
14
|
+
### PDF Viewer
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#SF-362858`- The existing form fields are now cleared completely from the collections when loading another document.
|
|
19
|
+
- `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
|
|
20
|
+
- `#SF-364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
|
|
21
|
+
- `#SF-364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
|
|
22
|
+
- `#SF-364510`, `#SF-363938`- The signature is now drawn correctly in the signature field on switching the tabs.
|
|
23
|
+
- `#SF-364296`- The PDF document is now downloaded properly when the form field background color is transparent.
|
|
24
|
+
- `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
25
|
+
- `#SF-362811`, `#SF-364480`- The existing from field collections are now updated properly when loading the document.
|
|
26
|
+
|
|
5
27
|
## 19.4.53 (2022-02-22)
|
|
6
28
|
|
|
7
29
|
### PDF Viewer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.55
|
|
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
|