Changelog for Document Authoring SDK

RSS

1.10.0 21 Dec 2025

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

  • Fixed
    Fixes an issue where links in table cells were incorrectly positioned in exported PDFs. (DA-113)
  • Fixed
    Fixes incorrect cursor positioning on mouse clicks in Firefox (DA-111)

1.9.0 13 Nov 2025

1.8.2 18 Sep 2025

  • Fixed
    Fixes ruler visibility issue - ruler now properly respects the ruler.enabled(opens in a new tab) setting
  • Fixed
    Fixes an XML issue with DOCX files exported by Safari

1.8.1 03 Sep 2025

  • Fixed
    Fixes the context menu so instances are not shared between multiple editors
  • Changed
    Improves DOCX list import handling

1.8.0 21 Aug 2025

1.7.2 07 Jul 2025

1.7.1 24 Jun 2025

  • Added
    Adds support for page breaks
  • Changed
    Improves list and style inheritance handling
  • Added
    Adds table indentation support

1.7.0 28 May 2025

  • Added
    Adds improved clipboard operations using async clipboard API
  • Added
    Adds copy/paste support for paragraph styles and list formats
  • Changed
    Improves translations for French and German locales

1.6.0 21 May 2025

  • Changed
    Improves performance and adds foundation for upcoming features

1.5.0 21 May 2025

  • Added
    Adds horizontal ruler showing margins, indents, and tab stops with interactive drag-to-adjust controls
  • Added
    Adds ruler configuration via ui.ruler.enabled(opens in a new tab) option
  • Added
    Adds subscript and superscript text formatting support
  • Added
    Adds locale configuration via ui.locale(opens in a new tab) option (supports 'en', 'fr', 'de')
  • Added
    Adds unit configuration via ui.unit(opens in a new tab) option (supports 'pt', 'cm', 'in', 'mm', 'pc')
  • Added
    Adds symbol font substitution when mapping is required
  • Changed
    Expands default font library with additional fonts
  • Changed
    Improves font mapping and compatibility

1.4.0 10 Apr 2025

  • Added
    Adds support for floating (text-wrapped) images with positioning options
  • Changed
    Improves DOCX import for alternative content and standard content structures
  • Changed
    Improves rendering performance and layout accuracy

1.3.2 03 Apr 2025

  • Changed
    Updates API reference structure for improved developer experience

1.3.1 02 Apr 2025

  • Changed
    UI/UX improvements and code cleanup

1.3.0 02 Apr 2025

  • Changed
    Migrates npm package to @nutrient-sdk organization
  • Changed
    Updates branding from PSPDFKit to Nutrient throughout

1.2.1 02 Apr 2025

  • Added
    Adds full support for headers and footers (create, edit, export)
  • Added
    Adds form field support for page numbers and page counts
  • Added
    Adds hyperlink editor with floating UI and context menu integration
  • Added
    Adds floating image import/export via DOCX
  • Changed
    Improves DOCX import/export compatibility
  • Changed
    Improves hyperlink support in PDF exports (links are now clickable)
  • Fixed
    Fixes selection restoration in deeply nested tables
  • Fixed
    Fixes clipboard paste via context menu in Safari

1.2.0 12 Mar 2025

  • Added
    Adds hyperlink editing with click-to-edit floating toolbar
  • Added
    Adds interactive hyperlinks in exported PDFs (clickable and navigable)
  • Changed
    Improves DOCX import/export for hyperlinks and document structure
  • Changed
    Improves handling of empty lines and paragraph styling
  • Fixed
    Fixes font loading issues
  • Fixed
    Fixes arrow key navigation conflicts
  • Fixed

1.1.0 20 Nov 2024

  • Added
    Adds full support for numbered and bulleted lists with multiple levels and customizable styles
  • Added
    Adds right-click context menu with cut, copy, paste, and formatting options
  • Added
    Adds tab stops with customizable alignment (left, center, right, decimal)
  • Added
    Adds interactive image transformation handles for rotating and resizing
  • Added
  • Added
    Adds paragraph indentation support (left, right, first-line, hanging) with UI controls
  • Added
    Adds UI settings dialog for customizing editor appearance
  • Changed
    Improves multi-page table support with better row spanning
  • Changed
    Expands font library with additional included fonts
  • Changed
    Improves list numbering to restart properly after section breaks
  • Fixed
    Fixes UTF-8 byte offset calculations for lists
  • Fixed
    Fixes PDF generation and selection for offsetted glyphs
  • Fixed
    Fixes table cell border alignment at corners

1.0.26 08 Oct 2024

  • Added
    Adds custom font support via FontFile(opens in a new tab) for individual font files
  • Added
    Adds custom font support via FontIndex(opens in a new tab) for efficient lazy-loading from pre-built indices
  • Added
    Adds basic tab support in documents
  • Changed
    Improves table cell clipping and rendering

1.0.25 18 Sep 2024

  • Added
    Adds custom font loading capabilities
  • Changed
    Improves DOCX export for paragraphs

1.0.23 10 Sep 2024

  • Changed
    Improves performance and bundle size with enhanced build optimizations

1.0.22 05 Sep 2024

  • Changed
    Improves paragraph formatting and indentation handling

1.0.21 29 Aug 2024

  • Fixed
    Fixes cursor navigation with indented paragraphs

1.0.20 28 Aug 2024

  • Changed
    Improves overall performance

1.0.18 28 Aug 2024

  • Fixed
    Fixes async-queue concurrency issue

1.0.17 26 Aug 2024

  • Changed
    Improves overall performance

1.0.16 22 Aug 2024

  • Added
    Adds paragraph indentation support (first-line, hanging, left, right)
  • Added
    Adds DOCX import/export for paragraph indentation
  • Fixed
    Fixes text escaping in DOCX export

1.0.10 12 Aug 2024

  • Added
    Adds example code repository with sample implementations

1.0.4 09 Aug 2024

  • Added
    Adds auto-scrolling when selecting text near viewport edges
  • Changed
    Improves DOCX table export with proper table grid definitions
  • Fixed
    Fixes iframe pointer event detection
  • Fixed
    Fixes table column width calculations
  • Changed
    Improves DOCX validation compliance

1.0.1 05 Aug 2024

  • Fixed
    Fixes a very minor installation/dependency issue

1.0.0 05 Aug 2024

  • Changed
    Initial public release