@syncfusion/ej2-angular-pdfviewer 27.1.53 → 27.1.55

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,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I638745` - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
10
+ - `#I637865` - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
11
+ - `#I637742` - Now, the annotations are not missing, and no script errors occur when `enableThumbnail` and `isThumbnailViewOpen` are enabled.
12
+ - `#I634412` - Now, the stamp annotation is no longer missing when printing the imported annotations.
13
+
14
+ ## 27.1.53 (2024-10-15)
15
+
16
+ ### PDF Viewer
17
+
18
+ #### Bug Fixes
19
+
9
20
  - `#I638294` - Now, the notification dialog is not shown for search text with no matches when `showNotificationDialog` API is set to false.
10
21
  - `#I636244` - Now, the annotation toolbar is programmatically opened on a mobile device using the `showAnnotationToolbar` method.
11
22
  - `#I637351` - Now, the signature collection ID and ID from the `addSignature` event are the same on mobile devices.
@@ -14,6 +25,7 @@
14
25
  - `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
15
26
  - `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
16
27
  - `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
28
+ - `#I631265` - Now, the signature is correctly saved in the downloaded document provided by the customer.
17
29
  - `#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
30
  - `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
19
31
  - `#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.
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.52",
3
+ "_id": "@syncfusion/ej2-angular-pdfviewer@27.1.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-OzUCEuS7/1iD99p16FI/yOmLFxUuNc8AxJv2cUB9SFCLuVHEZaSkxP59rZsntm024/D0cOj1JcSytHpBGeeTVg==",
5
+ "_integrity": "sha512-eoHv1HMZGCysMcchduPvCaXVSN/pUq66iM7d8RX65Gsg0aTvSd5IMtqAA633TSoP9E6aWzmWCZCQzKdR5zKisg==",
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.52.tgz",
23
- "_shasum": "874460487edfc5c9a07ee43ee12c7319d692145d",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.53.tgz",
23
+ "_shasum": "331043ac087bae06774402b8d396f0cf5035615f",
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.53",
36
- "@syncfusion/ej2-pdfviewer": "27.1.53"
35
+ "@syncfusion/ej2-base": "~27.1.55",
36
+ "@syncfusion/ej2-pdfviewer": "27.1.55"
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.53"
72
+ "version": "27.1.55"
73
73
  }
@@ -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.53';
4
+ exports.pkgVer = '^27.1.55';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~27.1.53';
6
+ exports.themeVer = '~27.1.55';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^27.1.53';
2
+ export const pkgVer = '^27.1.55';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~27.1.53';
4
+ export const themeVer = '~27.1.55';