@syncfusion/ej2-vue-pdfviewer 20.3.58 → 20.3.60
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 +33 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +16 -0
- package/styles/bootstrap.css +16 -0
- package/styles/bootstrap4.css +16 -0
- package/styles/bootstrap5-dark.css +16 -0
- package/styles/bootstrap5.css +16 -0
- package/styles/fabric-dark.css +16 -0
- package/styles/fabric.css +16 -0
- package/styles/fluent-dark.css +16 -0
- package/styles/fluent.css +16 -0
- package/styles/highcontrast-light.css +16 -0
- package/styles/highcontrast.css +16 -0
- package/styles/material-dark.css +16 -0
- package/styles/material.css +16 -0
- package/styles/pdfviewer/bootstrap-dark.css +16 -0
- package/styles/pdfviewer/bootstrap.css +16 -0
- package/styles/pdfviewer/bootstrap4.css +16 -0
- package/styles/pdfviewer/bootstrap5-dark.css +16 -0
- package/styles/pdfviewer/bootstrap5.css +16 -0
- package/styles/pdfviewer/fabric-dark.css +16 -0
- package/styles/pdfviewer/fabric.css +16 -0
- package/styles/pdfviewer/fluent-dark.css +16 -0
- package/styles/pdfviewer/fluent.css +16 -0
- package/styles/pdfviewer/highcontrast-light.css +16 -0
- package/styles/pdfviewer/highcontrast.css +16 -0
- package/styles/pdfviewer/material-dark.css +16 -0
- package/styles/pdfviewer/material.css +16 -0
- package/styles/pdfviewer/tailwind-dark.css +16 -0
- package/styles/pdfviewer/tailwind.css +16 -0
- package/styles/tailwind-dark.css +16 -0
- package/styles/tailwind.css +16 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,44 @@
|
|
|
6
6
|
|
|
7
7
|
#### New Features
|
|
8
8
|
|
|
9
|
+
- `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
|
|
10
|
+
- `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
|
|
11
|
+
|
|
12
|
+
#### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
|
|
15
|
+
|
|
16
|
+
## 20.3.59 (2022-11-29)
|
|
17
|
+
|
|
18
|
+
### PDF Viewer
|
|
19
|
+
|
|
20
|
+
#### New Features
|
|
21
|
+
|
|
22
|
+
- `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
|
|
23
|
+
- `#I409823` - Support was given for a custom margin property in the free text annotation.
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
|
|
28
|
+
- `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
|
|
29
|
+
- `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
|
|
30
|
+
- `#I420304` - Now, the script error does not occur while updating read only property programmatically.
|
|
31
|
+
- `#I416032` - The radio button now triggers the form field click event.
|
|
32
|
+
- `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
|
|
33
|
+
- `#I422736` - Fixed issue with saving PDF document on form fields export.
|
|
34
|
+
|
|
35
|
+
## 20.3.58 (2022-11-22)
|
|
36
|
+
|
|
37
|
+
### PDF Viewer
|
|
38
|
+
|
|
39
|
+
#### New Features
|
|
40
|
+
|
|
9
41
|
- `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
|
|
10
42
|
|
|
11
43
|
#### Bug Fixes
|
|
12
44
|
|
|
13
45
|
- `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
|
|
46
|
+
- `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
|
|
14
47
|
- `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
|
|
15
48
|
- `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
|
|
16
49
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.60
|
|
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
|