chore(deps): update dependency @ckeditor/ckeditor5-basic-styles to v31 #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
30.0.0
->31.0.0
Release Notes
ckeditor/ckeditor5
v31.0.0
Compare Source
Release highlights
We are happy to announce the release of CKEditor 5 v31.0.0.
This release introduces the following new features:
Command#affectsData
property to indicate whether a given command should stay enabled in editor modes with restricted write permissions. This solves the frequently reported problems of the availability of some editor features, such as export to PDF or Word, select all or find, in such editor modes as read-only, comments-only or restricted editing.There were also a few bug fixes:
MAJOR BREAKING CHANGES ℹ️
InsertHtmlEmbedCommand
andUpdateHtmlEmbedCommand
have been replaced byHtmlEmbedCommand
which is now responsible for both tasks. The command can be executed viaeditor.execute( 'htmlEmbed' )
. See the API reference for more information.Features
Command#affectsData
flag to indicate whether a given command should stay enabled in editor modes with restricted write permissions (e.g. read-only mode). Closes #10670. (commit)DataController#get()
is now decorated and fires aget
event on the method call. See #10505. (commit)RealTimeCollaborationClient#serverHistory
property. See the API reference for more information.Bug fixes
Renderer
when the selection is made using the mouse was blocked. Random glitching in Chrome when the user starts selection in a link (or a marker) at the beginning of the block was limited. Closes #10562. (commit)FindCommand
andFindNextCommand
commands should work properly in editor modes with restricted write permissions (e.g. read-only mode). Closes #10636. (commit)$graveyard
root. (commit)SelectAllCommand
command should work properly in editor modes with restricted write permissions (e.g. read-only mode). Closes #10635. (commit)editor.getData()
while in the source editing mode should return the data from the source editor passed through the model. Closes #10505. (commit)SelectColumnCommand
andSelectRowCommand
commands should work properly in editor modes with restricted write permissions (e.g. read-only mode). See #10635. (commit)ContextualBalloon
positioning should use the dynamiceditor.ui.viewportOffset
value instead of staticconfig.ui.viewportOffset
. Closes #10597. (commit)InputTextView
class should update its#isEmpty
property on every#input
instead of#change
to stay in sync. Closes #10431. (commit)CKEditorError
class. Closes #4959. (commit) Thanks to @marcellofuschi.Other changes
DomConverter#setContentOf()
method to fill DOM elements with a filtered HTML source. (commit)XmlDataProcessor
andHtmlDataProcessor
public to allow overriding e.g. the HTML writer. Closes #10619. (commit)DomConverter
. (commit)createObjectView()
view factory function. (commit)Media#getViewElement()
view factory method. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Major releases (contain major breaking changes):
Releases containing new features:
Other releases:
Configuration
📅 Schedule: "on Monday every 9 weeks of the year starting on the 9th week" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.