@ckeditor/ckeditor5-horizontal-line 29.2.0 → 30.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -12
- package/CHANGELOG.md +0 -40
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-horizontal-line",
|
3
|
-
"version": "
|
3
|
+
"version": "30.0.0",
|
4
4
|
"description": "Horizontal line feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,20 +12,20 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"ckeditor5": "^
|
15
|
+
"ckeditor5": "^30.0.0"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
|
-
"@ckeditor/ckeditor5-cloud-services": "^
|
19
|
-
"@ckeditor/ckeditor5-core": "^
|
18
|
+
"@ckeditor/ckeditor5-cloud-services": "^30.0.0",
|
19
|
+
"@ckeditor/ckeditor5-core": "^30.0.0",
|
20
20
|
"@ckeditor/ckeditor5-dev-utils": "^25.4.0",
|
21
|
-
"@ckeditor/ckeditor5-easy-image": "^
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
23
|
-
"@ckeditor/ckeditor5-engine": "^
|
24
|
-
"@ckeditor/ckeditor5-image": "^
|
25
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
26
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
27
|
-
"@ckeditor/ckeditor5-ui": "^
|
28
|
-
"@ckeditor/ckeditor5-widget": "^
|
21
|
+
"@ckeditor/ckeditor5-easy-image": "^30.0.0",
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^30.0.0",
|
23
|
+
"@ckeditor/ckeditor5-engine": "^30.0.0",
|
24
|
+
"@ckeditor/ckeditor5-image": "^30.0.0",
|
25
|
+
"@ckeditor/ckeditor5-paragraph": "^30.0.0",
|
26
|
+
"@ckeditor/ckeditor5-theme-lark": "^30.0.0",
|
27
|
+
"@ckeditor/ckeditor5-ui": "^30.0.0",
|
28
|
+
"@ckeditor/ckeditor5-widget": "^30.0.0",
|
29
29
|
"webpack": "^4.43.0",
|
30
30
|
"webpack-cli": "^3.3.11"
|
31
31
|
},
|
package/CHANGELOG.md
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
Changelog
|
2
|
-
=========
|
3
|
-
|
4
|
-
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
5
|
-
|
6
|
-
Changes for the past releases are available below.
|
7
|
-
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-horizontal-line/compare/v18.0.0...v19.0.0) (2020-04-29)
|
9
|
-
|
10
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
11
|
-
|
12
|
-
|
13
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-horizontal-line/compare/v17.0.0...v18.0.0) (2020-03-19)
|
14
|
-
|
15
|
-
### Other changes
|
16
|
-
|
17
|
-
* Updated translations. ([ed01f6d](https://github.com/ckeditor/ckeditor5-horizontal-line/commit/ed01f6d))
|
18
|
-
|
19
|
-
|
20
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-horizontal-line/compare/v16.0.0...v17.0.0) (2020-02-19)
|
21
|
-
|
22
|
-
### Bug fixes
|
23
|
-
|
24
|
-
* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([ff8139c](https://github.com/ckeditor/ckeditor5-horizontal-line/commit/ff8139c))
|
25
|
-
|
26
|
-
### Other changes
|
27
|
-
|
28
|
-
* Updated translations. ([438f48a](https://github.com/ckeditor/ckeditor5-horizontal-line/commit/438f48a))
|
29
|
-
|
30
|
-
|
31
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-horizontal-line/compare/v15.0.0...v16.0.0) (2019-12-04)
|
32
|
-
|
33
|
-
### Other changes
|
34
|
-
|
35
|
-
* Updated translations. ([d98f43b](https://github.com/ckeditor/ckeditor5-horizontal-line/commit/d98f43b))
|
36
|
-
|
37
|
-
|
38
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-horizontal-line/tree/v15.0.0) (2019-10-23)
|
39
|
-
|
40
|
-
The initial release.
|