@syncfusion/ej2-react-pdfviewer 20.3.47 → 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
@@ -4,6 +4,35 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
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
+ ## 20.3.48 (2022-10-05)
16
+
17
+ ### PDF Viewer
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
22
+ - `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
23
+ - `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
24
+ - `#I408609` - Now, the Keyboard shortcuts are working properly.
25
+ - `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
26
+ - `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
27
+ - `#I406586` - Now, Ink annotation is not missing in the annotation collection.
28
+ - `#I408087` - Now, adequate space in the type signature field.
29
+ - `#I404936` - Now, Typed signature is appeared from the downloaded document.
30
+ - `#I406793` - Now, two custom stamps can't be selected at the same time.
31
+
32
+ ## 20.3.47 (2022-09-29)
33
+
34
+ ### PDF Viewer
35
+
7
36
  #### New Features
8
37
 
9
38
  - `#I391994` - The document download performance has improved for larger PDF files, over 5000+ pages.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.3.47
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.3.47
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@20.2.51",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KRyQwY3Jc9Sqxv63yUMqeYFkVyrxrnsKPV0hcIsXEaUXBeGDkyOUrqVLvXKZXmKw/EQtCuh99UK2JjDnWbgt+Q==",
5
+ "_integrity": "sha512-GzTnTmHyyAR2r39x5m73ZY+NwusW5IrkVoF/nS/n+VmsLt87+NUk1JVDcD0JoQPakj3EXTS0U8z3lWPbY6jb/g==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.51.tgz",
23
- "_shasum": "607dde6a6c7014dfe55337b05bf7e99a0aa669f2",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.48.tgz",
23
+ "_shasum": "13ffa6fb62c18c1afa6a1fec45736ab0b731a9a9",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.47",
35
- "@syncfusion/ej2-pdfviewer": "20.3.47",
34
+ "@syncfusion/ej2-base": "~20.3.49",
35
+ "@syncfusion/ej2-pdfviewer": "20.3.49",
36
36
  "@syncfusion/ej2-react-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "20.3.47",
64
+ "version": "20.3.49",
65
65
  "sideEffects": false
66
66
  }