@syncfusion/ej2-vue-pdfviewer 20.3.48 → 20.3.49
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
|
@@ -6,6 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F177655` - Now we can select the search-highlighted text content.
|
|
10
|
+
- `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
|
|
11
|
+
- `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
|
|
12
|
+
- `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
|
|
13
|
+
- `#I407919` - Now, Custom data property from free text annotation is updating in the imported annotation.
|
|
14
|
+
|
|
15
|
+
- `#F177655` - Now we can select the search-highlighted text content.
|
|
16
|
+
- `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
|
|
17
|
+
- `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
|
|
18
|
+
- `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
|
|
19
|
+
|
|
20
|
+
## 20.3.48 (2022-10-05)
|
|
21
|
+
|
|
22
|
+
### PDF Viewer
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
9
26
|
- `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
|
|
10
27
|
- `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
|
|
11
28
|
- `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.49
|
|
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
|