Changelog for Document Authoring SDK
RSS1.10.0 21 Dec 2025
- AddedAdds support for viewing, accepting, and rejecting tracked changes (revisions). Supports inserted and deleted content at the run, paragraph, and table levels. Formatting changes are supported for run, paragraph, table + cell and section properties, as well as numbering. Most changes are visible and can be accepted or rejected via the UI with before/after descriptions for the majority of non-visible property changes.
- AddedAdds support for comments. Comments can be viewed to the side of the document, added to selected text via the toolbar or context menu, and support threaded replies. Comments can be edited, resolved, reopened, and deleted.
- AddedAdds a programmatic API to query and manipulate documents via
DocAuthDocument.transaction(opens in a new tab). Detailed usage can be found in the Programmatic API(opens in a new tab) section of the API documentation.
1.9.1 26 Nov 2025
- FixedFixes an issue where links in table cells were incorrectly positioned in exported PDFs. (DA-113)
- FixedFixes incorrect cursor positioning on mouse clicks in Firefox (DA-111)
1.9.0 13 Nov 2025
- AddedAdds Actions API (
ui.actions(opens in a new tab),setActions()(opens in a new tab)) and Toolbar API (ui.toolbar(opens in a new tab),setToolbarConfig()(opens in a new tab)) for customizing editor behavior and toolbar layout with built-in actions, keyboard shortcuts, and runtime configuration - AddedAdds
insertTextAtCursor()(opens in a new tab) method to programmatically insert text at the cursor position - AddedAdds
hasActiveCursor()(opens in a new tab) method to check if the editor has an active cursor - FixedFixes DOCX export compatibility with document processing tools like Pandoc by enabling data descriptor signatures in the ZIP archive
- FixedFixes DOCX import of table cell shading when the color attribute is missing
- ChangedUpdates core WASM module with latest improvements
1.8.2 18 Sep 2025
- FixedFixes ruler visibility issue - ruler now properly respects the
ruler.enabled(opens in a new tab) setting - FixedFixes an XML issue with DOCX files exported by Safari
1.8.1 03 Sep 2025
- FixedFixes the context menu so instances are not shared between multiple editors
- ChangedImproves DOCX list import handling
1.8.0 21 Aug 2025
- AddedAdds event handling methods (
on()(opens in a new tab),off()(opens in a new tab),once()(opens in a new tab)) to the editor for subscribing to document lifecycle events:document.load(fired when a document is loaded into the editor) andcontent.change(fired when document content changes) - AddedAdds support for merged table cells (colspan/rowspan)
1.7.2 07 Jul 2025
- FixedFixes issue with
saveDocumentJSONString()(opens in a new tab) returning empty objects
1.7.1 24 Jun 2025
- AddedAdds support for page breaks
- ChangedImproves list and style inheritance handling
- AddedAdds table indentation support
1.7.0 28 May 2025
- AddedAdds improved clipboard operations using async clipboard API
- AddedAdds copy/paste support for paragraph styles and list formats
- ChangedImproves translations for French and German locales
1.5.0 21 May 2025
- AddedAdds horizontal ruler showing margins, indents, and tab stops with interactive drag-to-adjust controls
- AddedAdds ruler configuration via
ui.ruler.enabled(opens in a new tab) option - AddedAdds subscript and superscript text formatting support
- AddedAdds locale configuration via
ui.locale(opens in a new tab) option (supports 'en', 'fr', 'de') - AddedAdds unit configuration via
ui.unit(opens in a new tab) option (supports 'pt', 'cm', 'in', 'mm', 'pc') - AddedAdds symbol font substitution when mapping is required
- ChangedExpands default font library with additional fonts
- ChangedImproves font mapping and compatibility
1.4.0 10 Apr 2025
- AddedAdds support for floating (text-wrapped) images with positioning options
- ChangedImproves DOCX import for alternative content and standard content structures
- ChangedImproves rendering performance and layout accuracy
1.3.0 02 Apr 2025
- ChangedMigrates npm package to
@nutrient-sdkorganization - ChangedUpdates branding from PSPDFKit to Nutrient throughout
1.2.1 02 Apr 2025
- AddedAdds full support for headers and footers (create, edit, export)
- AddedAdds form field support for page numbers and page counts
- AddedAdds hyperlink editor with floating UI and context menu integration
- AddedAdds floating image import/export via DOCX
- ChangedImproves DOCX import/export compatibility
- ChangedImproves hyperlink support in PDF exports (links are now clickable)
- FixedFixes selection restoration in deeply nested tables
- FixedFixes clipboard paste via context menu in Safari
1.2.0 12 Mar 2025
- AddedAdds hyperlink editing with click-to-edit floating toolbar
- AddedAdds interactive hyperlinks in exported PDFs (clickable and navigable)
- ChangedImproves DOCX import/export for hyperlinks and document structure
- ChangedImproves handling of empty lines and paragraph styling
- FixedFixes font loading issues
- FixedFixes arrow key navigation conflicts
- FixedFixes
exportDOCX()(opens in a new tab) return value
1.1.0 20 Nov 2024
- AddedAdds full support for numbered and bulleted lists with multiple levels and customizable styles
- AddedAdds right-click context menu with cut, copy, paste, and formatting options
- AddedAdds tab stops with customizable alignment (left, center, right, decimal)
- AddedAdds interactive image transformation handles for rotating and resizing
- AddedAdds PDF/A export support via
exportPDF({ PDF_A: true })(opens in a new tab) - AddedAdds paragraph indentation support (left, right, first-line, hanging) with UI controls
- AddedAdds UI settings dialog for customizing editor appearance
- ChangedImproves multi-page table support with better row spanning
- ChangedExpands font library with additional included fonts
- ChangedImproves list numbering to restart properly after section breaks
- FixedFixes UTF-8 byte offset calculations for lists
- FixedFixes PDF generation and selection for offsetted glyphs
- FixedFixes table cell border alignment at corners
1.0.26 08 Oct 2024
- AddedAdds custom font support via
FontFile(opens in a new tab) for individual font files - AddedAdds custom font support via
FontIndex(opens in a new tab) for efficient lazy-loading from pre-built indices - AddedAdds basic tab support in documents
- ChangedImproves table cell clipping and rendering
1.0.25 18 Sep 2024
- AddedAdds custom font loading capabilities
- ChangedImproves DOCX export for paragraphs
1.0.16 22 Aug 2024
- AddedAdds paragraph indentation support (first-line, hanging, left, right)
- AddedAdds DOCX import/export for paragraph indentation
- FixedFixes text escaping in DOCX export