CKEditor 5 v23.1.0 released, supports embedding Raw HTML

The stable version of CKEditor 5 v23.1.0 has been released. The main updates include: support for embedding and rendering native HTML code in the editor, improving the reconversion API, and support for pasting table content into another table.

Embed Raw HTML

This function supports embedding arbitrary HTML code fragments in the editor, so users can embed HTML codes that are not supported by other CKEditor 5 functions and bypass the editor's filtering mechanism.

Therefore, this function has a certain risk, because the wrong configuration may cause security problems. Before enabling the HTML embedded content preview function, please always use sanitizer and use CSP to additionally protect your website.

For detailed usage, see the usage document .

Paste the contents of the table into another table

Support multiple situations:

  • Paste the table into the selected multi-cell table fragment
  • Paste the smaller table fragment into the larger selected table fragment
  • Paste only one form item when only one cell is selected

Other improvements and bugfixes

  • Use the new guide and demo
  • Integrate React
  • Unsupported elements will cause JavaScript errors instead of being filtered out
  • URL input as focus when opening upload panel
  • ……

See the announcement for detailed updates .

download link

Guess you like

Origin www.oschina.net/news/119861/ckeditor-5-v23-1-0-released