Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-11 | 18.3 kB | |
v46.0.1 source code.tar.gz | 2025-08-11 | 74.0 MB | |
v46.0.1 source code.zip | 2025-08-11 | 79.8 MB | |
Totals: 3 Items | 153.8 MB | 10 |
We are happy to announce the release of CKEditor 5 v46.0.1.
Release highlights
Complete documentation redesign is here
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!
The pagination plugin just got better
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.
Table handling with pagination and export to PDF
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.
Bug fixes
- export-word, list-multi-level, real-time-collaboration, revision-history, track-changes: Fixed a bug that caused TypeScript to report compilation errors in
.d.ts
files (e.g.Module has no exported member
) when adding theckeditor5-premium-features
dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in theckeditor5-premium-features
package and affected users who didn't have"skipLibCheck": true
set in theirtsconfig.json
. - export-pdf, pagination: 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.
- comments, track-changes: Annotations will now be hidden in the sidebar when the target element is not a valid DOM element, preventing sidebar flickering and the appearance of orphaned annotations.
- comments: Resolved comment thread highlight will now be properly removed from the editing area when the comments archive is closed while the editor is in read-only mode.
- comments: Fixed
CommentsEditing
being exported as type instead of value. - html-support: Fixed following plugins being exported as types instead of values:
CodeBlockElementSupport
,CustomElementSupport
,ListElementSupport
,DualContentModelElementSupport
,HeadingElementSupport
,ImageElementSupport
,MediaEmbedElementSupport
,ScriptElementSupport
,StyleElementSupport
,TableElementSupport
,HorizontalLineElementSupport
. Closes #18855. - list: Fix the vertical spacing of a single paragraph in the list item with a nested list. Closes #18831.
- pagination: Pagination correctly handles content styles like
.ck-content > :first-child
. - pagination: Pagination lines do not change position depending on user selection.
- pagination: Pagination correctly finds page breaks on a large table of contents.
- pagination: The pagination line is correctly positioned when there is a bookmark element at the start of the block.
- pagination: Pagination can find page breaks on images taller than a page height.
- paste-from-office: Clean the
width: 0
attribute when tables are pasted from Word. - revision-history: Fixed
RevisionViewerIntegration
being exported as type instead of value. - table: Tables should not be stretched to full page width when printed.
- table: The table caption should not be scrambled when the document is printed. Closes #18903.
- track-changes: Fixed multiple cases where suggestion markers were created on incorrect ranges, causing sidebar flickering.
- track-changes: Fixed
TrackChangesUI
missing an export. - utils: Fixed the
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.
Other changes
- collaboration-core: Make
CollaborationUserColor#id
a public readonly property. - emoji: Improve the initialization performance of the Emoji feature by optimizing the
EmojiUtils#isEmojiSupported()
method. Closes #18822. - export-pdf: Added width constraint for content exported to PDF.
- image: Image caption should be printed on the same page as the image.
- pagination: Pagination uses
0.5mm
tolerance while calculating line breaks.
Released packages
Check out the Versioning policy guide for more information.