CKEditor 4.7.3 released
We are happy to announce the release of CKEditor 4.7.3. This is a minor release with plenty of fixes for different editor features, including making the Paste from Word plugin work correctly with enterMode
set to BR
. In addition to that, WebSpellChecker was updated and nested editables can now be filtered using CKEDITOR.filter.disallowedContent
. The CKEditor team has also officially taken over the maintenance of the editor NuGet packages. Read on for more information!
CKEditor NuGet Packages
Starting from this editor version, official NuGet packages can be used to install and upgrade CKEditor. You can choose between Basic, Standard, Standard-All and Full packages to add the editor to your project — refer to the Using Package Managers documentation for more details. The team would like to wholeheartedly thank Mark deVilliers who volunteered to create and maintain NuGet packages for CKEditor since 2014!
Paste from Word and ENTER_BR
Following our recent rewrite of Advanced Paste from Word from version 4.6, from this release the Paste from Word plugin supports enterMode
set to CKEDITOR.ENTER_BR
— paragraphs will no longer be pasted when the editor disallows them. At the same time, it is worth mentioning that the officially recommended mode is CKEDITOR.ENTER_P
and all editor features are optimized to work with this setting.
CKEditor Fixes
In addition to the above mentioned features, this release contains a few other noteworthy changes. Thanks to Daniel Miller the change
event is fired also when typing the first character after pasting. The Save plugin is also able to work in Source Mode. On the tables front, setting the CSS border
shorthand property with zero width will no longer cause the table to have the border attribute set to 1 and some errors thrown by the Table Tools plugin were fixed, too. There is also one new feature: allowing to filter nested editables content using CKEDITOR.filter.disallowedContent
(prior to this change only CKEDITOR.filter.allowedContent
could be used). The WebSpellChecker plugin was updated to the latest version, too.
Release notes
Check out the release notes for the full list of changes.
Download
Download CKEditor now and upgrade your installation or use your favorite package manager to install it!
License
CKEditor is available under Open Source and Commercial licenses. Full details can be found on our license page.
Reporting issues and contributing
Please report any issues in the CKEditor 4 development repository and follow the instructions in the issue template. You can also contribute code and provide editor patches through pull requests.
Support
Community support is available through Stack Overflow. Visit the support page for additional options.