|
|
@@ -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.
|