Преглед на файлове

Feature: Added two more builds. Closes #528.

Piotrek Koszuliński преди 8 години
родител
ревизия
e4f80627d5
променени са 3 файла, в които са добавени 57 реда и са изтрити 2 реда
  1. 54 1
      README.md
  2. 1 1
      docs/builds/guides/overview.md
  3. 2 0
      mgit.json

+ 54 - 1
README.md

@@ -176,7 +176,7 @@ Read more in the [Support](https://github.com/ckeditor/ckeditor5/wiki/Support) w
 	<td>
 		<a href="https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar"><code>@ckeditor/ckeditor5-editor-balloon-toolbar</code></a>
 		<br>
-		The editor with balloon toolbar (Medium-like) implementation.
+		The editor with a balloon toolbar (Medium-like) implementation.
 	</td>
 	<td>
 		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-balloon-toolbar"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-balloon-toolbar.svg" alt="ckeditor5-editor-balloon-toolbar npm package badge"></a>
@@ -411,6 +411,59 @@ Read more in the [Support](https://github.com/ckeditor/ckeditor5/wiki/Support) w
 </tbody>
 </table>
 
+### Builds
+
+<table>
+<thead>
+	<tr>
+		<th>Package</th>
+		<th>Status</th>
+	</tr>
+</thead>
+<tbody>
+
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-build-classic"><code>@ckeditor/ckeditor5-build-classic</code></a>
+		<br>
+		The classic editor build.
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-classic.svg" alt="ckeditor5-build-classic npm package badge"></a>
+		<a href="https://travis-ci.org/ckeditor/ckeditor5-build-classic"><img src="https://img.shields.io/travis/ckeditor/ckeditor5-build-classic/master.svg" alt="build status badge"></a>
+		<a href="https://codeclimate.com/github/ckeditor/ckeditor5-build-classic/coverage"><img src="https://img.shields.io/codeclimate/coverage/github/ckeditor/ckeditor5-build-classic.svg" alt="ckeditor5-build-classic coverage badge"></a>
+	</td>
+</tr>
+
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-build-inline"><code>@ckeditor/ckeditor5-build-inline</code></a>
+		<br>
+		The inline editor build.
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-inline"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-inline.svg" alt="ckeditor5-build-inline npm package badge"></a>
+		<a href="https://travis-ci.org/ckeditor/ckeditor5-build-inline"><img src="https://img.shields.io/travis/ckeditor/ckeditor5-build-inline/master.svg" alt="build status badge"></a>
+		<a href="https://codeclimate.com/github/ckeditor/ckeditor5-build-inline/coverage"><img src="https://img.shields.io/codeclimate/coverage/github/ckeditor/ckeditor5-build-inline.svg" alt="ckeditor5-build-inline coverage badge"></a>
+	</td>
+</tr>
+
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-build-balloon-toolbar"><code>@ckeditor/ckeditor5-build-balloon-toolbar</code></a>
+		<br>
+		The editor with a balloon toolbar (Medium-like) build.
+	</td>
+	<td>
+		<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon-toolbar"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-balloon-toolbar.svg" alt="ckeditor5-build-balloon-toolbar npm package badge"></a>
+		<a href="https://travis-ci.org/ckeditor/ckeditor5-build-balloon-toolbar"><img src="https://img.shields.io/travis/ckeditor/ckeditor5-build-balloon-toolbar/master.svg" alt="build status badge"></a>
+		<a href="https://codeclimate.com/github/ckeditor/ckeditor5-build-balloon-toolbar/coverage"><img src="https://img.shields.io/codeclimate/coverage/github/ckeditor/ckeditor5-build-balloon-toolbar.svg" alt="ckeditor5-build-balloon-toolbar coverage badge"></a>
+	</td>
+</tr>
+
+</tbody>
+</table>
+
 ## License
 
 Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the LICENSE.md file.

+ 1 - 1
docs/builds/guides/overview.md

@@ -91,7 +91,7 @@ The following are **some** common use cases:
 	* Social messaging and content sharing.
 	* Creation of ads in recruitment software.
 
-### When NOT to use CKEditor 5 Builds?
+### When NOT to use CKEditor 5 builds?
 
 The {@link framework/index CKEditor 5 Framework} should be used, instead of builds, in the following cases:
 

+ 2 - 0
mgit.json

@@ -6,7 +6,9 @@
     "@ckeditor/ckeditor5-autoformat": "ckeditor/ckeditor5-autoformat",
     "@ckeditor/ckeditor5-basic-styles": "ckeditor/ckeditor5-basic-styles",
     "@ckeditor/ckeditor5-block-quote": "ckeditor/ckeditor5-block-quote",
+    "@ckeditor/ckeditor5-build-balloon-toolbar": "ckeditor/ckeditor5-build-balloon-toolbar",
     "@ckeditor/ckeditor5-build-classic": "ckeditor/ckeditor5-build-classic",
+    "@ckeditor/ckeditor5-build-inline": "ckeditor/ckeditor5-build-inline",
     "@ckeditor/ckeditor5-clipboard": "ckeditor/ckeditor5-clipboard",
     "@ckeditor/ckeditor5-core": "ckeditor/ckeditor5-core",
     "@ckeditor/ckeditor5-editor-balloon-toolbar": "ckeditor/ckeditor5-editor-balloon-toolbar",