Changelog
π v10.2.0
This update mainly focuses on improving and optimizing AI features, including:
- Added a Formula Assistant skill;
- Automatically removes incorrectly uploaded attachments from message boxes;
- Enhanced Markdown rendering capabilities;
- Optimized Markdown rendering dependencies to reduce bundle size.
- Fixed style issues when message content is too long;
- Added AGUI Activity support to the AI engine;
- Added EventBus support to the AI engine, providing more Hook APIs for deep customization;
- Fixed console errors in Deep Thinking;
- Optimized the history panel;
- Fixed an issue where jump links in Markdown did not open correctly;
- Synced changes from Umo Editor v10.0.5;
- Other detail adjustments.
π v10.1.1
- Synced changes from Umo Editor v10.0.4;
- Fixed an issue where locked content could become ineffective after disabling content-locking entry points;
- Added a deletion-blocked hint for locked content and a confirmation step before clearing all locks;
- Added an error hint when API calls trigger clear failures that are blocked by locks;
- Fixed an issue where exported Word tables could exceed page width;
- Word export now supports math formulas, columns, details blocks, audio, footnotes, and more;
- Minor style refinements.
π v10.1.0
- π Added the βContent Lockingβ feature. See: Content Locking;
- Fixed the issue where table width could exceed the page width;
- Minor optimizations and adjustments.
π v10.0.3
- Fixed the issue where methods exposed by the AI assistant reported errors;
- Fixed the issue where pressing Tab on list nodes could not create sub-lists.
π v10.0.2
- Fixed the issue where nodes could not be dragged due to a bug in the official Tiptap extension, @BOKE2014 (#433);
- 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
- Synced code changes from Umo Editor v10. For details, see: Umo Editor v10.0.0;
- Upgraded the Tiptap core from v2 to the latest v3, fully embracing Tiptap 3;
- Significantly improved large-document loading and editing performance. Under the same benchmark, supported document size increases by about 3x+ (plain text);
- Fixed some long-standing minor issues at the root.
Changes
- π Completely refactored AI features. Related APIs have major breaking changes and are incompatible with v9. Existing users should upgrade promptly. See: AI Extension.
- π Systematically enhanced Markdown support to better embrace AI. You can now directly import and export Markdown files. See: Enhanced Markdown.
- π Added document version history management. See: Version History.
- π Added document annotation feature. See: Document Annotation.
- π Added the ability to import web pages, allowing users to directly import content from any webpage πππ.
- π 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.
- π Added Asset Library. You can pick images / videos / audio / documents from the asset library and insert them into the editor. See: Asset Library.
- Added the
floating_actionslot, see Configuration & Methods - Slots; - Fixed an issue where the menu bar still showed a save prompt in collaboration mode.
- Fixed an issue where tables could expand infinitely in width in certain edge cases.
- Enhanced comment functionality;
- Improved import and export capabilities;
- Many detail fixes and optimizations.
π v9.1.0
- Synced code changes from the open-source version of Umo Editor;
- Improved export, adding support for footers and page numbers;
- Added a fixed point value to line height when exporting DOCX;
- Optimized the
setPagemethod to include margin settings; - Improved the typewriter feature by adding paragraph settings;
- Fixed an issue where
exportDocxdidnβt return a value during export; - Added DOCX table support for background colors, theme colors, alternating row colors, and more;
- Other minor improvements and tweaks.
π v9.0.0
- Synchronized code changes with the open-source version of Umo Editor. For detailed changelog, see: Umo Editor v9.0.0;
π v8.1.0
- 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;
- Added template management functionality, including creating, managing, and using document templates. See Template Management for details;
- Various minor optimizations and adjustments.
Umo Editor Server Updates
- Added example API endpoints for Umo Editor Nextβs template managementβcreate, manage, and apply document templates. See Example APIs for details.
- Introduced a document-thumbnail endpoint that returns a preview image of any document. See Import & Export for details.
- Various minor improvements and tweaks.
π v8.0.0
- 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;
- Added PlantUML support, enabling direct insertion and editing of PlantUML diagrams in Umo Editor Next. See PlantUML;
- Added Flowchart support, enabling direct insertion and editing of Flowchart diagrams in Umo Editor Next. See Flowchart;
- Added AI-generated content labels (following national standards) in AI chat assistant dialog boxes;
- Deep thinking process is now hidden in AI chat assistant when not selected;
- Enhanced export quality for Word documents, HTML, PDF, and images;
- Fixed an issue where exportImage returns
undefinedwhendownloadis set tofalse; - Fixed pagination style issues during export and printing;
- Various improvements and optimizations.
Umo Editor Server Updates
- Added static file routing, including static resources for
Umo Editor Nextand@umoteam/editor-external; - Added Docker image packaging and related support, see Deploy with Docker;
- Fixed image export failure issues;
- Locked version dependencies to resolve errors caused by dependency updates;
- Improved Word document import quality;
- Various improvements and refinements.
π v7.1.1
- Fixed various issues.
π v7.1.0
New Features
- Added
serverconfiguration option and removed other server-related configurations to simplify and unify configuration; - 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;
- Added import and export functionality for Umo Editorβs proprietary document format (.umo).
Umo Editor Server Updates
- Added support for importing Office documents, including formats: doc, docx, xls, xlsx, ppt, pptx, odp, odt, ods, rtf, wps, et, dps;
- 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.
- Added multi-user collaboration editing feature;
- Added AI document assistant feature;
- Added document comments (comments) feature;
- Added export HTML page feature;
- Added Word document export feature;
- Added server-side export PDF document feature;
- Added server-side export image feature;
- Added export to Markdown document feature;
- Added export to text document feature;
- Added toolbar extension feature;
- Added sidebar extension feature;
- Enhanced Markdown support;
- Added icon insertion and editing feature.