DocumentionUmo Editor NextChangelog

Changelog

πŸš€ v12.0.1

  1. Added preserveWhitespace configuration for office word document import to prevent extra whitespace characters from appearing after import.
  2. Enhanced the stability of office word document export.

πŸŽ‰ v12.0.0

This release significantly improves large-document rendering performance and editing experience. We recommend upgrading.

  1. Improved document rendering performance for smoother loading of large documents;
  2. Text indentation now supports custom indentation units and improved indentation handling logic;
  3. Improved the review panel display in preview mode.

πŸš€ v11.3.0

This release focuses on improving the stability, observability, and fidelity of Word export. Common export scenarios such as images, tables, bookmarks, page numbers, comments, and revisions now produce more complete results, and programmatic usage is easier to integrate.

  1. Improved export stability, making fallback easier when something fails instead of failing the entire export;
  2. Improved export status feedback, with support for success, failure, and degraded states;
  3. Added onDiagnostics and onExportResult to the component exportDocx() method;
  4. Enhanced image export, with support for floating, wrapping, rotation, flipping, and failure fallback;
  5. Improved image alternative text export, now supporting alt, title, and name;
  6. Enhanced table export, with better handling for more border styles, striped backgrounds, row height, and column width;
  7. Improved stability for merged-cell table export;
  8. Enhanced bookmark and internal link export;
  9. Improved page number and field export, with support for total pages and starting page number;
  10. Added support for configuring page borders through docxOptions.page.borders;
  11. Added support for configuring document metadata through docxOptions.documentMeta;
  12. Improved export for comment threads and comment replies;
  13. Enhanced export for text-level and paragraph-level revisions;
  14. Refined details such as default font size, list positioning, and code block styles;
  15. Continued fixing regressions in complex scenarios such as floating images, tables, and multi-column layouts;
  16. Files, audio, video, and web pages are currently exported as link placeholders rather than native embedded objects;
  17. Export for images, icons, and charts is still affected by the browser environment;
  18. Complex non-text revisions still prioritize preserving content and do not guarantee the full native revision appearance.

πŸš€ v11.2.0

  1. Word document export now supports exporting comment records and revision records together;
  2. Fixed an issue where comment threads could be obscured;
  3. Fixed an issue where the comment box content could remain after posting, and where errors could be triggered in some cases.

πŸš€ v11.1.0

  1. Synced changes from Umo Editor v10.2.0. For details, see: Umo Editor Changelog.

πŸŽ‰ v11.0.0

  1. Added document revision support. For details, see: Document Revision;
  2. Added AI SKILL (skill system) and AI AGENTS (intelligent agent framework), providing developers with more flexible and extensible AI development capabilities, including custom skill integration and multi-agent collaboration scenarios;
  3. Fixed an issue in collaboration mode where document content could be appended repeatedly due to the TrailingNode extension;
  4. Added automatic Markdown heading completion logic for AI-inserted content;
  5. Removed the unsaved-changes interception that still appeared when leaving the page in collaboration mode;
  6. When content is selected in the document, inserting a callout now wraps the selected content and improves callout styling;
  7. Fixed the placeholder cursor offset issue in documents;
  8. Fixed an issue in collaboration mode where content could be appended repeatedly when the document was empty;
  9. Fixed an issue where callout nodes were difficult to focus;
  10. Optimized the editor content saving mechanism to prevent data loss;
  11. Added placeholders and user prompts when pasted Office content contains images;
  12. Fixed incorrect slot passing in toolbar mode;
  13. Fixed an issue where pasted content could be duplicated;
  14. Corrected the calculation method for the optimal page width;
  15. Fixed issues with toolbar slot mode and component ordering;
  16. Fixed an error where mention extensions could not be found during Word export;
  17. Minor optimizations and adjustments.

πŸš€ v10.3.0

  1. Synced changes from Umo Editor v10.0.7 and v10.1.0. For details, see: Umo Editor Changelog;
  2. Minor optimizations and adjustments.

πŸš€ v10.2.1

  1. Fixed an issue where the confirm button might not appear when selecting date and time;
  2. Improved the copy feature by adding a failure notice;
  3. Minor optimizations and adjustments.

πŸš€ v10.2.0

This update mainly focuses on improving and optimizing AI features, including:

  1. Added a Formula Assistant skill;
  2. Automatically removes incorrectly uploaded attachments from message boxes;
  3. Enhanced Markdown rendering capabilities;
  4. Optimized Markdown rendering dependencies to reduce bundle size.
  5. Fixed style issues when message content is too long;
  6. Added AGUI Activity support to the AI engine;
  7. Added EventBus support to the AI engine, providing more Hook APIs for deep customization;
  8. Fixed console errors in Deep Thinking;
  9. Optimized the history panel;
  10. Fixed an issue where jump links in Markdown did not open correctly;
  11. Synced changes from Umo Editor v10.0.5;
  12. Other detail adjustments.

πŸš€ v10.1.1

  1. Synced changes from Umo Editor v10.0.4;
  2. Fixed an issue where locked content could become ineffective after disabling content-locking entry points;
  3. Added a deletion-blocked hint for locked content and a confirmation step before clearing all locks;
  4. Added an error hint when API calls trigger clear failures that are blocked by locks;
  5. Fixed an issue where exported Word tables could exceed page width;
  6. Word export now supports math formulas, columns, details blocks, audio, footnotes, and more;
  7. Minor style refinements.

πŸš€ v10.1.0

  1. πŸ†• Added the β€œContent Locking” feature. See: Content Locking;
  2. Fixed the issue where table width could exceed the page width;
  3. Minor optimizations and adjustments.

πŸš€ v10.0.3

  1. Fixed the issue where methods exposed by the AI assistant reported errors;
  2. Fixed the issue where pressing Tab on list nodes could not create sub-lists.

πŸš€ v10.0.2

  1. Fixed the issue where nodes could not be dragged due to a bug in the official Tiptap extension, @BOKE2014 (#433);
  2. Minor optimizations and adjustments.

πŸŽ‰ v10.0.0

❗

This update is a milestone major release. Umo Editor Next has been seamlessly upgraded to the latest Tiptap v3, and all extensions have also been upgraded to their v3 versions. At the same time, all references to Pro extensions have been removed, and the overall codebase has been systematically refactored. The companion Umo Editor Server has also been updated to v10.

This update includes over 300 commits, with numerous optimizations and bug fixes. All users are recommended to upgrade.

Note: if you upgrade to v10, the CDN assets referenced by cdnUrl (provided by @umoteam/editor-external) must also be upgraded to v10.

Major upgrades

  1. Synced code changes from Umo Editor v10. For details, see: Umo Editor v10.0.0;
  2. Upgraded the Tiptap core from v2 to the latest v3, fully embracing Tiptap 3;
  3. Significantly improved large-document loading and editing performance. Under the same benchmark, supported document size increases by about 3x+ (plain text);
  4. Fixed some long-standing minor issues at the root.

Changes

  1. πŸ†• Completely refactored AI features. Related APIs have major breaking changes and are incompatible with v9. Existing users should upgrade promptly. See: AI Extension.
  2. πŸ†• Systematically enhanced Markdown support to better embrace AI. You can now directly import and export Markdown files. See: Enhanced Markdown.
  3. πŸ†• Added document version history management. See: Version History.
  4. πŸ†• Added document annotation feature. See: Document Annotation.
  5. πŸ†• Added the ability to import web pages, allowing users to directly import content from any webpage πŸ˜‚πŸ˜‚πŸ˜‚.
  6. πŸ†• Added real-time saving of page info (such as page size and background) in collaboration mode, and synced it to other collaborators in real time.
  7. πŸ†• Added Asset Library. You can pick images / videos / audio / documents from the asset library and insert them into the editor. See: Asset Library.
  8. Added the floating_action slot, see Configuration & Methods - Slots;
  9. Fixed an issue where the menu bar still showed a save prompt in collaboration mode.
  10. Fixed an issue where tables could expand infinitely in width in certain edge cases.
  11. Enhanced comment functionality;
  12. Improved import and export capabilities;
  13. Many detail fixes and optimizations.

πŸš€ v9.1.0

  1. Synced code changes from the open-source version of Umo Editor;
  2. Improved export, adding support for footers and page numbers;
  3. Added a fixed point value to line height when exporting DOCX;
  4. Optimized the setPage method to include margin settings;
  5. Improved the typewriter feature by adding paragraph settings;
  6. Fixed an issue where exportDocx didn’t return a value during export;
  7. Added DOCX table support for background colors, theme colors, alternating row colors, and more;
  8. Other minor improvements and tweaks.

πŸŽ‰ v9.0.0

  1. Synchronized code changes with the open-source version of Umo Editor. For detailed changelog, see: Umo Editor v9.0.0;

πŸš€ v8.1.0

  1. Enhanced table features, including custom border styles, themes, cell colors, attribute settings, drag-and-drop row/column resizing, drag-and-drop table resizing, quick selection of entire tables or rows/columns, and quick addition of rows or columns. See Enhanced Table Features for details;
  2. Added template management functionality, including creating, managing, and using document templates. See Template Management for details;
  3. Various minor optimizations and adjustments.

Umo Editor Server Updates

  1. Added example API endpoints for Umo Editor Next’s template managementβ€”create, manage, and apply document templates. See Example APIs for details.
  2. Introduced a document-thumbnail endpoint that returns a preview image of any document. See Import & Export for details.
  3. Various minor improvements and tweaks.

πŸŽ‰ v8.0.0

  1. Synchronized code changes with the open-source version of Umo Editor. For detailed changelog, see: Umo Editor v8.0.0 and Umo Editor v8.1.0;
  2. Added PlantUML support, enabling direct insertion and editing of PlantUML diagrams in Umo Editor Next. See PlantUML;
  3. Added Flowchart support, enabling direct insertion and editing of Flowchart diagrams in Umo Editor Next. See Flowchart;
  4. Added AI-generated content labels (following national standards) in AI chat assistant dialog boxes;
  5. Deep thinking process is now hidden in AI chat assistant when not selected;
  6. Enhanced export quality for Word documents, HTML, PDF, and images;
  7. Fixed an issue where exportImage returns undefined when download is set to false;
  8. Fixed pagination style issues during export and printing;
  9. Various improvements and optimizations.

Umo Editor Server Updates

  1. Added static file routing, including static resources for Umo Editor Next and @umoteam/editor-external;
  2. Added Docker image packaging and related support, see Deploy with Docker;
  3. Fixed image export failure issues;
  4. Locked version dependencies to resolve errors caused by dependency updates;
  5. Improved Word document import quality;
  6. Various improvements and refinements.

πŸš€ v7.1.1

  1. Fixed various issues.

πŸš€ v7.1.0

New Features

  1. Added server configuration option and removed other server-related configurations to simplify and unify configuration;
  2. Added Office and WPS document import functionality, supporting formats such as doc, docx, xls, xlsx, ppt, pptx, odp, odt, ods, rtf, wps, et, dps, which can be further extended in Umo Editor Server;
  3. Added import and export functionality for Umo Editor’s proprietary document format (.umo).

Umo Editor Server Updates

  1. Added support for importing Office documents, including formats: doc, docx, xls, xlsx, ppt, pptx, odp, odt, ods, rtf, wps, et, dps;
  2. Various improvements and optimizations.

πŸŽ‰ v7.0.0

❗

To maintain code synchronization with Umo Editor, Umo Editor Next adopts the same major version number as Umo Editor, starting directly from v7.0.0.

  1. Added multi-user collaboration editing feature;
  2. Added AI document assistant feature;
  3. Added document comments (comments) feature;
  4. Added export HTML page feature;
  5. Added Word document export feature;
  6. Added server-side export PDF document feature;
  7. Added server-side export image feature;
  8. Added export to Markdown document feature;
  9. Added export to text document feature;
  10. Added toolbar extension feature;
  11. Added sidebar extension feature;
  12. Enhanced Markdown support;
  13. Added icon insertion and editing feature.