@syncfusion/ej2-vue-pdfviewer 20.4.38 → 20.4.42
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 +27 -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 +9 -14
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,33 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
|
|
10
|
+
- `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
|
|
11
|
+
- `#I423893` - Now, script error not occurs while double clicking on free text annotation.
|
|
12
|
+
- `#I427362` - Now, the checkbox background color is properly updated while rendering using form field module.
|
|
13
|
+
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
|
|
14
|
+
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline and strikeout) can be applied together for textbox fields.
|
|
15
|
+
|
|
16
|
+
#### New Features
|
|
17
|
+
|
|
18
|
+
- `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
|
|
19
|
+
|
|
20
|
+
## 20.4.40 (2022-12-28)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#I420988` - Now, the annotations are not delete while drag, resize or deleting the form fields.
|
|
27
|
+
- `#I422542` - Now, the strike through can now be added to free text annotations programmatically.
|
|
28
|
+
- `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
|
|
29
|
+
|
|
30
|
+
## 20.4.38 (2022-12-21)
|
|
31
|
+
|
|
32
|
+
### PDF Viewer
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
9
36
|
- `#F178667` - Now, the zero thickness property is applied to the form fields.
|
|
10
37
|
- `#I421990` - Updating read-only to false for a form field is working properly.
|
|
11
38
|
- `#I420531` - The free text annotations are no longer scaled on double clicks.
|
package/README.md
CHANGED
|
@@ -149,4 +149,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-pdfviewer/blob/mast
|
|
|
149
149
|
|
|
150
150
|
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm) for more info.
|
|
151
151
|
|
|
152
|
-
© Copyright
|
|
152
|
+
© Copyright 2023 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 : 20.4.
|
|
3
|
+
* version : 20.4.42
|
|
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
|