Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.55 KB

File metadata and controls

35 lines (21 loc) · 2.55 KB
category updating
order 1
menu-title Overview
meta-title CKEditor 5 updates and maintenance | CKEditor 5 Documentation
meta-description Learn how to maintain and keep your CKEditor 5 up-to-date at all times.

CKEditor 5 updates and maintenance

This section explains how to keep your CKEditor 5 installation up to date. It covers updating between versions, migrating to the new installation methods or the CDN, moving from CKEditor 4, day-to-day maintenance, and our versioning and release policy. Keep all CKEditor 5 packages on the same version, and update one version at a time to avoid unexpected issues.

Migration to CDN

Migrate your CKEditor 5 from an NPM-based installation to a CDN-based one (for example {@link updating/migration-to-cdn/vanilla-js Vanilla JS}). CDN-based installations can simplify the setup process by providing a bundler-agnostic way to lazy initialization of CKEditor 5 scripts and styles injection. It reduces complexity in the project setup.

New installation methods

This section will explore the {@link updating/nim-migration/migration-to-new-installation-methods new installation methods} introduced in CKEditor 5 v42.0.0. These methods make CKEditor 5 much easier to use by reducing the number of possible installation paths and removing most of the limitations of the old methods.

Migration from CKEditor 4

If you want to switch to CKEditor 5 from our previous product, CKEditor 4, please refer to the dedicated {@link updating/migration-from-ckeditor-4 Migration from CKEditor 4} guide that will explain all the differences between these two products and help you make the switch.

Daily maintenance of regular operation of CKEditor 5

For general tips on how to take care of your CKEditor 5 installation, please refer to the {@link updating/maintaining Maintaining your editor} guide for tips on how to provide the daily service and make the editor work efficiently and without interruptions.

CKEditor 5 versioning policy and release process

Regular code releases bring new features and improvements to CKEditor5. Visit the {@link updating/versioning-policy Versioning policy} section to check release practices and versioning strategy.

Updating your CKEditor 5

Visit the {@link updating/updating-ckeditor-5 Updating CKEditor 5} guide for information on how to update your installation to the newest available stable version of the software. Visit the dedicated update guides for specific CKEditor 5 release versions if you need to catch up with the latest release.