Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) #1428

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-react ^6.0.0 || ^7.0.0 -> ^6.0.0 || ^7.0.0 || ^9.0.0 age adoption passing confidence

Release Notes

ckeditor/ckeditor5-react (@​ckeditor/ckeditor5-react)

v9.4.0

Compare Source

Features
Bug fixes
  • Call onChangeInitializedEditors on startup of CKEditorContext if there are ready editors. (commit)

v9.3.1

Compare Source

Bug fixes
  • Behavior of useCKEditorCloud hook is now consistent with Vite and Next runtimes while changing properties. (commit)
  • Prevent potential crashes of useMultiRootEditor during the initialization phase when setting the new state of the multi-root editor with an attached watchdog. Closes #​542. (commit)
  • Update roots with modified content only. (commit)

v9.3.0

Compare Source

Features
  • Experimental: Better error messages in useCKEditorCloud. It now detects existing editor installations and gives migration info from NPM to CDN. (commit)
Other changes
  • Remove ckeditor5-premium-features from peerDependencies. (commit)

v9.2.0

Compare Source

Features
  • Experimental: Improve result type of useCKEditorCloud to make CKEditorPremiumFeatures and CKBox non-nullable when proper configuration is passed. (commit)
Other changes
  • Experimental: Rename the languages configuration property to translations in useCKEditorCloud. (commit)

v9.1.0

Compare Source

We added an onChangeInitializedEditors callback to CKEditorContext component to allow tracking newly initialized editors within the JSX React tree.

Example

<CKEditorContext
  context={ ClassicEditor.Context }
  contextWatchdog={ ClassicEditor.ContextWatchdog }
  onChangeInitializedEditors={ editors => {
    console.log( editors );
  }}
>
  <CKEditor
    editor={ ClassicEditor }
    data="<h2>Editor</h2>"
    contextItemMetadata={{
      name: 'editor1',
      user: { id: '2' }
    }}
  />

  <CKEditor
    editor={ ClassicEditor }
    data="<h2>Another Editor</h2><p>... in a common Context</p>"
    contextItemMetadata={{
      name: 'editor2'
    }}
  />
</CKEditorContext>

onChangeInitializedEditors will be called twice in the example above:

  1. First log: { editor1: ... }
  2. Second log: { editor1: ..., editor2: ... }

⚠️ Order of initialization is not guaranteed. editor2 might be initialized before editor1.

Features
  • Add an onChangeInitializedEditors callback to CKEditorContext to allow tracking of newly initialized editors within the JSX React tree. Closes #​513. (commit)
  • Experimental: Added useCKEditorCloud hook for managing asynchronous loading of CKEditor from a CDN. (commit)
  • Experimental: Added withCKEditorCloud HOC to simplify CKEditor integration with CDN in React components. (commit)
Bug fixes
  • Image upload should be now possible in demos. (commit)
  • Indent button is no longer disabled in manual demos. (commit)
  • Manual demos should point to existing documentation links. (commit)

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.

  • ESM-first: Besides the UMD build, the integration is now available in ESM format. In most projects, the new ESM build should be automatically prioritized by bundlers and other tools.
  • Support for React 19: We improved support for using the integration in React 19. As a result, the <CKEditorContext> component and the useMultiRootEditor hook should no longer throw errors.
  • New name of the global variable: The name of the global variable used in the UMD build changed from CKEditor to CKEDITOR_REACT.
BREAKING CHANGES
  • Change the global name used in the UMD build from CKEditor to CKEDITOR_REACT.
Bug fixes
  • Adjusted CKEditorContext format to prevent race conditions in the CKEditor component. (commit)
  • Change JSX runtime to classic so that react-jsx-runtime is not bundled. (commit)
  • Change the global name used in the UMD build from CKEditor to CKEDITOR_REACT to match the new convention. See ckeditor/ckeditor5#16736. (commit)
Other changes
  • Added support for React 19. (commit)
  • Updated yarn.lock to fix dependabot alert. (commit)

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 - "before 1am on monday and wednesday" in timezone Europe/Paris, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 2 times, most recently from 08a0da3 to 3395b91 Compare July 4, 2024 07:20
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from bfa6d52 to 3008b6e Compare July 4, 2024 09:04
Copy link

vercel bot commented Jul 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
oak ⬜️ Ignored (Inspect) Visit Preview Feb 3, 2025 10:14am

@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 4 times, most recently from 2492bc1 to cf09ed7 Compare July 11, 2024 12:13
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from ec0bcdb to 156b90f Compare July 25, 2024 11:32
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 4 times, most recently from 2fa71f6 to b19f844 Compare August 1, 2024 17:20
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 2 times, most recently from e904beb to 3372c16 Compare August 13, 2024 09:06
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from 55225dc to 5d39edf Compare September 5, 2024 09:38
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from 9e6e23b to 9af4ca9 Compare September 11, 2024 13:04
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from f031fc4 to 7cfade6 Compare September 19, 2024 11:56
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 7cfade6 to 0695ff9 Compare September 19, 2024 13:24
@renovate renovate bot changed the title chore(deps): update ckeditor monorepo (develop) (major) chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) Sep 19, 2024
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 5 times, most recently from 1bcc71d to cfcc07f Compare September 26, 2024 14:28
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from cfcc07f to 7c1ec96 Compare October 2, 2024 12:44
@renovate renovate bot changed the title chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) chore(deps): update ckeditor monorepo (develop) (major) Oct 2, 2024
@renovate renovate bot changed the title chore(deps): update ckeditor monorepo (develop) (major) chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) Oct 3, 2024
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 5 times, most recently from 5ea8ef6 to 61c9af8 Compare October 15, 2024 07:41
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from e04bc39 to 230d3ec Compare October 25, 2024 14:20
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 230d3ec to 849e712 Compare December 2, 2024 08:56
@renovate renovate bot changed the title chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) chore(deps): update ckeditor monorepo (develop) (major) Dec 2, 2024
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 2 times, most recently from 6921a77 to 16d1a52 Compare December 13, 2024 09:41
@renovate renovate bot changed the title chore(deps): update ckeditor monorepo (develop) (major) chore(deps): update dependency @ckeditor/ckeditor5-react to v9 (develop) Dec 13, 2024
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 16d1a52 to d384c77 Compare December 16, 2024 08:39
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from d384c77 to 2bb5e76 Compare February 3, 2025 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant