Skip to content

Release version 3.6.0

Compare
Choose a tag to compare
@markusguenther markusguenther released this 15 Jun 10:35
· 53 commits to 2.x since this release

Important

This release had an issue with composer because it was triggered on a wrong branch. Please use 3.6.1 instead!

If you did use the following statement in your custom UI plugin, this
change is breaking, as UpcastConverters and DowncastConverters is not exported anymore:

import {UpcastConverters, DowncastConverters} from 'ckeditor5-exports'

Background: CKEditor5 12.x removed this API as explained in their
Upgrade Guide in section "Conversion helpers"

How to fix: Use the new API as described in the upgrade guide of CKEditor5.


TASK: Add sponsor button for neos funding
TASK: Update to CKEditor5 12.X


BUGFIX: Allow compiling ui plugins again


Many thanks to all Contributor:

@Sebobo @skurfuerst @markusguenther

All changes in this release: 3.5.0...3.6.0