Version 11.4

released on April 23, 2026

New Features

  • API: insertValue method that inserts content at the caret position (or replaces selection)
  • API for inline images: upload property is now optional; when omitted, images are embedded as base64 data URLs
  • Drag-and-drop of images from external sources now inserts them into the editor content
  • Paste now defaults to plain text (old behavior); markdown conversion on paste moved to an explicit "Paste from Markdown" action in the menubar and context menu

Fixes

  • IME support: fixed input for Korean and other languages that use IME
  • Resolved a conflict where the uploader's drop zone blocked native text drag-and-drop (uploader now only reacts to images/files)
  • Images dragged from external web sources are no longer misinterpreted as file uploads (no empty-file errors in the console)
  • Fixed errors while handling external operations that modify the content's area directly (e.g. emoji from browser's context menu, iOS Format: Bold/Italic/Underline)
  • Fixed frozen editor tab after Ctrl+X / Ctrl+V on a selection containing an <hr> element
  • Fixed incorrect selection handling for <hr> elements
  • .getValue() no longer returns null after voice-to-text dictation input
  • Editor now scrolls to the cursor when typing past the bottom edge (no more off-screen cursor during Enter holds or long input)
  • Firefox: select all was not handled correctly
  • Input on Android was not processed correctly
  • Pasting/inserting single-line/block content added extra newline
  • Improved pasting HTML content between Rich Text Editor instances
  • Markdown: support for specific nested tags: bold/italic and vice versa
  • Markdown: tags without a non-special char between them weren't recognized
  • Markdown: <hr> element appeared instead of text in some cases
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.