Procházet zdrojové kódy

Docs: Added a note about major versions. Closes ckeditor/ckeditor5#6029.

Piotrek Koszuliński před 5 roky
rodič
revize
0c381cf9fc
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      packages/ckeditor5-utils/src/version.js

+ 5 - 0
packages/ckeditor5-utils/src/version.js

@@ -119,6 +119,11 @@ if ( windowOrGlobal.CKEDITOR_VERSION ) {
 	 * Such a problem can be resolved by either downgrading CKEditor 5 packages (which we do not recommend) or
 	 * asking the author of the third-party package to upgrade its depdendencies (or forking their project and doing this yourself).
 	 *
+	 * **Note:** All official CKEditor 5 packages (excluding integrations and `ckeditor5-dev-*` packages) are released in the
+	 * same major version. This is — in the `x.y.z`, the `x` is the same for all packages. This is the simplest way to check
+	 * whether you use packages coming from the same CKEditor 5 version. You can read more about versioning in the
+	 * {@glink framework/guides/support/versioning-policy Versioning policy} guide.
+	 *
 	 * # Packages were duplicated in `node_modules`
 	 *
 	 * In some situations, especially when calling `npm install` multiple times, it may happen