@ckeditor/ckeditor5-indent 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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/CHANGELOG.md +0 -71
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-indent",
3
- "version": "29.2.0",
3
+ "version": "30.0.0",
4
4
  "description": "Block indentation feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,17 +12,17 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^29.2.0"
15
+ "ckeditor5": "^30.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-core": "^29.2.0",
18
+ "@ckeditor/ckeditor5-core": "^30.0.0",
19
19
  "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
20
- "@ckeditor/ckeditor5-editor-classic": "^29.2.0",
21
- "@ckeditor/ckeditor5-engine": "^29.2.0",
22
- "@ckeditor/ckeditor5-heading": "^29.2.0",
23
- "@ckeditor/ckeditor5-paragraph": "^29.2.0",
24
- "@ckeditor/ckeditor5-theme-lark": "^29.2.0",
25
- "@ckeditor/ckeditor5-ui": "^29.2.0",
20
+ "@ckeditor/ckeditor5-editor-classic": "^30.0.0",
21
+ "@ckeditor/ckeditor5-engine": "^30.0.0",
22
+ "@ckeditor/ckeditor5-heading": "^30.0.0",
23
+ "@ckeditor/ckeditor5-paragraph": "^30.0.0",
24
+ "@ckeditor/ckeditor5-theme-lark": "^30.0.0",
25
+ "@ckeditor/ckeditor5-ui": "^30.0.0",
26
26
  "webpack": "^4.43.0",
27
27
  "webpack-cli": "^3.3.11"
28
28
  },
package/CHANGELOG.md DELETED
@@ -1,71 +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-indent/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-indent/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-indent/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). ([ff49482](https://github.com/ckeditor/ckeditor5-indent/commit/ff49482))
23
-
24
- ### Other changes
25
-
26
- * Updated translations. ([f0a7140](https://github.com/ckeditor/ckeditor5-indent/commit/f0a7140))
27
-
28
-
29
- ## [16.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v15.0.0...v16.0.0) (2019-12-04)
30
-
31
- ### Other changes
32
-
33
- * Updated translations. ([749ed44](https://github.com/ckeditor/ckeditor5-indent/commit/749ed44))
34
-
35
-
36
- ## [15.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v10.1.0...v15.0.0) (2019-10-23)
37
-
38
- ### Bug fixes
39
-
40
- * `IndentBlock` should integrate with other features regardless of the editor plugin order. Closes [ckeditor/ckeditor5#2359](https://github.com/ckeditor/ckeditor5/issues/2359). ([cf15eab](https://github.com/ckeditor/ckeditor5-indent/commit/cf15eab))
41
-
42
- ### Other changes
43
-
44
- * Updated translations. ([857389c](https://github.com/ckeditor/ckeditor5-indent/commit/857389c)) ([3a262fd](https://github.com/ckeditor/ckeditor5-indent/commit/3a262fd))
45
-
46
-
47
- ## [10.1.0](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.1...v10.1.0) (2019-08-26)
48
-
49
- ### Features
50
-
51
- * Integrated the indent block feature with different editor content directions (LTR and RTL). See [ckeditor/ckeditor5#1151](https://github.com/ckeditor/ckeditor5/issues/1151). ([45828ce](https://github.com/ckeditor/ckeditor5-indent/commit/45828ce))
52
-
53
- ### Bug fixes
54
-
55
- * The `'indentBlock'` command should be executed on blocks from the selection according to the schema rules. Closes [#8](https://github.com/ckeditor/ckeditor5-indent/issues/8). ([15caf3e](https://github.com/ckeditor/ckeditor5-indent/commit/15caf3e))
56
- * The `indentBlock` command will now operate only on selected top-most blocks. Closes [#11](https://github.com/ckeditor/ckeditor5-indent/issues/11). ([7fac8c0](https://github.com/ckeditor/ckeditor5-indent/commit/7fac8c0))
57
-
58
- ### Other changes
59
-
60
- * 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). ([fae33af](https://github.com/ckeditor/ckeditor5-indent/commit/fae33af))
61
- * Updated translations. ([cc421f3](https://github.com/ckeditor/ckeditor5-indent/commit/cc421f3))
62
-
63
-
64
- ## [10.0.1](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.0...v10.0.1) (2019-07-10)
65
-
66
- Internal changes only (updated dependencies, documentation, etc.).
67
-
68
-
69
- ## [10.0.0](https://github.com/ckeditor/ckeditor5-indent/tree/v10.0.0) (2019-07-04)
70
-
71
- Initial implementation of the block indentation feature.