Skip to content

Commit

Permalink
FEATURE: Upgrade to CKEditor version 44.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 6, 2024
1 parent 781ea25 commit e6322a6
Show file tree
Hide file tree
Showing 77 changed files with 593 additions and 577 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions packages/neos-ui-ckeditor5-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"private": true,
"main": "./src/manifest.js",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^43.3.1",
"@ckeditor/ckeditor5-basic-styles": "^43.3.1",
"@ckeditor/ckeditor5-core": "^43.3.1",
"@ckeditor/ckeditor5-editor-decoupled": "^43.3.1",
"@ckeditor/ckeditor5-engine": "^43.3.1",
"@ckeditor/ckeditor5-essentials": "^43.3.1",
"@ckeditor/ckeditor5-heading": "^43.3.1",
"@ckeditor/ckeditor5-link": "^43.3.1",
"@ckeditor/ckeditor5-list": "^43.3.1",
"@ckeditor/ckeditor5-paragraph": "^43.3.1",
"@ckeditor/ckeditor5-remove-format": "^43.3.1",
"@ckeditor/ckeditor5-table": "^43.3.1",
"@ckeditor/ckeditor5-utils": "^43.3.1",
"@ckeditor/ckeditor5-widget": "^43.3.1",
"@ckeditor/ckeditor5-alignment": "^44.0.0",
"@ckeditor/ckeditor5-basic-styles": "^44.0.0",
"@ckeditor/ckeditor5-core": "^44.0.0",
"@ckeditor/ckeditor5-editor-decoupled": "^44.0.0",
"@ckeditor/ckeditor5-engine": "^44.0.0",
"@ckeditor/ckeditor5-essentials": "^44.0.0",
"@ckeditor/ckeditor5-heading": "^44.0.0",
"@ckeditor/ckeditor5-link": "^44.0.0",
"@ckeditor/ckeditor5-list": "^44.0.0",
"@ckeditor/ckeditor5-paragraph": "^44.0.0",
"@ckeditor/ckeditor5-remove-format": "^44.0.0",
"@ckeditor/ckeditor5-table": "^44.0.0",
"@ckeditor/ckeditor5-utils": "^44.0.0",
"@ckeditor/ckeditor5-widget": "^44.0.0",
"@neos-project/neos-ui-decorators": "workspace:*",
"@neos-project/neos-ui-editors": "workspace:*",
"@neos-project/neos-ui-extensibility": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/neos-ui-ckeditor5-bindings/src/manifest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export default ckEditorRegistry => {
...ckEditorConfiguration,
// stripTags, because we allow `<p>Edit text here</p>` as placeholder for legacy
placeholder: placeholder ? stripTags(i18nRegistry.translate(placeholder)) : undefined,
language: String(userPreferences?.interfaceLanguage)
language: String(userPreferences?.interfaceLanguage),
licenseKey: 'GPL'
};
});

Expand Down
2 changes: 1 addition & 1 deletion packages/neos-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@ckeditor/ckeditor5-highlight": "^43.3.1",
"@ckeditor/ckeditor5-highlight": "^44.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
Expand Down
Loading

0 comments on commit e6322a6

Please sign in to comment.