v41.1.0
We are happy to announce the release of CKEditor 5 v41.1.0.
MINOR BREAKING CHANGES ℹ️
- engine: We fixed how the missing
value
of the"class"
and"style"
attribute conversion is handled in theattributeToAttribute()
upcast helper. Now while not providing the attribute'svalue
to conversion the helper accepts and consumes all values. Previously those values were not consumed and left for other converters to convert. Note that you should use theclasses
, and thestyles
fields for the fine-tuned conversion of those attributes instead of a catch-all"style"
and"class"
specified in thekey
field. - font: The
colorSelectorView
property will no longer be accessible from theColorUI
plugin in the@ckeditor/ckeditor5-font/src/ui/colorui.ts
. - source-editing: The source editing feature will now throw an error when used with real-time collaboration as these features are not fully compatible and may lead to data loss. You will have to explicitly enable source editing for real-time collaboration by setting the
sourceEditing.allowCollaborationFeatures
configuration flag totrue
. If you want to use both these features, please read a new guide discussing the risks and add the flag to your configuration.
Features
- collaboration-core: The local user ("me" user) avatar will now have a distinct highlight (additional border) so it is easier to spot among other avatars. The related DOM element will receive the
.ck-user_me
CSS class to customize or remove the highlight. - real-time-collaboration: Introduced the
presenceList.displayMe
configuration flag. When set tofalse
, the local user ("me" user) will not be displayed in the presence list. Defaults totrue
.
Bug fixes
- engine: The
style
andclass
attributes conversion should work withattributeToAttribute()
. Closes #4517. (commit) - font: The font color and font background features should work in both the main toolbar and the balloon toolbar. Closes #15580. (commit)
- link: An image should not disappear after dragging in Windows OS in Chromium browsers. #15700. (commit)
Other changes
- real-time-collaboration: Modified the order of users in the presence list, so that local user ("me" user) is always visible first.
- source-editing: Source editing will now throw an error when used with real-time collaboration. Added the
sourceEditing.allowCollaborationFeatures
configuration flag that suppresses the error and allows to use both features together. Closes #15764. (commit) - Updated translations. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
- @ckeditor/ckeditor5-engine: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-font: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-source-editing: v41.0.0 => v41.1.0
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-ai: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-alignment: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-autoformat: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-autosave: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-basic-styles: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-block-quote: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-balloon: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-balloon-block: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-classic: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-decoupled-document: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-inline: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-build-multi-root: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-case-change: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-ckbox: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-ckfinder: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-clipboard: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-cloud-services: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-code-block: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-collaboration-core: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-comments: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-core: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-document-outline: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-easy-image: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-editor-balloon: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-editor-classic: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-editor-decoupled: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-editor-inline: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-editor-multi-root: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-enter: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-essentials: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-export-pdf: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-export-word: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-find-and-replace: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-format-painter: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-heading: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-highlight: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-horizontal-line: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-html-embed: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-html-support: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-image: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-import-word: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-indent: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-language: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-link: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-list: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-markdown-gfm: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-media-embed: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-mention: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-minimap: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-operations-compressor: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-page-break: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-pagination: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-paragraph: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-paste-from-office: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-paste-from-office-enhanced: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-real-time-collaboration: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-remove-format: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-restricted-editing: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-revision-history: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-select-all: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-show-blocks: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-slash-command: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-special-characters: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-style: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-table: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-template: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-theme-lark: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-track-changes: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-typing: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-ui: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-undo: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-upload: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-utils: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-watchdog: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-widget: v41.0.0 => v41.1.0
- @ckeditor/ckeditor5-word-count: v41.0.0 => v41.1.0
- ckeditor5-collaboration: v41.0.0 => v41.1.0