Version 10.5.0 Changelog (2023-10-25)
- Added support for image insertion with office editor.
- Added a new API
switchToAutoFontSize
for auto size free text font size when resizing the free text annotation. - Added new API
getCalculatedFontSize
to get current font size for autosizing free text. - Added
enableShowingMarkupAnnotations
, disableShowingMarkupAnnotations
, and isShowingMarkupAnnotations
APIs to control Markup Annotations visibility during Form Field Creation. - Added error message for when attempting to copy unregistered custom annotations.
- Exposed APIs for Content Box class.
- Added missing properties definitions for Line annotations.
- Added support for colored outlines without the full API.
- An error message will now be thrown when attempting to change the display mode to a non-virtual display mode if virtual display is enabled and vice versa.
- Fixed issue where copy paste form field placeholder doesn't work.
- Fixed issue where moving cursor over a committed polyline point would remove it.
- Fixed issue where there is a very slight difference in zoom levels when following a page link after zooming a lot.
- Fixed issue where linked annotations had their links changed to the primary annotation when grouping/ungrouping.
- Fixed issue where automatic links are not identified correctly.
- Fixed issue where certain documents and custom UIs got an incorrect current page.
- Fixed issue where annotations were deleted when using
Document.getFileData
API if no XFDF was provided - even if includeAnnotations was set to true. - Fixed issue with incorrect behavior when clicking outlines on mobile devices.
- Fixed issue where showing the incorrect number of fields when using
exportAnnotations
with an annotationList
. - Fixed issue where harmless console error when snapping is enabled on Rectangle annotation create tool.
- Fixed issue where autosized Callouts Annotations misplaced the textbox.
- Fixed issue where
handleSelectionChange
events does not return the correct info. - Fixed issue where Link Annotation not moving with content when editing.
- Fixed issue with FreeText tool when using it to click on the document in the Web Component version.
- Fixed issue where changing font size with input field in PDF Edit mode does not work properly.
- Fixed issue where Office Editor was highlight incorrect text after indenting.
- Fixed issue where nested outlines were not redirecting to the correct place on the document.
- Fixed issue where embedded JS was losing reference to the original event object when going through nested scripts.
- Added image insertion button in office editor UI.
- Added more descriptive aria labels for thumbnails panel elements.
- Enable image insertion button in Office Editor.
- Allow callout tool text to be styled just like the freetext tool.
- Added more size options to watermark modal font size dropdown. Also allows for manual input.
- Changed the aria-role for the thumbnails panel virtualized component from
grid
to presentation
to avoid confusion when using a screen reader. - Added screen reader announcement for zoom-in-out updates.
- Added a new API
instance.UI.ThumbnailsPanel.disableMultiSelect()
/enableMultiSelect()
, and deprecated the disableMultiselect
/enableMultiselect
APIs. - Improved the Tooltip class to support different tooltip locations.
- Added label text to redaction items in the redaction panel.
- Added a border around the slider in the Thumbnails Panel to let users know when it is selected.
- Added UI controls for setting list style for Office Editor.
- Added data element in print modal for quality and watermark controls.
- Added new APIs
enterMultiViewerMode
and exitMultiViewerMode
to enter/exit Side by Side view - Added a new Feature
instance.UI.Feature.ComparePages
to toggle Show Comparison button in Side-by-Side View mode
- Fixed issue where users were not allowed to set multiple colors to a FreeText annotation.
- Fixed issue where MeasurementOverlay inputs lose focus after changing distance or angle.
- Fixed issue where the header can cause pages to zoom while pinching.
- Fixed issue where users couldn't insert or replace thumbnails with local files using WebComponent.
- Fixed issue where unsupported outlines are not displayed.
- Fixed issue where search dropdown not being able to select items.
- Fixed issue where the font size dropdown not opening on smaller screens.
- Fixed issue where note panel filter resetting when closed.
- Fixed issue where using disableTools would re-enable all the tools in some cases.
- Fixed issue where multi selecting thumbnails when using the shift key would always select the same thumbnails.
- Fixed issue where Annotation popup disappearing after left click outside of the selected annotation.
- Fixed issue with dropdown scrolling with arrow keys.
- Fixed issue with the
addTab
API in multi-tab mode. - Fixed issue where that hotkeys are disabled when disabling tools incorrectly.
- Fixed issue where dropdown did not function correctly in the custom stamp modal.
- Fixed issue where tools only get added to one document viewer in multiviewer mode.
- Fixed issue where the notes panel was not updating when annotations are deselected.
- Fixed issue where page manipulation overlay was showing wrong options when viewing Office/XOD documents.
Did you find this helpful?