ソースを参照

Feature: Introduced ckeditor5-autoformat.

Piotrek Koszuliński 7 年 前
コミット
bac96710be
3 ファイル変更14 行追加0 行削除
  1. 12 0
      README.md
  2. 1 0
      mgit.json
  3. 1 0
      package.json

+ 12 - 0
README.md

@@ -354,6 +354,18 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit
 
 <tr>
 	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-autosave"><code>@ckeditor/ckeditor5-autosave</code></a>
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-autosave"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-autosave.svg" alt="@ckeditor/ckeditor5-autosave npm package badge"></a>
+	</td>
+	<td>
+		The autosave feature. Makes it easy to automatically save the data to the backend.
+	</td>
+</tr>
+
+<tr>
+	<td>
 		<a href="https://github.com/ckeditor/ckeditor5-basic-styles"><code>@ckeditor/ckeditor5-basic-styles</code></a>
 	</td>
 	<td>

+ 1 - 0
mgit.json

@@ -5,6 +5,7 @@
     "@ckeditor/ckeditor5-adapter-ckfinder": "ckeditor/ckeditor5-adapter-ckfinder",
     "@ckeditor/ckeditor5-alignment": "ckeditor/ckeditor5-alignment",
     "@ckeditor/ckeditor5-autoformat": "ckeditor/ckeditor5-autoformat",
+    "@ckeditor/ckeditor5-autosave": "ckeditor/ckeditor5-autosave",
     "@ckeditor/ckeditor5-basic-styles": "ckeditor/ckeditor5-basic-styles",
     "@ckeditor/ckeditor5-block-quote": "ckeditor/ckeditor5-block-quote",
     "@ckeditor/ckeditor5-build-balloon": "ckeditor/ckeditor5-build-balloon",

+ 1 - 0
package.json

@@ -27,6 +27,7 @@
     "@ckeditor/ckeditor5-adapter-ckfinder": "^10.0.1",
     "@ckeditor/ckeditor5-alignment": "^10.0.1",
     "@ckeditor/ckeditor5-autoformat": "^10.0.1",
+    "@ckeditor/ckeditor5-autosave": "^0.0.1",
     "@ckeditor/ckeditor5-basic-styles": "^10.0.1",
     "@ckeditor/ckeditor5-block-quote": "^10.0.1",
     "@ckeditor/ckeditor5-build-balloon": "^10.1.0",