Version 11.1.0 Changelog (2024-11-27)
General
- Added API to enable embedded JavaScript.
- Added API to check if embedded JavaScript is enabled.
- Added new APIs for working with user bookmarks and a userBookmarksChanged event to DocumentViewer.
Annotations
- Added API to the file attachment annotation to streamline getting attachment metadata.
Office Editor
- Added a timed event for grouping undo and redo actions while editing content.
- Added undo/redo functionality with ctrl/command + z, ctrl/command + y.
General
- Fixed an issue causing increased CPU usage on certain documents when using virtual display mode.
Annotations
- Fixed an issue with annotation status indicators being reset in the NotesPanel after hiding annotations.
Forms
- Fixed an issue where signing a signature widget caused overlapping widgets on other pages to be signed as well.
Office Editor
- Fixed an issue where undo/redo group continuation was always set to true.
- Fixed an issue where undoing a quickly typed sequence of text would ignore the first character.
Content Edit
- Fixed an issue with editing content boxes while using the web component in Safari.
- Fixed an issue with editing content boxes in multiple web components.
- Added a missing description for the
getContentBoxAttributes
method.
General
- Added new API under the TabManager namespace to enable custom tab name formatting -
UI.TabManager.setTabNameHandler
Modular UI
- Added new
setActiveTabInPanel
API to set an active tab in a tab panel in the modular UI.
Office Editor
- Added undo/redo buttons to the office editor toolbar.
- Added keyboard navigation for the color picker.
- Added undo/redo hotkeys.
General
- Fixed an issue where warning modal settings were not respected.
- Fixed an issue with crashing when switching to the Ellipse tool after selecting the cloudy border style.
- Fixed an issue where dropdowns overlapped the color picker in the Watermark modal.
- Fixed an issue where the "More" button in the top header didn't work in mobile view.
- Fixed an issue of breaking styling and margin when pasting rich text data into a comment.
- Fixed an issue where documents were lost when switching between tabs in multi-tab mode.
- Fixed an issue where sometimes the style panel didn't render the correct options when selecting an annotation prior to opening the panel.
- Fixed an issue where calling the
setToolMode
API didn’t update headers accordingly. - Fixed an issue with disabling and enabling Page Navigation component fading.
- Fixed an issue where
instance.UI.hotkeys.on
didn’t work with composite shortcuts. - Fixed an issue where all ribbons were enabled when exiting read-only mode.
- Fixed an issue with the modular UI where a colon could not be part of the labels, as it was being interpreted as a separator for localizing strings.
Forms
- Fixed an issue where the signature widget field overlay was always rendered, even when not in form builder mode.
Modular UI
- Fixed an issue where inputs in the Color Picker modal were not editable in web components.
- Fixed an issue where the context menu popup and annotation overlay were positioned with incorrect offsets relative to the host page.
- Fixed an issue where entering full-screen mode displayed parts of the page outside the viewer instead of only the viewer.
- Fixed an issue where headers added by
updatedCustomHeader
after initial requests had paused were not applied to subsequent requests. - Fixed an issue with strange resize behavior at certain breakpoints.
Office Editor
- Fixed an issue where the color-picker overlay was hidden by the mobile flyout menu.
- Fixed an issue with active state for modular UI components in the flyout menu.
Annotations
- Fixed an issue where note annotations incorrectly removed trailing newlines on load and added trailing newlines on creation/update.
- Fixed an where downloading a file attachment triggered the annotation double-click event when using the annotation popup.
Did you find this helpful?