You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3069 fixed pinch-zoom flicker/jumping caused by a feedback loop: pdf.js scalechanging events updated the Angular zoom signal, whose effect wrote the (potentially outdated) scale back to pdf.js
Copy file name to clipboardExpand all lines: projects/ngx-extended-pdf-viewer/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -719,3 +719,4 @@
719
719
- 26.0.0-rc.15 #3069 implemented lazy rendering in infinite-scroll mode — only visible pages are rendered, with on-demand rendering as the user scrolls; fixed pinch-zoom drift in both normal and infinite-scroll modes by accounting for non-scaling content above the PDF viewer; fixed touch pinch origin coordinates for embedded viewers; fixed page navigation (page number input, next/prev buttons) in infinite-scroll mode; fixed page position preservation when switching to infinite-scroll mode; #2818 added `disable*` boolean input attributes for toolbar buttons (e.g., `[disablePrintButton]`, `[disableZoomButtons]`, `[disablePageNumber]`, `[disableZoomDropdown]`), plus `[showEditorButtons]` and `[disableEditorButtons]` group attributes that control all editor buttons at once; fixed signature editor button SVG not greying out when disabled; fixed `[mobileFriendlyZoom]` not repositioning the findbar, secondary toolbar, and sidebar when the zoom changes at runtime; fixed sidebar `sidebarPositionTop` signal not being called in the template; fixed `[(formData)]` two-way binding — Angular → PDF direction was broken after the signals migration; #3168 restored multi-color highlights for "find multiple words" feature (lost since v18.0.0); fixed `AnnotationEditorParamsType` enum values causing editor settings (thickness, show-all, etc.) to break; fixed programmatic highlights via `addEditorAnnotation()` — now works correctly with `quadPoints`
720
720
- 26.0.0-rc.16 #2675 fixed `[mobileFriendlyZoom]` not updating toolbar responsive breakpoints — buttons now show/hide correctly when zoom changes
721
721
- 26.0.0-rc.17 increased the timing threshold of a performance test to allow for slow GitHub actions
722
+
- 26.0.0-rc.18 #3069 fixed pinch-zoom flicker/jumping caused by a feedback loop: pdf.js scalechanging events updated the Angular zoom signal, whose effect wrote the (potentially outdated) scale back to pdf.js
0 commit comments