Problem/Motivation
If using CKEditor 5 Icons, do NOT update to Drupal 11.2 or 10.5. API changes have occurred in CKEditor 5 v45.0 that break the plugin. If you've updated to Drupal v11.2 and find CKEditor is now broken, remove the plugin from the CKEditor toolbar to fix it.
Steps to reproduce
Update to Drupal v11.2 or later, or CKEditor v45.0 or later.
Proposed resolution
Update and recompile plugin with API changes, exact changes to be investigated.
Remaining tasks
May need to fix Drupal version at Drupal minor versions (X.x) rather than major versions (X), as changes to the CKEditor API in minor versions frequently break advanced CKEditor plugins such as CKEditor 5 Icons, rendering the editor unusable until the plugin is disabled.
Issue fork ckeditor5_icons-3531136
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
timurtripp commentedComment #3
timurtripp commentedBreaking change has been identified, fix coming shortly.
Comment #5
pookmish commentedI encountered this issue and the MR restored CKEditor functionality without any configuration changes.
Comment #6
timurtripp commentedComment #7
timurtripp commented@pookmish, thanks for testing. In 11.2.0 and 10.4.8 this is working fine for me so I'll merge into the dev branch.
Comment #9
timurtripp commented