Skip to content

Commit

Permalink
CKEditor 41.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Feb 2, 2024
1 parent 333de08 commit 2e73137
Show file tree
Hide file tree
Showing 75 changed files with 1,113 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
v20.10.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Link element selector modals now include custom sources. ([#139](https://github.com/craftcms/ckeditor/issues/139))
- Fixed a bug where the CKEditor config-creation slideout could keep reappearing if canceled. ([#138](https://github.com/craftcms/ckeditor/pull/138))
- Fixed a conflict with `nystudio107/craft-code-editor` 1.0.14 and 1.0.15. ([#150](https://github.com/craftcms/ckeditor/issues/150))
- Updated CKEditor 5 to 40.1.0. ([#141](https://github.com/craftcms/ckeditor/issues/141), [#148](https://github.com/craftcms/ckeditor/pull/148))
- Updated CKEditor 5 to 41.0.0. ([#141](https://github.com/craftcms/ckeditor/issues/141), [#148](https://github.com/craftcms/ckeditor/pull/148))
- Added the `TodoDocumentList` CKEditor plugin. ([#148](https://github.com/craftcms/ckeditor/pull/148))
- Removed the `List`, `ListProperties`, and `TodoList` CKEditor plugins. ([#148](https://github.com/craftcms/ckeditor/pull/148))

Expand Down
1,680 changes: 1,002 additions & 678 deletions package-lock.json

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,46 @@
"extends @craftcms/browserslist-config"
],
"devDependencies": {
"@ckeditor/ckeditor5-alignment": ">=40.0.0",
"@ckeditor/ckeditor5-autoformat": ">=40.0.0",
"@ckeditor/ckeditor5-basic-styles": ">=40.0.0",
"@ckeditor/ckeditor5-block-quote": ">=40.0.0",
"@ckeditor/ckeditor5-code-block": ">=40.0.0",
"@ckeditor/ckeditor5-core": ">=40.0.0",
"@ckeditor/ckeditor5-dev-translations": "^38.4.1",
"@ckeditor/ckeditor5-editor-classic": ">=40.0.0",
"@ckeditor/ckeditor5-essentials": ">=40.0.0",
"@ckeditor/ckeditor5-find-and-replace": ">=40.0.0",
"@ckeditor/ckeditor5-font": ">=40.0.0",
"@ckeditor/ckeditor5-heading": ">=40.0.0",
"@ckeditor/ckeditor5-horizontal-line": ">=40.0.0",
"@ckeditor/ckeditor5-html-embed": ">=40.0.0",
"@ckeditor/ckeditor5-html-support": ">=40.0.0",
"@ckeditor/ckeditor5-image": ">=40.0.0",
"@ckeditor/ckeditor5-indent": ">=40.0.0",
"@ckeditor/ckeditor5-alignment": ">=41.0.0",
"@ckeditor/ckeditor5-autoformat": ">=41.0.0",
"@ckeditor/ckeditor5-basic-styles": ">=41.0.0",
"@ckeditor/ckeditor5-block-quote": ">=41.0.0",
"@ckeditor/ckeditor5-code-block": ">=41.0.0",
"@ckeditor/ckeditor5-core": ">=41.0.0",
"@ckeditor/ckeditor5-dev-translations": "^39.5.1",
"@ckeditor/ckeditor5-editor-classic": ">=41.0.0",
"@ckeditor/ckeditor5-essentials": ">=41.0.0",
"@ckeditor/ckeditor5-find-and-replace": ">=41.0.0",
"@ckeditor/ckeditor5-font": ">=41.0.0",
"@ckeditor/ckeditor5-heading": ">=41.0.0",
"@ckeditor/ckeditor5-horizontal-line": ">=41.0.0",
"@ckeditor/ckeditor5-html-embed": ">=41.0.0",
"@ckeditor/ckeditor5-html-support": ">=41.0.0",
"@ckeditor/ckeditor5-image": ">=41.0.0",
"@ckeditor/ckeditor5-indent": ">=41.0.0",
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
"@ckeditor/ckeditor5-language": "^40.0.0",
"@ckeditor/ckeditor5-link": ">=40.0.0",
"@ckeditor/ckeditor5-list": ">=40.0.0",
"@ckeditor/ckeditor5-media-embed": ">=40.0.0",
"@ckeditor/ckeditor5-language": "^41.0.0",
"@ckeditor/ckeditor5-link": ">=41.0.0",
"@ckeditor/ckeditor5-list": ">=41.0.0",
"@ckeditor/ckeditor5-media-embed": ">=41.0.0",
"@ckeditor/ckeditor5-package-tools": "^1.1.0",
"@ckeditor/ckeditor5-page-break": ">=40.0.0",
"@ckeditor/ckeditor5-paragraph": ">=40.0.0",
"@ckeditor/ckeditor5-paste-from-office": ">=40.0.0",
"@ckeditor/ckeditor5-select-all": ">=40.0.0",
"@ckeditor/ckeditor5-source-editing": ">=40.0.0",
"@ckeditor/ckeditor5-style": ">=40.0.0",
"@ckeditor/ckeditor5-table": ">=40.0.0",
"@ckeditor/ckeditor5-theme-lark": "^40.0.0",
"@ckeditor/ckeditor5-upload": ">=40.0.0",
"@ckeditor/ckeditor5-word-count": ">=40.0.0",
"@ckeditor/ckeditor5-page-break": ">=41.0.0",
"@ckeditor/ckeditor5-paragraph": ">=41.0.0",
"@ckeditor/ckeditor5-paste-from-office": ">=41.0.0",
"@ckeditor/ckeditor5-select-all": ">=41.0.0",
"@ckeditor/ckeditor5-source-editing": ">=41.0.0",
"@ckeditor/ckeditor5-style": ">=41.0.0",
"@ckeditor/ckeditor5-table": ">=41.0.0",
"@ckeditor/ckeditor5-theme-lark": "^41.0.0",
"@ckeditor/ckeditor5-upload": ">=41.0.0",
"@ckeditor/ckeditor5-word-count": ">=41.0.0",
"@craftcms/sass": "^1.1.0",
"@craftcms/webpack": "^1.1.2",
"ckeditor5": ">=40.0.0",
"copy-webpack-plugin": "^11.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3"
"ckeditor5": ">=41.0.0",
"copy-webpack-plugin": "^12.0.2",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4"
},
"scripts": {
"prebuild": "npm run fix-prettier",
Expand Down
3 changes: 3 additions & 0 deletions src/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ protected function inputHtml(mixed $value, ElementInterface $element = null): st
$baseConfig = [
'defaultTransform' => $defaultTransform?->handle,
'elementSiteId' => $element?->siteId,
'findAndReplace' => [
'uiType' => 'dropdown',
],
'heading' => [
'options' => [
[
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-dll.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-dll.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md.
*/
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/translations/af.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/translations/ar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/translations/ast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e73137

Please sign in to comment.