Skip to content

Commit

Permalink
Feature: Introduced the @ckeditor/ckeditor5-table package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed May 29, 2018
1 parent 265f6fd commit e4b9a72
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,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-table"><code>@ckeditor/ckeditor5-table</code></a>
</td>
<td>
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-table"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-table.svg" alt="@ckeditor/ckeditor5-table npm package badge"></a>
</td>
<td>
The table feature. Work in progress.
</td>
</tr>

<tr>
<td>
<a href="https://github.com/ckeditor/ckeditor5-typing"><code>@ckeditor/ckeditor5-typing</code></a>
Expand Down
1 change: 1 addition & 0 deletions mgit.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@ckeditor/ckeditor5-list": "ckeditor/ckeditor5-list",
"@ckeditor/ckeditor5-markdown-gfm": "ckeditor/ckeditor5-markdown-gfm",
"@ckeditor/ckeditor5-paragraph": "ckeditor/ckeditor5-paragraph",
"@ckeditor/ckeditor5-table": "ckeditor/ckeditor5-table",
"@ckeditor/ckeditor5-theme-lark": "ckeditor/ckeditor5-theme-lark",
"@ckeditor/ckeditor5-typing": "ckeditor/ckeditor5-typing",
"@ckeditor/ckeditor5-ui": "ckeditor/ckeditor5-ui",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@ckeditor/ckeditor5-list": "^10.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^10.0.0",
"@ckeditor/ckeditor5-paragraph": "^10.0.0",
"@ckeditor/ckeditor5-table": "^0.0.1",
"@ckeditor/ckeditor5-theme-lark": "^10.0.0",
"@ckeditor/ckeditor5-typing": "^10.0.0",
"@ckeditor/ckeditor5-ui": "^10.0.0",
Expand Down

0 comments on commit e4b9a72

Please sign in to comment.