Skip to content

Commit 998e313

Browse files
committed
bumped version to 26.0.10
1 parent 131e24d commit 998e313

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,3 +742,4 @@
742742
- 26.0.7 now the comment button has its image back; fixed the comment dialog's focus outline overflowing the dialog border
743743
- 26.0.8 #3198 fixed Fluent resolver error ("Variable type not supported: $scale, object") caused by NaN in zoom scale l10n args; fixed [(zoom)] two-way binding getting out of sync with the actual pdf.js scale after SPA navigation; rounded (zoomChange) values to 3 decimal places to avoid floating-point artifacts like 70.00000000000001
744744
- 26.0.9 fixed the zoom toolbar showing wrong percentages after SPA navigation (the _showBordersEffect was dispatching a fake scalechanging event with a bogus scale computed via bitwise OR instead of the actual pdf.js scale); #2424 `getSerializedAnnotations()` now auto-commits active annotation editors before serializing; removed #3060 diagnostic logging
745+
- 26.0.10 #3197 fixed incorrect page navigation in book mode when clicking page thumbnails in the sidebar — the `goToPage()` path was calling `flip()` redundantly (the `currentPageNumber` setter already handles the flip via Angular's page binding), causing a double-flip; also fixed the broken even-page spread calculation in `goToDestination()` by using the page-flip library's own `flip()` method which correctly handles cover pages and same-spread clicks

projects/ngx-extended-pdf-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-extended-pdf-viewer",
33
"description": "Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.",
4-
"version": "26.0.9",
4+
"version": "26.0.10",
55
"license": "Apache-2.0",
66
"repository": {
77
"url": "https://github.com/stephanrauh/ngx-extended-pdf-viewer"

0 commit comments

Comments
 (0)