@syncfusion/ej2-angular-pdfviewer 27.1.52 → 27.1.53

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,55 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I638294` - Now, the notification dialog is not shown for search text with no matches when `showNotificationDialog` API is set to false.
10
+ - `#I636244` - Now, the annotation toolbar is programmatically opened on a mobile device using the `showAnnotationToolbar` method.
11
+ - `#I637351` - Now, the signature collection ID and ID from the `addSignature` event are the same on mobile devices.
12
+ - `#F194443` - Now, the tooltip is properly removed when programmatically removing a form field tooltip using the `updateFormField` API.
13
+ - `#I637350` - Now, the PDF Viewer does not stop responding when searching the text.
14
+ - `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
15
+ - `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
16
+ - `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
17
+ - `#I635120` - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the `editAnnotation` method, are now functioning correctly.
18
+ - `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
19
+ - `#I635119` - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.
20
+ - Now, the close button is clickable across all size scenarios when the thumbnail container is resized.
21
+ - `#I908781` - Now, the Form field data will be accurately preserved after scrolling, even when form fields with the same name are updated, and the form designer module is not included.
22
+
23
+ #### New Features
24
+
25
+ - `#I627469` - Added support for retrieving page details, such as the current page size, page rotation and zoom factor, through the `getPageDetails`.
26
+
27
+ ## 27.1.52 (2024-10-08)
28
+
29
+ ### PDF Viewer
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I631430` - Now, the form field index is correctly calculated, and `NaN` is no longer added to the form field name when creating new fields from the designer in PDF Viewer.
34
+ - `#I634439` - Now, the value of the dropdown field name does not set to null in the `formFieldCollections` when the `enableFormDesigner` API is disabled.
35
+ - `#I631901` - Now, the keyboard shortcuts for the `OpenOption` are disabled when the `OpenOption` item is not included in the toolbar.
36
+
37
+ ## 27.1.51 (2024-09-30)
38
+
39
+ ### PDF Viewer
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode.
44
+ - `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property.
45
+ - `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document.
46
+ - `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
47
+ - `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value.
48
+ - `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
49
+ - `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling.
50
+ - `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action.
51
+ - `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page.
52
+ - `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules.
53
+
5
54
  ## 27.1.50 (2024-09-24)
6
55
 
7
56
  ### PDF Viewer
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-angular-pdfviewer@27.1.50",
3
+ "_id": "@syncfusion/ej2-angular-pdfviewer@27.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-UVIgSw5hOL0Md7A4hnfIbRITXyM3ySI3p9ApRXAz6TJic97z1VDOHS+fEcCGxCdVMbvHcisyVb3U1x5iHZhteA==",
5
+ "_integrity": "sha512-OzUCEuS7/1iD99p16FI/yOmLFxUuNc8AxJv2cUB9SFCLuVHEZaSkxP59rZsntm024/D0cOj1JcSytHpBGeeTVg==",
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-27.1.50.tgz",
23
- "_shasum": "188a78eedd308366c200af896e656a07ab546555",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.52.tgz",
23
+ "_shasum": "874460487edfc5c9a07ee43ee12c7319d692145d",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.1.50",
35
- "@syncfusion/ej2-base": "~27.1.52",
36
- "@syncfusion/ej2-pdfviewer": "27.1.52"
35
+ "@syncfusion/ej2-base": "~27.1.53",
36
+ "@syncfusion/ej2-pdfviewer": "27.1.53"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Angular",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
72
- "version": "27.1.52"
72
+ "version": "27.1.53"
73
73
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
2
- export declare const pkgVer = "^27.1.51";
2
+ export declare const pkgVer = "^27.1.52";
3
3
  export declare const moduleName = "PdfViewerModule";
4
- export declare const themeVer = "~27.1.51";
4
+ export declare const themeVer = "~27.1.52";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^27.1.52';
4
+ exports.pkgVer = '^27.1.53';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~27.1.52';
6
+ exports.themeVer = '~27.1.53';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^27.1.52';
2
+ export const pkgVer = '^27.1.53';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~27.1.52';
4
+ export const themeVer = '~27.1.53';