What's new
Version 2.0.5
Released on March 6, 2026
Fixes
- IME input is not processed correctly
- Composition-based input (e.g., Chinese, Japanese, Korean on desktop) is not processed correctly
margin-leftandline-heightproperties are ignored when parsing HTML- Inline elements inherit properties from block-level parents
- Unable to copy text between two editor instances
- Selection is incorrectly handled with two (or more) editor instances active
- Cursor is incorrectly positioned when only content in paragraph is an image
- Indefinite wrapping of subscript and superscript elements
- Pasting images inlines them instead of uploading them first
- Empty inline blocks cannot be removed at specific positions (first or last line)
- Editor does not scroll to cursor when typing
- Input on Android is not processed correctly
- Incorrect selection handling for HR elements
- Incorrect render with empty initial values
- Copying content may fail if it contains self-closing blocks
- Chrome: cannot insert emojis from context menu
- Firefox: select all (CTRL+A) is not handled correctly
Version 2.0.4
Released on October 15, 2025
Fixes
- Incorrect range selection for paragraphs
- Link popups are not displayed when adjacent to linked images
- Initial toolbar values are not accurate relative to actual content
Version 2.0.3
Released on August 27, 2025
Fixes
- Clicking on a horizontal line causes a script error
- The default line height is incorrect
- Content styles include duplicate selectors
- Plain text blocks ignore style changes when parsing HTML
- The parser ignores escaped font names in HTML
- The parser ignores
margin-leftandline-heightproperties in HTML
Version 2.0.2
Released on August 4, 2025
Fixes
- Updated package content
Version 2.0.1
Released on July 30, 2025
Fixes
- Update type definitions for the
defaultStylesproperty
Version 2.0
Released on July 30, 2025
API of v1.2 is not compatible with v2.0. Refer to the migration guide for additional information.
New Functionality
-
Next-gen text rendering
Experience smoother, faster, and more accurate text rendering with our new engine -
Granular toolbar configuration
Take full control of the toolbar:- Define individual toolbar controls and their order
- Add custom controls
-
Optional menubar
Enable a classic menu-style interface on the top of the editor -
Enhanced document mode
Added support for different document sizes -
Image support
- Insert images with upload capabilities.
- Resize images interactively
-
Improved link experience
Redesigned popup interactions for better usability -
New formatting tools
- Text alignment: justify
- Insert horizontal lines
- Indent / Outdent
- Set line height
- Apply subscript / superscript
-
List management
Easily insert and manage lists in your content -
Import/Export & Print
- Import DOCX files
- Export content to DOCX or PDF
- Print documents directly from the editor
-
Keyboard shortcuts
Expanded support for common formatting and editing shortcuts
New API
New properties
New methods
setConfig()— Dynamically update configurationsetLocale()— Change locale on the fly
New internal methods
New events
A full list of new events is available here
Updated API
Updated properties
Updated methods
Updated internal methods
Removed API
Do not use the removed API in your projects!
Refer to the Migration topic for more information.
Removed properties
Removed methods
exitFullScreen()fullScreen()getEditorAPI()getStats()paint()
Removed internal methods
Removed events
ActionChangeselectionChangeselectionRefresh