ngx-extended-pdf-viewer 19.6.2 → 19.6.4
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/esm2022/lib/ngx-extended-pdf-viewer.service.mjs +173 -139
- package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button.component.mjs +5 -2
- package/fesm2022/ngx-extended-pdf-viewer.mjs +176 -139
- package/fesm2022/ngx-extended-pdf-viewer.mjs.map +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -538,3 +538,5 @@
|
|
|
538
538
|
- 19.6.0 #2256 emit events when a user adds, removes, or edits an annotation; #2228 fixed highlight editor; updated the browser compatibility list
|
|
539
539
|
- 19.6.1 #2240 allow developers to use the variable PAGE_NUMBER in thumbnails again (was broken in version 19.5.0).
|
|
540
540
|
- 19.6.2 #2245 fixed an SSR issue; #2255 make sure that `getSerializedAnnotation()` does not export form fields
|
|
541
|
+
- 19.6.3 #2273 fixed: server side rendering adds two toolbars
|
|
542
|
+
- 19.6.4 #2273 made the `NgxExtendedPdfViewerService` ready for SSR
|