Documention
Changelog

Changelog

πŸŽ‰ v2.0.0-beta.12024-06-24

  1. Added i18n support, currently supporting Simplified Chinese and English, see locales;
  2. Adjustments and restructuring of directories, files, and code in the code repository;
  3. Provided development documentation and online examples in both Chinese and English;
  4. Some API changes have occurred, the main changes are as follows:
    • Modified the default value of page.defaultOrientation to portrait, with options being portrait and landscape, see Page Configuration;
    • Added locale and translations configurations, see Custom Localization Configuration;
    • Added methods setLocale, getLocale, and getI18n, see Methods;
    • Added the changed:locale event, see Events.
    • The label item in configuration now supports both String and Object types, with the Object type mainly used for configuring multilingual information, see Default Configuration;
  5. Updated dependencies;
  6. Fixed several bugs and issues;
  7. Optimized some details.

πŸš€ v1.4.1 ~ 2 2024-06-13

Added instructions for npm installation, etc. @abclaboratory (#2).

πŸš€ v1.4.02024-06-03

  1. Added support for custom extensions, see extensions;
  2. Added auto-save parameters, see document.autoSave;
  3. Fixed the bug where the page outline display was messy when there was too much content @tenglongwentian (#2).

πŸš€ v1.3.12024-06-02

Optimized styles and display related to the block menu.

πŸš€ v1.3.02024-06-01

  1. Added support for the block menu;
  2. Fixed the bug where β€œIncrease Indent” and β€œDecrease Indent” did not work;
  3. Added β€œQuote” style;
  4. Minor adjustments and optimizations.

πŸš€ v1.2.22024-05-24

  1. Printing settings now use local caching;
  2. Restored the default value of cdnUrl;
  3. Simplified menu button configuration to improve response speed;
  4. Updated dependencies.

πŸš€ v1.2.12024-05-24

Synchronized version numbers with @umoteam/editor-external.

πŸš€ v1.2.02024-05-24

  1. Added printing settings;
  2. Reduced bundle size.

πŸš€ v1.2.0-beta.0 ~ 12024-05-23

  1. Updated dependencies;
  2. Added confirmation dialog for deleting tables, table rows, and table columns;
  3. Optimized the page outline to display with outline levels indented;
  4. Fixed the bug where the insert link dialog did not display the title;
  5. Fixed the bug where the divider bubble menu was displayed incorrectly;
  6. Modified the default value of cdnUrl;
  7. Optimized details.

πŸš€ v1.1.22024-05-22

Fixed the bug where the print page style could not be loaded, etc.

πŸš€ v1.1.12024-05-22

Optimized some details.

πŸš€ v1.1.02024-05-22

  1. Added document preview functionality;
  2. Added document printing functionality;
  3. Released some third-party modules that Umo Editor depends on as a separate @umoteam/editor-external package;
  4. Optimized some details.

πŸš€ v1.0.1 2024-05-13

The first official release of Umo Editor.

πŸš€ v1.0.0-beta.2 ~ 7 2024-05-12

  1. Packaging tests;
  2. Minor adjustments and optimizations;
  3. Bug fixes.

πŸŽ‰ v1.0.0-beta.1 2024-05-10

The release of Umo Editor 1.0.0 beta.1.