@ckeditor/ckeditor5-remove-format 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 +16 -16
- package/CHANGELOG.md +0 -72
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-remove-format",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"description": "Remove format feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,24 +12,24 @@
|
|
|
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-basic-styles": "^
|
|
19
|
-
"@ckeditor/ckeditor5-clipboard": "^
|
|
20
|
-
"@ckeditor/ckeditor5-core": "^
|
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^30.0.0",
|
|
19
|
+
"@ckeditor/ckeditor5-clipboard": "^30.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-core": "^30.0.0",
|
|
21
21
|
"@ckeditor/ckeditor5-dev-utils": "^25.4.0",
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
23
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
24
|
-
"@ckeditor/ckeditor5-enter": "^
|
|
25
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
26
|
-
"@ckeditor/ckeditor5-image": "^
|
|
27
|
-
"@ckeditor/ckeditor5-link": "^
|
|
28
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
30
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
31
|
-
"@ckeditor/ckeditor5-undo": "^
|
|
32
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^30.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-engine": "^30.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-enter": "^30.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-heading": "^30.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-image": "^30.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-link": "^30.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-paragraph": "^30.0.0",
|
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "^30.0.0",
|
|
30
|
+
"@ckeditor/ckeditor5-typing": "^30.0.0",
|
|
31
|
+
"@ckeditor/ckeditor5-undo": "^30.0.0",
|
|
32
|
+
"@ckeditor/ckeditor5-utils": "^30.0.0",
|
|
33
33
|
"webpack": "^4.43.0",
|
|
34
34
|
"webpack-cli": "^3.3.11"
|
|
35
35
|
},
|
package/CHANGELOG.md
DELETED
|
@@ -1,72 +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-remove-format/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-remove-format/compare/v17.0.0...v18.0.0) (2020-03-19)
|
|
14
|
-
|
|
15
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-remove-format/compare/v16.0.0...v17.0.0) (2020-02-19)
|
|
19
|
-
|
|
20
|
-
### Bug fixes
|
|
21
|
-
|
|
22
|
-
* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([7b053a5](https://github.com/ckeditor/ckeditor5-remove-format/commit/7b053a5))
|
|
23
|
-
|
|
24
|
-
### Other changes
|
|
25
|
-
|
|
26
|
-
* Updated translations. ([00595f3](https://github.com/ckeditor/ckeditor5-remove-format/commit/00595f3))
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-remove-format/compare/v15.0.0...v16.0.0) (2019-12-04)
|
|
30
|
-
|
|
31
|
-
### Other changes
|
|
32
|
-
|
|
33
|
-
* Updated translations. ([4fa2bcf](https://github.com/ckeditor/ckeditor5-remove-format/commit/4fa2bcf))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-remove-format/compare/v10.0.4...v15.0.0) (2019-10-23)
|
|
37
|
-
|
|
38
|
-
### Other changes
|
|
39
|
-
|
|
40
|
-
* Updated translations. ([93516d9](https://github.com/ckeditor/ckeditor5-remove-format/commit/93516d9))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## [10.0.4](https://github.com/ckeditor/ckeditor5-remove-format/compare/v10.0.3...v10.0.4) (2019-08-26)
|
|
44
|
-
|
|
45
|
-
### Other changes
|
|
46
|
-
|
|
47
|
-
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([8f2a033](https://github.com/ckeditor/ckeditor5-remove-format/commit/8f2a033))
|
|
48
|
-
* Updated translations. ([9b2f170](https://github.com/ckeditor/ckeditor5-remove-format/commit/9b2f170))
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## [10.0.3](https://github.com/ckeditor/ckeditor5-remove-format/compare/v10.0.2...v10.0.3) (2019-07-10)
|
|
52
|
-
|
|
53
|
-
Internal changes only (updated dependencies, documentation, etc.).
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
## [10.0.2](https://github.com/ckeditor/ckeditor5-remove-format/compare/v10.0.1...v10.0.2) (2019-07-04)
|
|
57
|
-
|
|
58
|
-
### Other changes
|
|
59
|
-
|
|
60
|
-
* Updated translations. ([8e17de8](https://github.com/ckeditor/ckeditor5-remove-format/commit/8e17de8)) ([de55035](https://github.com/ckeditor/ckeditor5-remove-format/commit/de55035))
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## [10.0.1](https://github.com/ckeditor/ckeditor5-remove-format/compare/v10.0.0...v10.0.1) (2019-06-05)
|
|
64
|
-
|
|
65
|
-
### Other changes
|
|
66
|
-
|
|
67
|
-
* Updated translations. ([232052a](https://github.com/ckeditor/ckeditor5-remove-format/commit/232052a))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## [10.0.0](https://github.com/ckeditor/ckeditor5-remove-format/tree/v10.0.0) (2019-04-10)
|
|
71
|
-
|
|
72
|
-
The initial release.
|