Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-09 | 4.8 kB | |
v11.6.0 source code.tar.gz | 2025-07-09 | 12.5 MB | |
v11.6.0 source code.zip | 2025-07-09 | 14.1 MB | |
Totals: 3 Items | 26.5 MB | 8 |
New
Spreadsheet Editor
Added editing capabilities you can use for:
- Cell formatting: Modify text size and color, fonts, border styles, cell colors, border colors, and text styling.
- Formula and function support: Execute standard mathematical operations, statistical calculations, date/time functions, and other common formulas.
- Dynamic data manipulation: Add, edit, and delete rows and columns.
- Cell adjustments: Merge cells and preserve formatting.
DOCX Editor
- Added a new Layout ribbon tab with menu items for margin and column editing.
- Added new margin editing feature to adjust the top, bottom, left, and right margins of a document.
- Added a new column editing feature to adjust the number of columns, their width, and spacing within a document.
- Added a unit measurement drop-down to the header & footer options modal.
Accessibility
- Updated the modular UI, including the Layout ribbon tab. DOCX Editor and Spreadsheet Editor, to meet WCAG 2.2 AA standards.
- Added screen reader announcements for zoom level changes in the new Zoom modular component via aria-live regions and improved ARIA labeling.
Customize UI
- Added new API setActiveGroupedItems to support programmatic switching of tool groups in Modular UI, even when ribbons are removed from the header.
- You can read more about these new features via our release notes.
Fixes
General
- Fixed an issue where the stamp modal was not scrollable on smaller vertical viewports.
- Fixed an issue where enabling both accessible mode and multitab caused an infinite re-render loop when the flyout menu was triggered by tab overflow.
- Fixed an issue in the legacy UI where the rich text pop-up appeared in the wrong position when editing free text annotations on mobile devices.
Accessibility
- Fixed an issue where Accessible Mode was incorrectly enabled in Spreadsheet and DOCX Editor modes, causing runtime errors and crashes.
Annotations
- Fixed an issue where input field elements outside of WebViewer were not clickable/focusable with the annotation popup opened when using WebComponent.
Customize UI
- Fixed multiple issues that were preventing the Style Panel from functioning correctly when used in conjunction with the Stamps Panel in the Modular UI.
- Fixed a harmless console error that was thrown when resizing the screen with disabled elements.
- Fixed an issue where keyboard navigation in modular headers could break when new items with a tabIndex greater than -1 were added.
Left Panel
- Fixed an issue where opening the Layers panel caused a crash when using WebViewer Server with forceClientSideInit set to false.
Mentions
- Fixed an issue where mentions were not working in Safari.
Multi-tab
- Fixed an issue that was causing digital signatures to become invalid when opening a signed document in MultiTabMode without making any changes.
Notes Panel
- Fixed an issue where the annotation line connector was displaying incorrectly in page-by-page view mode if the annotation was not presented in the current pages.
DOCX Editor
- Fixed an issue where the 'disable clear search on panel close' setting was incorrectly enabled in the DOCX Editor. It is now visible, but disabled for users.
- Fixed an issue that caused the header/footer UI component to re-render while the document was loading.
Layers
- Fixed an issue where layers were fetched on document load instead of when the Layers Panel was opened. This will now be lazy loaded, improving performance for documents with many layers.
Outlines
- Fixed an issue where outlines were fetched on document load instead of when the Outlines Panel was opened, improving performance for documents with many outlines.
Page Labels
- Fixed an issue where page labels were fetched before page rendering, leading to unnecessary worker load on large documents. Rendering is now prioritized, and label fetching is queued accordingly.
Page Navigator
- Fixed an issue where the page navigator input was unresponsive after loading a file in the Docx Editor.
Settings
- Fixed an issue where the settings tab component remained fixed during scrolling on mobile devices.
Signatures
- Fixed an issue where the Create button for the Type tab in the signatures creation modal was disabled incorrectly.
Spreadsheet Editor
- Fixed an issue where some WebViewer PDF UI hotkeys were effective in the spreadsheet editor.
- Fixed an issue where the WebViewer PDF context menu was showing up in the spreadsheet editor