You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news/whats_new.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ title: What's new
4
4
description: You can explore what's new in DHTMLX RichText and its release history in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX RichText.
5
5
---
6
6
7
+
## Version 2.0.5
8
+
9
+
Released on March 6, 2026
10
+
11
+
### Fixes
12
+
13
+
- IME input is not processed correctly
14
+
- Composition-based input (e.g., Chinese, Japanese, Korean on desktop) is not processed correctly
15
+
-`margin-left` and `line-height` properties are ignored when parsing HTML
16
+
- Inline elements inherit properties from block-level parents
17
+
- Unable to copy text between two editor instances
18
+
- Selection is incorrectly handled with two (or more) editor instances active
19
+
- Cursor is incorrectly positioned when only content in paragraph is an image
20
+
- Indefinite wrapping of subscript and superscript elements
21
+
- Pasting images inlines them instead of uploading them first
22
+
- Empty inline blocks cannot be removed at specific positions (first or last line)
23
+
- Editor does not scroll to cursor when typing
24
+
- Input on Android is not processed correctly
25
+
- Incorrect selection handling for HR elements
26
+
- Incorrect render with empty initial values
27
+
- Copying content may fail if it contains self-closing blocks
28
+
- Chrome: cannot insert emojis from context menu
29
+
- Firefox: select all (CTRL+A) is not handled correctly
0 commit comments