ckeditor5 29.2.0 → 32.0.0

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/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor 5** – https://github.com/ckeditor/ckeditor5 <br>
5
- Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
5
+ Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
@@ -21,4 +21,4 @@ The following libraries are included in CKEditor under the [MIT license](https:/
21
21
  Trademarks
22
22
  ----------
23
23
 
24
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
24
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/README.md CHANGED
@@ -17,7 +17,7 @@ A set of ready-to-use rich text editors created with a powerful framework. Made
17
17
  ## Table of contents
18
18
 
19
19
  * [Quick start](#quick-start)
20
- * [CKEditor 5 Builds](#ckeditor-5-builds)
20
+ * [CKEditor 5 builds](#ckeditor-5-builds)
21
21
  * [CKEditor 5 Framework](#ckeditor-5-framework)
22
22
  * [Documentation and FAQ](#documentation-and-faq)
23
23
  * [Contributing and project organization](#contributing-and-project-organization)
@@ -35,11 +35,11 @@ A set of ready-to-use rich text editors created with a powerful framework. Made
35
35
 
36
36
  ## Quick start
37
37
 
38
- ### CKEditor 5 Builds
38
+ ### CKEditor 5 builds
39
39
 
40
- CKEditor 5 Builds are a set of ready-to-use rich text editors. Every "build" provides a single type of editor with a set of features and a default configuration.
40
+ CKEditor 5 builds are a set of ready-to-use rich text editors. Every "build" provides a single type of editor with a set of features and a default configuration.
41
41
 
42
- The following CKEditor 5 Builds are currently available:
42
+ The following CKEditor 5 builds are currently available:
43
43
 
44
44
  * [Classic editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor)
45
45
  * [Inline editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#inline-editor)
@@ -84,7 +84,7 @@ To find out how to start with other builds check the [Quick start guide in the C
84
84
 
85
85
  ### CKEditor 5 Framework
86
86
 
87
- CKEditor 5 Builds allow you to quickly and easily initialize one of the many types of editors in your application. At the same time, CKEditor 5 is also a framework for creating custom-made rich text editing solutions.
87
+ CKEditor 5 builds allow you to quickly and easily initialize one of the many types of editors in your application. At the same time, CKEditor 5 is also a framework for creating custom-made rich text editing solutions.
88
88
 
89
89
  To find out how to start building your own editor from scratch go to [CKEditor 5 Framework overview section of CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/overview.html).
90
90
 
@@ -94,7 +94,7 @@ To find out more see the following [CKEditor 5 documentation](https://ckeditor.c
94
94
 
95
95
  * [API documentation](https://ckeditor.com/docs/ckeditor5/latest/api/index.html)
96
96
  * [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html)
97
- * [CKEditor 5 Builds documentation](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html)
97
+ * [CKEditor 5 builds documentation](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html)
98
98
  * [CKEditor 5 Features documentation](https://ckeditor.com/docs/ckeditor5/latest/features/index.html)
99
99
  * [CKEditor 5 Examples](https://ckeditor.com/docs/ckeditor5/latest/examples/index.html)
100
100