@ckeditor/ckeditor5-core 42.0.0-alpha.7 → 42.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/plugincollection.js +2 -2
package/dist/index.js
CHANGED
|
@@ -636,7 +636,7 @@ import { isFunction } from 'lodash-es';
|
|
|
636
636
|
* in the plugin name or simply because that plugin is not a part of this build.
|
|
637
637
|
*
|
|
638
638
|
* Predefined builds are a deprecated solution and we strongly advise
|
|
639
|
-
* {@glink updating/new-installation-methods migrating to new installation methods}.
|
|
639
|
+
* {@glink updating/nim-migration/migration-to-new-installation-methods migrating to new installation methods}.
|
|
640
640
|
*
|
|
641
641
|
* **If you see this warning when using one of the editor creators directly** (not a build), then it means
|
|
642
642
|
* that you tried loading plugins by name. However, unlike CKEditor 4, CKEditor 5 does not implement a "plugin loader".
|
|
@@ -819,7 +819,7 @@ import { isFunction } from 'lodash-es';
|
|
|
819
819
|
* or specified in {@link module:core/editor/editor~Editor.builtinPlugins `Editor.builtinPlugins`}.
|
|
820
820
|
*
|
|
821
821
|
* Predefined builds are a deprecated solution and we strongly advise
|
|
822
|
-
* {@glink updating/new-installation-methods migrating to new installation methods}.
|
|
822
|
+
* {@glink updating/nim-migration/migration-to-new-installation-methods migrating to new installation methods}.
|
|
823
823
|
*
|
|
824
824
|
* The second option is that your `node_modules/` directory contains duplicated versions of the same
|
|
825
825
|
* CKEditor 5 packages. Normally, on clean installations, npm deduplicates packages in `node_modules/`, so
|