@syncfusion/ej2-angular-pdfviewer 34.2.4 → 34.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,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I865449` - Resolved an issue where form fields added programmatically to non-rendered pages were not preserved after downloading the PDF document.
10
+ - `#I862960` - Resolved an issue where pages were not rendered properly for tile rendered documents when the thumbnail pane was opened during initial loading.
11
+
12
+ ## 34.2.4 (2026-08-18)
13
+
14
+ ### PDF Viewer
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#I863561` - Resolved an issue where a script error occurred when clearing a signature field value programmatically.
10
19
 
11
20
  ## 34.2.3 (2026-08-11)
package/README.md CHANGED
@@ -163,6 +163,46 @@ Product support is available through the following mediums.
163
163
  * [Request feature or report bug](https://www.syncfusion.com/feedback/pdf-viewer-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
164
164
  * Live chat
165
165
 
166
+ ## Other Popular Angular Components
167
+
168
+ Explore other popular Syncfusion<sup>®</sup> Angular components curated from UI components, standalone SDKs, and document solution suites.
169
+
170
+ <table>
171
+ <tr>
172
+ <td align="center">
173
+ <a href="https://www.syncfusion.com/angular-components/angular-data-grid">Angular DataGrid</a>
174
+ </td>
175
+ <td align="center">
176
+ <a href="https://www.syncfusion.com/angular-components/angular-charts">Angular Charts</a>
177
+ </td>
178
+ <td align="center">
179
+ <a href="https://www.syncfusion.com/angular-components/angular-file-manager">Angular File Manager</a>
180
+ </td>
181
+ <td align="center">
182
+ <a href="https://www.syncfusion.com/gantt-sdk/angular-gantt-chart">Angular Gantt Chart</a>
183
+ </td>
184
+ <td align="center">
185
+ <a href="https://www.syncfusion.com/diagram-sdk/angular-diagram">Angular Diagram</a>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td align="center">
190
+ <a href="https://www.syncfusion.com/scheduler-sdk/angular-scheduler">Angular Scheduler</a>
191
+ </td>
192
+ <td align="center">
193
+ <a href="https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor">Angular DOCX Editor</a>
194
+ </td>
195
+ <td align="center">
196
+ <a href="https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor">Angular Spreadsheet Editor</a>
197
+ <td align="center">
198
+ <a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor">Angular Rich Text Editor</a>
199
+ </td>
200
+ <td align="center">
201
+ <a href="https://www.syncfusion.com/angular-components/angular-maps-library">Angular Maps</a>
202
+ </td>
203
+ </tr>
204
+ </table>
205
+
166
206
  ## Changelog
167
207
 
168
208
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/pdfviewer/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-pdfviewer",
3
- "version": "34.2.4",
3
+ "version": "34.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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~34.2.4",
9
+ "@syncfusion/ej2-base": "~34.2.5",
10
10
  "@syncfusion/ej2-angular-base": "~34.2.4",
11
- "@syncfusion/ej2-pdfviewer": "34.2.4"
11
+ "@syncfusion/ej2-pdfviewer": "34.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 = '^34.2.4';
4
+ exports.pkgVer = '^34.2.5';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~34.2.4';
6
+ exports.themeVer = '~34.2.5';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^34.2.4';
2
+ export const pkgVer = '^34.2.5';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~34.2.4';
4
+ export const themeVer = '~34.2.5';