You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the changelog entries for the latest CKEditor 5 nightly release (0.0.0-nightly-20250213.0).
These entries come from commits on the #master branch and are generated automatically. Hence, some things may be unclear or incomprehensible. We are sorry for the inconvenience.
We use the latest stable release (44.2.0) as a starting point for collecting commits to process.
To learn more about the CKEditor 5 nightly releases - follow #14502.
engine: The ViewConsumable.consumablesFromElement() is removed and replaced with view.Element#_getConsumables() internal method. You should use ViewConsumable.createFrom() To create consumables if needed.
engine: The ViewElementConsumables now accepts and outputs only normalized data. The ViewConsumable still accepts normalized or non-normalized input.
engine: The Matcher#match() and Matcher#matchAll() output is now normalized. The MatchResult#match now contains normalized data compatible with changes in the ViewConsumable.
html-support: Add an experimental EmptyBlock plugin that prevents adding to output data. (commit)
Bug fixes
engine: The link rel attribute will now allow mixing manual link decorators for the same attribute, as it will be now handled as a token list. Closes #13985, Closes #6436. (commit)
mention: Mention should not be wrapped with an additional <span> when GHS is enabled. Closes #15329. (commit)
ui: Fixed an issue where the first selected color was applied instead of the second selected color when using the font color picker for the first time after loading the page. Closes #17069. (commit)
Other changes
engine: The whitespaces around a block filler ( ) are ignored while loading editor data. (commit)
Below are the changelog entries for the latest CKEditor 5 nightly release (
0.0.0-nightly-20250213.0
).These entries come from commits on the
#master
branch and are generated automatically. Hence, some things may be unclear or incomprehensible. We are sorry for the inconvenience.We use the latest stable release (
44.2.0
) as a starting point for collecting commits to process.To learn more about the CKEditor 5 nightly releases - follow #14502.
Changelog
0.0.0-nightly-20250213.0 (February 13, 2025)
MINOR BREAKING CHANGES ℹ️
ViewConsumable.consumablesFromElement()
is removed and replaced withview.Element#_getConsumables()
internal method. You should useViewConsumable.createFrom()
To create consumables if needed.ViewElementConsumables
now accepts and outputs only normalized data. TheViewConsumable
still accepts normalized or non-normalized input.Matcher#match()
andMatcher#matchAll()
output is now normalized. TheMatchResult#match
now contains normalized data compatible with changes in theViewConsumable
.Features
<hr>
element. Closes #12973. (commit)EmptyBlock
plugin that prevents adding
to output data. (commit)Bug fixes
rel
attribute will now allow mixing manual link decorators for the same attribute, as it will be now handled as a token list. Closes #13985, Closes #6436. (commit)<span>
when GHS is enabled. Closes #15329. (commit)Other changes
) are ignored while loading editor data. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
Releases containing new features:
Other releases:
The text was updated successfully, but these errors were encountered: