Skip to content

Commit eb6c8d2

Browse files
committed
#2568 deal correctly with server-side rendering
1 parent 3f057d9 commit eb6c8d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/ngx-extended-pdf-viewer/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,3 +645,4 @@
645645
- 22.3.9 #2503 inform the find controller about changes of the pageViewMode
646646
- 22.3.10 #2773 fix the ng add schematics for Angular 19 projects using esbuild
647647
- 23.0.0-alpha.0 #2568 reduce the default maximum resolution in order to avoid crashed on Android and iOS; #2679 allow developers to add highlight annotations programmatically; #2784 make sure that the eventBus attribute is set before using it (fixed a bug that caused some documents to crash in single-page mode)
648+
- 23.0.0-alpha.1 #2737 added PdfCspPolicyService to the public API; #2568 deal correctly with server-side rendering
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const versions = {
22
angular: '17.3.12',
3-
extendedPdfViewer: '23.0.0-alpha.1',
3+
extendedPdfViewer: '23.0.0-alpha.2',
44
};

0 commit comments

Comments
 (0)