Skip to content

Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0#3840

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ckeditor/ckeditor5-table-48.2.0
Open

Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0#3840
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ckeditor/ckeditor5-table-48.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0.

Release notes

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

v48.2.0

We are happy to announce the release of CKEditor 5 v48.2.0.

Release highlights

Media embed improvements

The Media embed feature now supports resizing with drag handles and styling, including alignment with optional text wrapping. Embedded videos and other media can be aligned left, right, or centered, with surrounding content flowing around them.

Editor roots on paragraph-like elements

Editor roots can now be attached to or created as block-level elements other than the default container, including headings, paragraphs, and custom block elements with their own classes, styles, and attributes. This helps integrate CKEditor 5 with CMSes and other systems that edit individual content fields rather than a single wrapper.

Skip-level lists

The list feature now supports skip-level lists. List items can be nested at non-sequential indentation levels, for example a third-level item placed directly under a first-level one, preserving the structure of documents imported or pasted from Word and HTML sources.

General HTML Support in CKEditor AI

CKEditor AI now works in editors configured with General HTML Support. AI Chat, AI Quick Actions, and AI Review can apply and suggest changes on content that uses additional elements and attributes.

Paste and drag and drop in AI Chat

The AI Chat input now supports pasting and drag and drop. Screenshots from the clipboard and other images are added as context attachments, URLs are detected and displayed as link pills, and long pasted text is attached as a text file.

Other AI improvements

  • Multi-root and multi-editor support. AI Chat and AI Review now support multi-root and multi-editor integrations, including adding or removing editor instances at runtime.
  • Default typography improvements for AI Chat responses. AI Chat now includes built-in styles for common content types, improving the readability of generated output.
  • Resilient streaming. Streaming replies in AI Chat are no longer cancelled when the page is closed or reloaded. The reply keeps streaming on the server and reconnects when the conversation is reopened.

MINOR BREAKING CHANGES ℹ️

  • ai: Changed CKEditor AI APIs used by custom workflows. Review the following changes and see the API documentation for details.

    • Removed methods:

      • AIChatContext#updateCurrentDocument() (use AIChatContext#updateCurrentDocuments() instead).
      • AIEditing#sessionId (use AIEditing#getSessionId( editor ) instead).
      • AIChatContext#getSourceByDataId()
      • AIChatContext#getDocumentContextSliceByDataId()
    • Removed properties:

      • AIReply#documentId
      • AIReply#newNodeAnchorIds
      • AIReply#dataIdDocumentSources
    • Modified method signature:

      • AIReply#appendContent( content )
      • AIEditing#modelToDataWithIds( modelFragment )
      • AIChatController#addSelectionToChatContext()

... (truncated)

Changelog

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

48.2.0 (June 2, 2026)

We are happy to announce the release of CKEditor 5 v48.2.0.

Release highlights

Media embed improvements

The Media embed feature now supports resizing with drag handles and styling, including alignment with optional text wrapping. Embedded videos and other media can be aligned left, right, or centered, with surrounding content flowing around them.

Editor roots on paragraph-like elements

Editor roots can now be attached to or created as block-level elements other than the default container, including headings, paragraphs, and custom block elements with their own classes, styles, and attributes. This helps integrate CKEditor 5 with CMSes and other systems that edit individual content fields rather than a single wrapper.

Skip-level lists

The list feature now supports skip-level lists. List items can be nested at non-sequential indentation levels, for example a third-level item placed directly under a first-level one, preserving the structure of documents imported or pasted from Word and HTML sources.

General HTML Support in CKEditor AI

CKEditor AI now works in editors configured with General HTML Support. AI Chat, AI Quick Actions, and AI Review can apply and suggest changes on content that uses additional elements and attributes.

Paste and drag and drop in AI Chat

The AI Chat input now supports pasting and drag and drop. Screenshots from the clipboard and other images are added as context attachments, URLs are detected and displayed as link pills, and long pasted text is attached as a text file.

Other AI improvements

  • Multi-root and multi-editor support. AI Chat and AI Review now support multi-root and multi-editor integrations, including adding or removing editor instances at runtime.
  • Default typography improvements for AI Chat responses. AI Chat now includes built-in styles for common content types, improving the readability of generated output.
  • Resilient streaming. Streaming replies in AI Chat are no longer cancelled when the page is closed or reloaded. The reply keeps streaming on the server and reconnects when the conversation is reopened.

MINOR BREAKING CHANGES ℹ️

  • ai: Changed CKEditor AI APIs used by custom workflows. Review the following changes and see the API documentation for details.

    • Removed methods:

      • AIChatContext#updateCurrentDocument() (use AIChatContext#updateCurrentDocuments() instead).
      • AIEditing#sessionId (use AIEditing#getSessionId( editor ) instead).
      • AIChatContext#getSourceByDataId()
      • AIChatContext#getDocumentContextSliceByDataId()
    • Removed properties:

      • AIReply#documentId
      • AIReply#newNodeAnchorIds
      • AIReply#dataIdDocumentSources
    • Modified method signature:

      • AIReply#appendContent( content )
      • AIEditing#modelToDataWithIds( modelFragment )

... (truncated)

Commits
  • 936a304 Release v48.2.0.
  • ed9477e Fixed EditorWatchdog restart behavior and improved inline root conversion r...
  • f361ee1 Added media embed resizing and styling features, improved list handling, and ...
  • 705f4ad Release: v48.1.1. [skip ci]
  • f2befd4 Release: v48.1.0. [skip ci]
  • 9ca2080 Add support for table td align attribute. (#20085)
  • 733553b Merge branch 'stable' into stable_to_master
  • 3dcb0e6 Release: v48.0.1. [skip ci]
  • 497c323 Merge pull request #20069 from ckeditor/ck/18942
  • 040130a Updated type exports.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@github-actions github-actions Bot changed the title Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0 BC-11903 - Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0 Jun 17, 2026
Bumps [@ckeditor/ckeditor5-table](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-table) from 41.4.2 to 48.2.0.
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v48.2.0/packages/ckeditor5-table)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-table"
  dependency-version: 48.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title BC-11903 - Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0 Bump @ckeditor/ckeditor5-table from 41.4.2 to 48.2.0 Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ckeditor/ckeditor5-table-48.2.0 branch from e37b3a7 to c5f3bfb Compare June 29, 2026 07:49
@sonarqubecloud

Copy link
Copy Markdown

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

Development

Successfully merging this pull request may close these issues.

0 participants