@ckeditor/ckeditor5-media-embed
Advanced tools
Changelog
46.0.1 (August 11, 2025)
We are happy to announce the release of CKEditor 5 v46.0.1.
We have prepared a new theme for our documentation to enhance its quality. The new look improves readability and addresses several accessibility issues for a better experience. The redesigned navigation bar gives more useful access to various sections of the documentation, making it easier to reference guides for all our products. Improved table of contents makes browsing and finding guides easier, paired with updated search functionality. Check out the new experience yourself!
This release introduces a significant pagination update, along with numerous fixes. Page breaks are now calculated taking into account the content styles, bookmark markers, and with better tolerance calculation. Pagination now also finds the correct breakpoint for large tables of contents and images taller than the page.
The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.
.d.ts
files (e.g. Module has no exported member
) when adding the ckeditor5-premium-features
dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in the ckeditor5-premium-features
package and affected users who didn't have "skipLibCheck": true
set in their tsconfig.json
.CommentsEditing
being exported as type instead of value.CodeBlockElementSupport
, CustomElementSupport
, ListElementSupport
, DualContentModelElementSupport
, HeadingElementSupport
, ImageElementSupport
, MediaEmbedElementSupport
, ScriptElementSupport
, StyleElementSupport
, TableElementSupport
, HorizontalLineElementSupport
. Closes #18855..ck-content > :first-child
.width: 0
attribute when tables are pasted from Word.RevisionViewerIntegration
being exported as type instead of value.TrackChangesUI
missing an export.Identifier 'global' has already been declared.
error being thrown in some environments due to the global variable name in the @ckeditor/ckeditor5-utils
package. Closes #18856.CollaborationUserColor#id
a public readonly property.EmojiUtils#isEmojiSupported()
method. Closes #18822.0.5mm
tolerance while calculating line breaks.Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases: