Problem/Motivation
#3274767: Update to CKEditor 5 v34.0.0 got us on CKEditor 5 v34.0.0.
But the ckeditor5-list package's DLL build did not include the DocumentList plugin, only the List plugin. We need DocumentList. For example for the #3274651: Impossible to enable <ol type> or <ul type> with GHS: switch to List's successor, DocumentList stable blocker.
https://github.com/ckeditor/ckeditor5/releases/tag/v34.0.1 does not exist, only https://github.com/ckeditor/ckeditor5/releases/tag/v34.0.0.
Only https://www.npmjs.com/package/@ckeditor/ckeditor5-list got a 34.0.1 release, just for us, so we can start using DocumentList.
This hard-blocks the stable blocker #3274651, see #3274651-6: Impossible to enable <ol type> or <ul type> with GHS: switch to List's successor, DocumentList.
Proposed resolution
core/package.jsoncd coreyarn installyarn run vendor-updateyarn run build:ckeditor5yarn run build:ckeditor5-types
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3277405-6.patch | 153.74 KB | wim leers |
| #6 | interdiff.txt | 697 bytes | wim leers |
| #4 | 3277405-4.patch | 153.74 KB | wim leers |
| #4 | interdiff.txt | 707 bytes | wim leers |
| #2 | 3277405-2.patch | 153.75 KB | wim leers |
Comments
Comment #2
wim leersComment #3
nod_Unfortunately this is a 404, will need to add a @todo there to make sure we'll get it updated when v35 or v34.1 gets out since having a different version here and in
versionwill prevent the auto update of the license linkComment #4
wim leersDiscussed with @nod_ in chat. He means: revert back to the
34.0.0link (so that it's not a 404) and add a@todoto ensure it's updated in35.0.0.Comment #5
wim leerss/nit/not/ 🙈
Canceling test…
Comment #6
wim leersComment #7
nod_Perfect, thanks!
Comment #11
lauriiiCommitted e041ed7 and pushed to 10.0.x. Also cherry-picked to 9.4.x and 9.3.x. Thanks!
Comment #12
xjm