Browse Source

Docs: Mentioned all new pkgs in the readme.

Piotrek Koszuliński 7 years ago
parent
commit
16d5da500a
1 changed files with 48 additions and 0 deletions
  1. 48 0
      README.md

+ 48 - 0
README.md

@@ -280,6 +280,18 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit
 	</td>
 </tr>
 
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-editor-decoupled"><code>@ckeditor/ckeditor5-editor-decoupled</code></a>
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-decoupled.svg" alt="@ckeditor/ckeditor5-editor-decoupled npm package badge"></a>
+	</td>
+	<td>
+		The editor implementation with a decoupled UI.
+	</td>
+</tr>
+
 </tbody>
 </table>
 
@@ -393,6 +405,18 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit
 
 <tr>
 	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-font"><code>@ckeditor/ckeditor5-font</code></a>
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-font"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-font.svg" alt="@ckeditor/ckeditor5-font npm package badge"></a>
+	</td>
+	<td>
+		Introduces the font size and font family features.
+	</td>
+</tr>
+
+<tr>
+	<td>
 		<a href="https://github.com/ckeditor/ckeditor5-heading"><code>@ckeditor/ckeditor5-heading</code></a>
 	</td>
 	<td>
@@ -405,6 +429,18 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit
 
 <tr>
 	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-highlight"><code>@ckeditor/ckeditor5-highlight</code></a>
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-highlight.svg" alt="@ckeditor/ckeditor5-highlight npm package badge"></a>
+	</td>
+	<td>
+		Introduces the highlight feature (markers and pens).
+	</td>
+</tr>
+
+<tr>
+	<td>
 		<a href="https://github.com/ckeditor/ckeditor5-image"><code>@ckeditor/ckeditor5-image</code></a>
 	</td>
 	<td>
@@ -569,6 +605,18 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit
 	</td>
 </tr>
 
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-build-decoupled-document"><code>@ckeditor/ckeditor5-build-decoupled-document</code></a>
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-decoupled-document"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-decoupled-document.svg" alt="@ckeditor/ckeditor5-build-decoupled-document npm package badge"></a>
+	</td>
+	<td>
+		The document editor build, featuring the decoupled UI editor implementation.
+	</td>
+</tr>
+
 </tbody>
 </table>