Skip to content

chore(deps): bump @ckeditor/ckeditor5-react from 11.1.0 to 11.2.0 in /client#8347

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/client/ckeditor/ckeditor5-react-11.1.2
Open

chore(deps): bump @ckeditor/ckeditor5-react from 11.1.0 to 11.2.0 in /client#8347
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/client/ckeditor/ckeditor5-react-11.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Copy link
Copy Markdown
Contributor

Bumps @ckeditor/ckeditor5-react from 11.1.0 to 11.2.0.

Release notes

Sourced from @​ckeditor/ckeditor5-react's releases.

v11.2.0

Features

  • The useMultiRootEditor hook now returns addRoot and removeRoot helpers directly. Previously, adding or removing a root required manually manipulating the data and attributes state outside the hook. You can now call them directly:

    const { addRoot, removeRoot } = useMultiRootEditor( props );
    await addRoot({
    name: 'my-root',
    data: '<p>Hello</p>',
    attributes: { order: 10 },
    editableOptions: {
    element: 'section',
    placeholder: 'Start typing...',
    label: 'My section'
    }
    });
    await removeRoot( 'my-root' );

  • The <CKEditor> component now supports paragraph-like editor configurations. When config.root.element (or config.roots.main.element) is provided, you can customize the tag name, CSS classes and inline styles of the editable element instead of relying on the default plain <div>.

  • Each editable root in the multi-root editor can now be configured independently with its own HTML element type, placeholder text and accessible label. Pass an editableOptions object to addRoot to control the element (e.g. 'section', 'article'), placeholder and assistive-technology label for that specific root.

Other changes

  • Readme simplification.

v11.1.2

Bug fixes

  • Fixed an issue where the editor's alpha version was being compared incorrectly.

v11.1.1

Other changes

  • Improved compatibility with the latest CKEditor 48.x. Closes #658.
Changelog

Sourced from @​ckeditor/ckeditor5-react's changelog.

11.2.0 (June 8, 2026)

Features

  • The useMultiRootEditor hook now returns addRoot and removeRoot helpers directly. Previously, adding or removing a root required manually manipulating the data and attributes state outside the hook. You can now call them directly:

    const { addRoot, removeRoot } = useMultiRootEditor( props );
    await addRoot({
    name: 'my-root',
    data: '<p>Hello</p>',
    attributes: { order: 10 },
    editableOptions: {
    element: 'section',
    placeholder: 'Start typing...',
    label: 'My section'
    }
    });
    await removeRoot( 'my-root' );

  • The <CKEditor> component now supports paragraph-like editor configurations. When config.root.element (or config.roots.main.element) is provided, you can customize the tag name, CSS classes and inline styles of the editable element instead of relying on the default plain <div>.

  • Each editable root in the multi-root editor can now be configured independently with its own HTML element type, placeholder text and accessible label. Pass an editableOptions object to addRoot to control the element (e.g. 'section', 'article'), placeholder and assistive-technology label for that specific root.

Other changes

  • Readme simplification.

11.1.2 (April 15, 2026)

Bug fixes

  • Fixed an issue where the editor's alpha version was being compared incorrectly.

11.1.1 (April 13, 2026)

Other changes

  • Improved compatibility with the latest CKEditor 48.x. Closes #658.
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code labels Apr 26, 2026
@adi-herwana-nus

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@ckeditor/ckeditor5-react](https://github.com/ckeditor/ckeditor5-react) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/ckeditor/ckeditor5-react/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-react/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5-react@v11.1.0...v11.2.0)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-react"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @ckeditor/ckeditor5-react from 11.1.0 to 11.1.2 in /client chore(deps): bump @ckeditor/ckeditor5-react from 11.1.0 to 11.2.0 in /client Jul 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/client/ckeditor/ckeditor5-react-11.1.2 branch from a8a265a to c5375ad Compare July 18, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant