Skip to content

v11.13.0

Choose a tag to compare

@bollain bollain released this 28 May 00:27

New

General

  • 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.

Reader Mode

  • Added new API to toggle between Continuous or Single Page Reading Mode.
  • Enabled Continuous Reading Mode support.

Fixes

Forms

  • Fixed an issue of duplicated radio group button being created after operations in form edit mode.

General

  • 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.

Modular UI

  • Fixed an issue where context menu items were not customizable in DOCX Editor.

MultiViewer

  • 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.

DOCX Editor

  • 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.

Tools

  • Fixed an issue where swapping between units in the DocumentCropPopup would unexpectedly change the value.

WebComponent

  • Fixed style injection after WebComponent reparenting to ensure styles remain scoped to the shadow root.