chore(deps): update ckeditor monorepo #1775
Open
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:
37.0.1
->37.1.0
35.3.2
->35.4.0
Release Notes
ckeditor/ckeditor5 (@ckeditor/ckeditor5-build-classic)
v37.1.0
Compare Source
Release highlights
Productivity Pack
We are excited to announce the release of a Productivity Pack for CKEditor 5. It includes five new premium features designed to boost productivity when working with the editor.
Other changes
We continue to work on the multi-root editor. This release introduces compatibility with reversion history and pagination. We also made some minor improvements and bug fixes.
MINOR BREAKING CHANGES ℹ️
language: A text with language set is no longer styled as italic. To re-enable the previous behavior, add the following style definition to your CSS:
Features
SourceEditing.updateEditorData()
method public to allow saving source editing data independently of the UI. Closes #11008. (commit)Bug fixes
Selection#getSelectedBlocks()
should ignore trailing blocks where no content is selected. The selection of such blocks is not visible to the content author and is usually there unintentionally. Closes #11585. (commit)<br>
instead of splitting a block. Closes #13321. (commit)ListPropertiesEditing
should not crash if there was a list in an image caption element. Closes #13858. (commit)Other changes
EditorConfig#initialData
is mismatched with initial roots set inMultiRootEditor#create()
. (commit)targetRanges
property of thebeforeInput
event data should be fixed to not cross the limit elements' boundaries. See #13583. (commit)TextPartLanguage
no longer styles text as italic when the language is set. Closes #12672. (commit)ts-loader
toesbuild-loader
when processing the TypeScript sources. It significantly reduces the build time when processing automated and manual tests or preparing snippets in the documentation. Closes #13643. (commit)MultiRootEditor
will first fire alldetachRoot
events and then alladdRoot
events if there are detached and added roots in the same batch. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
New packages:
Minor releases (contain minor breaking changes):
Releases containing new features:
Other releases:
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on Monday after 8pm" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.