@syncfusion/ej2-angular-pdfviewer 32.1.20 → 32.1.21

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,32 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I793332` - Resolved an issue where form field styles were incorrectly applied to other fields.
10
+ - `#I792254` - Resolved an issue where dragging line annotations was difficult when the annotation width reached the edge of the page.
11
+ - `#I795012`, `#I789583` - Resolved an issue where annotation toolbar property items were not hiding properly when `toolbarSettings` was applied.
12
+ - `F197872` - Resolved an issue where the Add Initial option did not hide when configured through the `handWrittenSignatureSettings` API.
13
+ - `#I792605` - Resolved an issue where organize PDF would get stuck when loading a large document, causing the page to become unresponsive.
14
+
15
+ ## 32.1.20 (2025-12-23)
16
+
17
+ ### PDF Viewer
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I796714` - Resolved an issue where the annotation property tool UI was displayed incorrectly after repeatedly switching between the Text Markup tool and Ink Annotation tool on iPad devices when `enableDesktopMode` API was set to true.
22
+ - `#I788303` - Resolved an issue where the stamp annotation appearance was incorrect after rotating, dragging, and resizing.
23
+ - `#I778410` - Fixed an issue where the `annotationMouseLeave` event was triggered unexpectedly when hovering over annotations.
24
+ - `#I793903` - Resolved an issue where the text area expanded while typing in a Free Text annotation.
25
+ - `#I788306` - Fixed an issue where the shape label position and font size were incorrect in the downloaded document.
26
+ - `#I790403` - Resolved an issue where clicking the last comment scrolled to the top of the comment panel.
27
+ - `#I791590` - Resolved an issue where a gap appeared between the line and end style when `lineHeadStyle` was set to `Butt`.
28
+ - `#I796761` - Resolved an issue where Free Text annotations could not be edited via double tap and long press on iPad devices when `enableDesktopMode` API was set to true.
29
+ - Resolved an issue where radio button groups across different pages caused a null-reference error and broke page rendering.
30
+
5
31
  ## 32.1.19 (2025-12-16)
6
32
 
7
33
  ### PDF Viewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "32.1.20",
3
+ "version": "32.1.21",
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.1.19",
10
10
  "@syncfusion/ej2-angular-base": "~32.1.19",
11
- "@syncfusion/ej2-pdfviewer": "32.1.20"
11
+ "@syncfusion/ej2-pdfviewer": "32.1.21"
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.1.20';
4
+ exports.pkgVer = '^32.1.21';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~32.1.20';
6
+ exports.themeVer = '~32.1.21';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^32.1.20';
2
+ export const pkgVer = '^32.1.21';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~32.1.20';
4
+ export const themeVer = '~32.1.21';