@ckeditor/ckeditor5-editor-balloon 39.0.0 → 39.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/README.md +4 -4
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
@@ -125,7 +125,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
125
125
|
|
126
126
|
### BREAKING CHANGES
|
127
127
|
|
128
|
-
* The license under which CKEditor
|
128
|
+
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
129
129
|
|
130
130
|
|
131
131
|
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-editor-balloon/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
package/README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
CKEditor
|
1
|
+
CKEditor 5 balloon editor implementation
|
2
2
|
=========================================
|
3
3
|
|
4
4
|
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-editor-balloon.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-balloon)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
6
|
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
7
|
|
8
|
-
The balloon editor implementation (Medium-like editor) for CKEditor
|
8
|
+
The balloon editor implementation (Medium-like editor) for CKEditor 5.
|
9
9
|
|
10
10
|
This package contains the [`BalloonEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-balloon_ballooneditor-BalloonEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
|
11
11
|
|
12
|
-
This package contains the source version of the balloon editor. This kind of editor implementation is also available as a ready-to-use [balloon build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon). Read more about [CKEditor
|
12
|
+
This package contains the source version of the balloon editor. This kind of editor implementation is also available as a ready-to-use [balloon build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon). Read more about [CKEditor 5 predefined builds](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html) in the CKEditor 5 documentation.
|
13
13
|
|
14
14
|
## Documentation
|
15
15
|
|
16
|
-
See the [`@ckeditor/ckeditor5-editor-balloon` package](https://ckeditor.com/docs/ckeditor5/latest/api/editor-balloon.html) page in [CKEditor
|
16
|
+
See the [`@ckeditor/ckeditor5-editor-balloon` package](https://ckeditor.com/docs/ckeditor5/latest/api/editor-balloon.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
17
17
|
|
18
18
|
## License
|
19
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-balloon",
|
3
|
-
"version": "39.0.
|
3
|
+
"version": "39.0.2",
|
4
4
|
"description": "Balloon editor implementation for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,13 +11,9 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"ckeditor5": "39.0.
|
14
|
+
"ckeditor5": "39.0.2",
|
15
15
|
"lodash-es": "4.17.21"
|
16
16
|
},
|
17
|
-
"engines": {
|
18
|
-
"node": ">=16.0.0",
|
19
|
-
"npm": ">=5.7.1"
|
20
|
-
},
|
21
17
|
"author": "CKSource (http://cksource.com/)",
|
22
18
|
"license": "GPL-2.0-or-later",
|
23
19
|
"homepage": "https://ckeditor.com/ckeditor-5",
|