@syncfusion/ej2-angular-pdfviewer 26.1.39 → 26.1.40

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,20 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I598100` - Now, when importing the position of the exported ink annotation is correct.
10
+ - `#I598074` - Now, the annotations are not missing in `annotationCollection` after undo action.
11
+ - `#I599164` - Now, the highlight position is working properly for OCR documents in client and server-side rendering.
12
+ - `#I597488` , `#I599166` - Now, the page rendering performance has been increased.
13
+ - `#I599114` - Now, the required page requests are only sent when we scroll using the mouse or touchpad.
14
+ - `#I598716` - Now, the signature field indicator is placed in correct position in the provided document without `FormDesigner` module.
15
+ - `#I598109` - Now, the performance issue did not occur when updating multiple form fields at once.
16
+
17
+ ## 26.1.39 (2024-06-25)
18
+
19
+ ### PDF Viewer
20
+
21
+ #### Bug Fixes
22
+
9
23
  - `#I598098` - Now, the undo function works properly when the ink annotation mode is not ended after adding.
10
24
  - `#I599963` - Now, the form field property name updates correctly when added programmatically.
11
25
  - `#I587763` - Now, the form field value that starts with `«` will be visible in the downloaded document.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-angular-pdfviewer@26.1.38",
3
+ "_id": "@syncfusion/ej2-angular-pdfviewer@26.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gA81CKthfbgAA2YfjUCgaPZQer8xLfJ6SncYmfdKzxezpBIj3vvIerGJTkLpwXxXZf+awTWMvOrj4PTpWXZ5kw==",
5
+ "_integrity": "sha512-UAe2g5NTElk/oefxK8lKLjB9nOZSNmFYRKOv93/pE+1+bLRlP4cjl0vZUrvDwaKszk1pvbzKfUrLXy/akCyJCw==",
6
6
  "_location": "/@syncfusion/ej2-angular-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-26.1.38.tgz",
23
- "_shasum": "d66d0f4397cef2c9dc16799469dffd26f14872cf",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-26.1.39.tgz",
23
+ "_shasum": "b43db20b05d40e1fdca4a8066e1dbe040b72d31d",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.1.39",
35
35
  "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-pdfviewer": "26.1.39",
36
+ "@syncfusion/ej2-pdfviewer": "26.1.40",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
73
- "version": "26.1.39"
73
+ "version": "26.1.40"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^26.1.38';
2
+ export const pkgVer = '^26.1.39';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~26.1.38';
4
+ export const themeVer = '~26.1.39';