Selaa lähdekoodia

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

Piotrek Koszuliński 5 vuotta sitten
vanhempi
sitoutus
0c381cf9fc
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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
 	 * 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).
 	 * 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`
 	 * # Packages were duplicated in `node_modules`
 	 *
 	 *
 	 * In some situations, especially when calling `npm install` multiple times, it may happen
 	 * In some situations, especially when calling `npm install` multiple times, it may happen