@syncfusion/ej2-vue-pdfviewer 21.2.3 → 21.2.5
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
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I460490` - Now, the signature style is saved when we save the typed signature option.
|
|
10
|
+
- `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
|
|
11
|
+
- `#I459487` - Now, the script error does not occur when importing the values programmatically.
|
|
12
|
+
- `#I461544` - Now, scrolling the multiline textbox field works when we set it to read-only.
|
|
13
|
+
- `#I462652` - Now, the form field validation works properly for non-rendered pages.
|
|
14
|
+
- `#I460704` - Now, the script error does not occur when pressing the delete key.
|
|
15
|
+
|
|
16
|
+
## 21.2.4 (2023-05-09)
|
|
17
|
+
|
|
18
|
+
### PDF Viewer
|
|
19
|
+
|
|
20
|
+
#### New Features
|
|
21
|
+
|
|
22
|
+
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field,
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
|
|
27
|
+
- `#I452436` - Now, the radio button and checkbox are added properly.
|
|
28
|
+
- `#I403367` - Now, underlining and text selection are working properly in the provided document.
|
|
29
|
+
- `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
|
|
30
|
+
- `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
|
|
31
|
+
|
|
5
32
|
## 21.2.3 (2023-05-03)
|
|
6
33
|
|
|
7
34
|
### PDF Viewer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.5
|
|
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
|