@syncfusion/ej2-angular-pdfviewer 30.1.39-ngcc → 30.1.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,27 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I738319` - Resolved an issue where `enableToolbarItem` method not working for custom toolbar items.
10
+ - `#I737343` - Resolved an issue where the tooltip is not proper for custom toolbar items.
11
+ - `#I736747` - Resolved an issue where the short hex values are not working for annotation color when importing annotations.
12
+
13
+ ## 30.1.38 (2025-07-02)
14
+
15
+ ### PDF Viewer
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I731877` - Fixed an issue where Annotations are not rendered on non-rendered pages due to same name with imported annotation.
20
+ - `#I729510` - Fixed an issue where the Viewer container does not adjust properly when the display is not set to block.
21
+ - `#I729539` - Resolved an issue where the annotation selector settings are not applied properly without the `resizerSize` property.
22
+ - `#I723498` - The comment panel input field now opens correctly on `SharePoint` wiki and web part pages.
23
+
24
+ ## 30.1.37 (2025-06-25)
25
+
26
+ ### PDF Viewer
27
+
7
28
  #### New Features
8
29
 
9
30
  - `#I712601` - Added support to dynamically enable or disable text selection in the PDF Viewer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
4
4
  "description": "Essential JS 2 PDF viewer Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",