ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

📄 Nightly releases changelog

Open CKEditorBot opened this issue 2 years ago • 0 comments

Below you can find the changelog for the latest CKEditor 5 nightly release (0.0.0-nightly-20251211.0).

These entries are generated automatically based on the files stored in the .changelog/ directory. As a result, some items may be unclear or difficult to interpret. We apologize for any inconvenience.

The changelog is built starting from the latest stable release (47.3.0), using it as a reference point for collecting changes.

To learn more about CKEditor 5 nightly releases, see #14502.


0.0.0-nightly-20251211.0 (December 11, 2025)

Features

  • emoji: The Emoji plugin can now be used together with the Emoji v17.0 dataset, which has been uploaded to the CKEditor CDN. This update does not change the default emoji version used by CKEditor. Closes #19394.

Bug fixes

  • basic-styles, icons: Fixed the superscript and footnote icons to properly inherit colors from CSS instead of using hardcoded fill values. Closes #19464.
  • email, export-inline-styles: Fixed incorrect table alignment in Classic Outlook when exporting inline styles with getEmailInlineStylesTransformations.
  • ai: AI Review sidebar is no longer stuck in loading state for specific AI API responses with no real changes in the content.
  • ai: AI Chat related Quick Actions now open the AI Chat if it is closed or if another tab is currently active.
  • ai: The document will no longer be added to the context automatically when it is disabled via ai.chat.context.document.enabled config.
  • ai: Quick Actions that use AI Chat are now hidden when the document context is disabled via ai.chat.context.document.enabled config, as they require the document to function properly.
  • link: Fixed an issue where setting editor data with multiple images or images mixed with text inside a single link would result in only the first image being preserved and the rest of the content being removed. Closes #18961.
  • table: The default alignment for table headers in the output has been set to left to match the editing view and ensure consistent rendering across all browsers. Closes #19454.

Other changes

  • ai: Track Changes suggestion markers are always grayed out in AI review, even if active.

    This makes it easier to navigate when review check is active in content with many Track Changes suggestions and keeps full focus on changes created by AI.

  • table: Introduced the experimental useExtendedTableBlockAlignment flag enabling block table alignments. Updated table balloons to reflect this behavior and better match the editor design, visible when using the new TablePropertiesUIExperimental and TableCellPropertiesUIExperimental plugins. See #3225.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

CKEditorBot avatar Aug 02 '23 19:08 CKEditorBot