Release notes · August 26, 2026

RichTextEditor 2.5.1

A fix release: verified accessibility repairs across the editor chrome, two long-standing dialog and review-mode bugs closed, and code blocks that survive a save/reload round trip.

2.5.1

Suggesting mode: every space advances the caret Fix

In suggesting (track-changes) mode, a second consecutive space no longer leaves the caret visually stuck. Tracked insertions now apply the same whitespace handling the browser applies to normal typing, so spaces render instead of collapsing — and revert to plain spaces once text follows, keeping word wrap and copied text clean.

Code blocks survive reload Fix

Insert Code placed its block at the caret even inside a paragraph, which looked right until the document was saved and reopened — the browser then hoisted the block out and split the paragraph. The paragraph is now split at insert time, so what you save is exactly what reloads.

Refreshed download packages Packaging

Every download bundle is rebuilt against the current core and plugin set, so the 2.5.0 accessibility and editing fixes — including the Escape-dismissible image toolbar and the repaired Set Size panel — now ship in all ten framework packages.

Install or upgrade

Grab the latest via npm:

npm install @richscripts/richtexteditor@latest

Feedback & issues: support@richtexteditor.com