Version 11.13.0 Changelog (2026-05-27)
- Added new API to change the paste offset when pasting copied annotations.
- Removed Pikaday popup calendar and replaced with native HTML date input for
DatePickerWidgetAnnotation and Core.createDatePicker. - The field option in
Core.createDatePicker is now deprecated and no longer has any effect. - The properties
isRTL, firstDay, and yearRange as well as i18n properties previousMonth, nextMonth, and today are deprecated as the date picker now uses the native browser calendar.
- Added new API
AnnotationManager.sign and event digitalSignatureApplied.
- Added new load document options to set colors for tracked change markup.
- Deprecated tracked change APIs in DOCX Editor in favour of the TrackedChangeManager namespace; old APIs will be removed in version 12.0.
- Fixed an issue where ellipse measurement annotations would have the label offset off the page after dragging it across a page.
- Fixed an issue where dragging measurement area tools with captions would not preserve their offsets if they were manually moved.
- Fixed an issue where the APIs
enableCreationOverAnnotation and disableCreationOverAnnotation for the ChangeViewCreateTool were not properly exposed. - Fixed an issue with rendering when drawing a Freehand annotation on a transformed viewer.
- Fixed error being thrown when clicked out of page with ArcCreateTool by clearing pending arc annotation if not finished.
- Fixed an issue where form values were incorrectly updated.
- Fixed an issue where form field widgets created by clicking near the edge of a rotated page were incorrectly placed outside the page boundaries.
- Fixed an issue where overlapping text highlights would not be drawn properly.
- Fixed an issue where selecting offscreen Tracked Changes from the Review panel caused it to become deselected.
- Improved performance and responsiveness during document loading.
- Fixed an issue where selecting text broke after switching from DOCX Editor to PDF.
- Optimized comment and tracked change highlight rendering.
- Fixed an issue with PDFNet APIs throwing errors when imported twice or if disposing and recreating WebViewer.
- Added warning modal before making a form submission to prevent potential submissions to malicious endpoints.
- Fixed an issue where switching from Spreadsheet Editor documents with chart-related worker state to non-Spreadsheet documents (such as DOCX Editor) could reuse an incompatible DOCX Editor worker transport and fail to load.
- Improved chart rendering performance when updating zoom.
- Fixed an issue where stamp annotation XFDF generates an appearance tag.
- Fixed an issue where adding a new watermark would apply it to the document at the same time.
- Fixed an issue causing duplicate annotations to load on large documents.
- Fixed an issue where certain annotation appearances could not render when imported while using WebViewer Server.
- Added a new
cspNonce constructor option to WebViewer for CSP-safe dynamic style injection. - Expanded
enableDesktopOnlyMode/disableDesktopOnlyMode to work in modular UI. - Added new API
UI.hotkeys.trigger() for WebViewer PDF to support triggering shortcuts through API. - Added new API
UI.NotesPanel.setStatusList & enum UI.NotesPanel.StatusList for approval status customization.
- Added new API to toggle between Continuous or Single Page Reading Mode.
- Enabled Continuous Reading Mode support.
- Fixed an issue of duplicated radio group button being created after operations in form edit mode.
- Added missing
disableI18n constructor option to TypeScript definitions and API documentation. - Fixed an issue where the Notes Panel would crash when setUserData was called.
- Fixed an issue where clicking an outline did not scroll the viewer to the correct coordinates depending on page rotation.
- Fixed an issue where the password modal error message from the
loaderror event was mismatched with loading document errors. - Fixed issue where custom notes with interactive elements would not be clickable.
- Fixed an issue where context menu items were not customizable in DOCX Editor.
- Fixed bug where resize bar would bounce when resizing panels with the left panel open.
- Fixed bug with RTL languages where resizing in RTL languages with the resize bar would cause it to resize the opposite way.
- Fixed bug that crashes notes panel when annotating second viewer with no doc in first viewer.
- Fixed an issue where multi selected notes in the second viewer did not point to their respective annotations from the notes panel as it does in the first viewer.
- Fixed an issue where adding a new note to the second viewer does not open the notes panel as it does in the first viewer.
- Fixed an issue where the viewer ended up in a bad state if we tried to start zoom sync with only one document loaded.
- Fixed bug where multi point annotation tools would not stop creation mode when switching viewers.
- Fixed an issue where Tracked Changes were not sorted properly with the 'Position' sort option.
- Updated table insert/remove row and column operations to respect multi-cell selection.
- Fixed an issue where inserting multiple DOCX documents from the Thumbnails Panel would do nothing.
- Fixed an issue where swapping between units in the DocumentCropPopup would unexpectedly change the value.
- Fixed style injection after WebComponent reparenting to ensure styles remain scoped to the shadow root.
Did you find this helpful?