Frontend Development 2 min read

CKEditor 5 v23.1.0 Stable Release: Raw HTML Embedding, Table Paste Enhancements, and Other Improvements

CKEditor 5 version 23.1.0 introduces raw HTML embedding with rendering support, an enhanced reconversion API, the ability to paste table content into other tables, numerous bug fixes, new documentation, React integration, and security recommendations such as using a sanitizer and CSP.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
CKEditor 5 v23.1.0 Stable Release: Raw HTML Embedding, Table Paste Enhancements, and Other Improvements

CKEditor 5 v23.1.0 stable has been released. The main updates include support for embedding native HTML code with rendering, improvements to the reconversion API, and the ability to paste table content into another table.

Embedding Raw HTML

This feature allows users to embed any HTML snippet in the editor, bypassing the built‑in filtering mechanism. Because of the potential security risk, it is recommended to always use a sanitizer and apply a Content Security Policy (CSP) for additional protection.

Pasting Table Content into Another Table

The new table‑paste functionality supports several scenarios:

Paste a table into a selected multi‑cell fragment.

Paste a smaller table fragment into a larger selected fragment.

When only a single cell is selected, paste a single table item.

Other Improvements and Bug Fixes

New guides and demos.

Integration with React.

Unsupported elements now trigger JavaScript errors instead of being silently filtered.

The URL input field receives focus when the upload panel is opened.

FrontendRich Text EditorCKEditorRelease NotesHTML EmbeddingTable Paste
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.