Update dependency @ckeditor/ckeditor5-react to v9 #1532
Merged
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:
^7.0.0
->^9.0.0
Release Notes
ckeditor/ckeditor5-react (@ckeditor/ckeditor5-react)
v9.2.0
Compare Source
Features
useCKEditorCloud
to makeCKEditorPremiumFeatures
andCKBox
non-nullable when proper configuration is passed. (commit)Other changes
languages
configuration property totranslations
inuseCKEditorCloud
. (commit)v9.1.0
Compare Source
We added an
onChangeInitializedEditors
callback toCKEditorContext
component to allow tracking newly initialized editors within the JSX React tree.Example
onChangeInitializedEditors
will be called twice in the example above:{ editor1: ... }
{ editor1: ..., editor2: ... }
editor2
might be initialized beforeeditor1
.Features
onChangeInitializedEditors
callback to CKEditorContext to allow tracking of newly initialized editors within the JSX React tree. Closes #513. (commit)useCKEditorCloud
hook for managing asynchronous loading of CKEditor from a CDN. (commit)withCKEditorCloud
HOC to simplify CKEditor integration with CDN in React components. (commit)Bug fixes
v9.0.0
Compare Source
We are excited to announce a new major release of the React integration.
In this release, we have introduced the following breaking changes that should make using the integration more intuitive and easier.
<CKEditorContext>
component and theuseMultiRootEditor
hook should no longer throw errors.CKEditor
toCKEDITOR_REACT
.BREAKING CHANGES
CKEditor
toCKEDITOR_REACT
.Bug fixes
CKEditorContext
format to prevent race conditions in theCKEditor
component. (commit)classic
so thatreact-jsx-runtime
is not bundled. (commit)CKEditor
toCKEDITOR_REACT
to match the new convention. See ckeditor/ckeditor5#16736. (commit)Other changes
v8.0.0
Compare Source
We are excited to announce the next major version of the React integration.
This release is intended to allow the integration to work with the latest version of new installation methods.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.