ngx-extended-pdf-viewer 16.2.6 → 16.2.8
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 +2 -0
- package/esm2020/lib/ngx-extended-pdf-viewer.component.mjs +1 -2
- package/esm2020/lib/secondary-toolbar/pdf-secondary-toolbar/pdf-secondary-toolbar.component.mjs +22 -15
- package/fesm2015/ngx-extended-pdf-viewer.mjs +23 -16
- package/fesm2015/ngx-extended-pdf-viewer.mjs.map +1 -1
- package/fesm2020/ngx-extended-pdf-viewer.mjs +21 -16
- package/fesm2020/ngx-extended-pdf-viewer.mjs.map +1 -1
- package/lib/secondary-toolbar/pdf-secondary-toolbar/pdf-secondary-toolbar.component.d.ts +2 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -435,3 +435,5 @@
|
|
|
435
435
|
- 16.2.4 #1651 added an Elivs operator to two lines endangered by NPEs; add `pdfDefaultOptions.activateWillReadFrequentlyFlag` to deal with rendering issues of Chrome on Windows
|
|
436
436
|
- 16.2.5 #1702 added a work-around hiding a bug of Firefox 109/110 that causes the PDF window to shrink after printing
|
|
437
437
|
- 16.2.6 #1622 improved compatibility to server-side rendering
|
|
438
|
+
- 16.2.7 #1622 improved compatibility to server-side rendering
|
|
439
|
+
- 16.2.8 removed debug code
|