@syncfusion/ej2-angular-pdfviewer 32.2.4 → 32.2.5

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,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I802786` - Resolved an issue where the free text annotation was not rendering similar to Adobe PDF Viewer.
10
+ - `#I803496` - Resolved an issue where opacity was not applied properly for free text when setting through the `freeTextSettings` API in edit mode.
11
+ - `#I804127` - Resolved an issue where the free text annotation position changed in the downloaded PDF when opened in other viewers.
12
+ - `#I804293` - Resolved an issue where the free text annotation height increased when typing at zoom levels below 100%.
13
+ - `#I807821` - Resolved an issue where the size of existing free text annotations changed while editing.
14
+ - `#I808119` - Resolved an issue where the selected state of the Ink annotation tool was not removed when selecting the free text tool.
15
+ - `#I809604` - Resolved an issue where measurement settings were not applied to calibration annotations that were added programmatically.
16
+ - `#I809631` - Fixed an issue where both `strikethrough` and underline were not applied to free text annotations.
17
+ - `#I808218` - Fixed an issue where the primary toolbar was hidden on PDF click after updating the viewer container while the annotation toolbar was open.
18
+
19
+ ## 32.2.4 (2026-02-11)
20
+
21
+ ### PDF Viewer
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I808473` - Resolved an issue where the free text color property was not displayed correctly in the color picker after editing the annotation in the Adobe PDF Viewer.
10
26
  - `#I803144` - Resolved an issue where the custom font family was not applied correctly for free text when set through the `freeTextSettings` API.
11
27
  - `#I803494` - Resolved an issue where alignment was not applied correctly for free text when set through the `freeTextSettings` API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "32.2.4",
3
+ "version": "32.2.5",
4
4
  "description": "Essential JS 2 PDF viewer Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~32.2.3",
10
10
  "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-pdfviewer": "32.2.4"
11
+ "@syncfusion/ej2-pdfviewer": "32.2.5"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -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 = '^32.2.4';
4
+ exports.pkgVer = '^32.2.5';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~32.2.4';
6
+ exports.themeVer = '~32.2.5';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^32.2.4';
2
+ export const pkgVer = '^32.2.5';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~32.2.4';
4
+ export const themeVer = '~32.2.5';