@ckeditor/ckeditor5-alignment 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 +13 -13
  2. package/CHANGELOG.md +0 -162
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-alignment",
3
- "version": "29.2.0",
3
+ "version": "30.0.0",
4
4
  "description": "Text alignment feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,21 +12,21 @@
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-block-quote": "^29.2.0",
19
- "@ckeditor/ckeditor5-core": "^29.2.0",
18
+ "@ckeditor/ckeditor5-block-quote": "^30.0.0",
19
+ "@ckeditor/ckeditor5-core": "^30.0.0",
20
20
  "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
21
- "@ckeditor/ckeditor5-editor-classic": "^29.2.0",
22
- "@ckeditor/ckeditor5-engine": "^29.2.0",
23
- "@ckeditor/ckeditor5-enter": "^29.2.0",
24
- "@ckeditor/ckeditor5-heading": "^29.2.0",
25
- "@ckeditor/ckeditor5-image": "^29.2.0",
26
- "@ckeditor/ckeditor5-list": "^29.2.0",
27
- "@ckeditor/ckeditor5-paragraph": "^29.2.0",
28
- "@ckeditor/ckeditor5-theme-lark": "^29.2.0",
29
- "@ckeditor/ckeditor5-typing": "^29.2.0",
21
+ "@ckeditor/ckeditor5-editor-classic": "^30.0.0",
22
+ "@ckeditor/ckeditor5-engine": "^30.0.0",
23
+ "@ckeditor/ckeditor5-enter": "^30.0.0",
24
+ "@ckeditor/ckeditor5-heading": "^30.0.0",
25
+ "@ckeditor/ckeditor5-image": "^30.0.0",
26
+ "@ckeditor/ckeditor5-list": "^30.0.0",
27
+ "@ckeditor/ckeditor5-paragraph": "^30.0.0",
28
+ "@ckeditor/ckeditor5-theme-lark": "^30.0.0",
29
+ "@ckeditor/ckeditor5-typing": "^30.0.0",
30
30
  "webpack": "^4.43.0",
31
31
  "webpack-cli": "^3.3.11"
32
32
  },
package/CHANGELOG.md DELETED
@@ -1,162 +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-alignment/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-alignment/compare/v17.0.0...v18.0.0) (2020-03-19)
14
-
15
- ### Other changes
16
-
17
- * Updated translations. ([f1beaaa](https://github.com/ckeditor/ckeditor5-alignment/commit/f1beaaa))
18
-
19
-
20
- ## [17.0.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v16.0.0...v17.0.0) (2020-02-18)
21
-
22
- ### MAJOR BREAKING CHANGES
23
-
24
- * The `align-left`, `align-right`, `align-center`, and `align-justify` icons have been moved to `@ckeditor/ckeditor5-core`.
25
-
26
- ### Other changes
27
-
28
- * Moved alignment icons to `@ckeditor/ckeditor5-core` (see [ckeditor/ckeditor5-table#227](https://github.com/ckeditor/ckeditor5-table/issues/227)). ([410e279](https://github.com/ckeditor/ckeditor5-alignment/commit/410e279))
29
- * Updated translations. ([288672f](https://github.com/ckeditor/ckeditor5-alignment/commit/288672f))
30
-
31
-
32
- ## [16.0.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v15.0.0...v16.0.0) (2019-12-04)
33
-
34
- ### Other changes
35
-
36
- * Updated translations. ([9085f7b](https://github.com/ckeditor/ckeditor5-alignment/commit/9085f7b))
37
-
38
-
39
- ## [15.0.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.2.0...v15.0.0) (2019-10-23)
40
-
41
- ### Other changes
42
-
43
- * Updated translations. ([a719974](https://github.com/ckeditor/ckeditor5-alignment/commit/a719974)) ([2fed077](https://github.com/ckeditor/ckeditor5-alignment/commit/2fed077))
44
- * Added `pluginName` to the editor plugin part of the feature. ([3b42798](https://github.com/ckeditor/ckeditor5-alignment/commit/3b42798))
45
-
46
-
47
- ## [11.2.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.1.3...v11.2.0) (2019-08-26)
48
-
49
- ### Features
50
-
51
- * Integrated the text alignment feature with different editor content directions (LTR and RTL). See [ckeditor/ckeditor5#1151](https://github.com/ckeditor/ckeditor5/issues/1151). ([edc7d8b](https://github.com/ckeditor/ckeditor5-alignment/commit/edc7d8b))
52
-
53
- ### Bug fixes
54
-
55
- * The UI buttons should be marked as toggleable for better assistive technologies support (see [ckeditor/ckeditor5#1403](https://github.com/ckeditor/ckeditor5/issues/1403)). ([599ea01](https://github.com/ckeditor/ckeditor5-alignment/commit/599ea01))
56
-
57
- ### Other changes
58
-
59
- * 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). ([54f81b3](https://github.com/ckeditor/ckeditor5-alignment/commit/54f81b3))
60
- * The text alignment toolbar should have a proper `aria-label` attribute (see [ckeditor/ckeditor5#1404](https://github.com/ckeditor/ckeditor5/issues/1404)). ([3ed81de](https://github.com/ckeditor/ckeditor5-alignment/commit/3ed81de))
61
- * Updated translations. ([feb4ab3](https://github.com/ckeditor/ckeditor5-alignment/commit/feb4ab3))
62
-
63
-
64
- ## [11.1.3](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.1.2...v11.1.3) (2019-07-10)
65
-
66
- Internal changes only (updated dependencies, documentation, etc.).
67
-
68
-
69
- ## [11.1.2](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.1.1...v11.1.2) (2019-07-04)
70
-
71
- ### Other changes
72
-
73
- * Updated translations. ([bb7f494](https://github.com/ckeditor/ckeditor5-alignment/commit/bb7f494))
74
-
75
-
76
- ## [11.1.1](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.1.0...v11.1.1) (2019-06-05)
77
-
78
- ### Other changes
79
-
80
- * Updated translations. ([32c32c1](https://github.com/ckeditor/ckeditor5-alignment/commit/32c32c1))
81
-
82
-
83
- ## [11.1.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v11.0.0...v11.1.0) (2019-04-10)
84
-
85
- ### Features
86
-
87
- * Marked alignment as a formatting attribute using the `AttributeProperties#isFormatting` property. Closes [ckeditor/ckeditor5#1664](https://github.com/ckeditor/ckeditor5/issues/1664). ([6358e08](https://github.com/ckeditor/ckeditor5-alignment/commit/6358e08))
88
-
89
- ### Other changes
90
-
91
- * Updated translations. ([78bfc40](https://github.com/ckeditor/ckeditor5-alignment/commit/78bfc40))
92
-
93
-
94
- ## [11.0.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v10.0.4...v11.0.0) (2019-02-28)
95
-
96
- ### Other changes
97
-
98
- * Updated translations. ([45e8dd5](https://github.com/ckeditor/ckeditor5-alignment/commit/45e8dd5)) ([a92c37b](https://github.com/ckeditor/ckeditor5-alignment/commit/a92c37b)) ([ef68e54](https://github.com/ckeditor/ckeditor5-alignment/commit/ef68e54))
99
-
100
- ### BREAKING CHANGES
101
-
102
- * Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
103
-
104
-
105
- ## [10.0.4](https://github.com/ckeditor/ckeditor5-alignment/compare/v10.0.3...v10.0.4) (2018-12-05)
106
-
107
- ### Other changes
108
-
109
- * Improved SVG icons size. See [ckeditor/ckeditor5-theme-lark#206](https://github.com/ckeditor/ckeditor5-theme-lark/issues/206). ([1d71d33](https://github.com/ckeditor/ckeditor5-alignment/commit/1d71d33))
110
- * Updated translations. ([547f8d8](https://github.com/ckeditor/ckeditor5-alignment/commit/547f8d8)) ([43d8225](https://github.com/ckeditor/ckeditor5-alignment/commit/43d8225))
111
-
112
-
113
- ## [10.0.3](https://github.com/ckeditor/ckeditor5-alignment/compare/v10.0.2...v10.0.3) (2018-10-08)
114
-
115
- ### Other changes
116
-
117
- * Updated translations. ([5b30202](https://github.com/ckeditor/ckeditor5-alignment/commit/5b30202))
118
-
119
-
120
- ## [10.0.2](https://github.com/ckeditor/ckeditor5-alignment/compare/v10.0.1...v10.0.2) (2018-07-18)
121
-
122
- ### Other changes
123
-
124
- * Updated translations. ([33c281c](https://github.com/ckeditor/ckeditor5-alignment/commit/33c281c))
125
-
126
-
127
- ## [10.0.1](https://github.com/ckeditor/ckeditor5-alignment/compare/v10.0.0...v10.0.1) (2018-06-21)
128
-
129
- ### Other changes
130
-
131
- * Updated translations.
132
-
133
-
134
- ## [10.0.0](https://github.com/ckeditor/ckeditor5-alignment/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
135
-
136
- ### Other changes
137
-
138
- * Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([eed1029](https://github.com/ckeditor/ckeditor5-alignment/commit/eed1029))
139
- * Updated translations. ([baa1fbe](https://github.com/ckeditor/ckeditor5-alignment/commit/baa1fbe))
140
-
141
- ### BREAKING CHANGES
142
-
143
- * 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.
144
-
145
-
146
- ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-alignment/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
147
-
148
- ### Other changes
149
-
150
- * Updated translations. ([586ae62](https://github.com/ckeditor/ckeditor5-alignment/commit/586ae62))
151
-
152
-
153
- ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-alignment/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
154
-
155
- Internal changes only (updated dependencies, documentation, etc.).
156
-
157
-
158
- ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-alignment/compare/v0.0.1...v1.0.0-beta.1) (2018-03-15)
159
-
160
- ### Features
161
-
162
- * Initial implementation. Closes [#2](https://github.com/ckeditor/ckeditor5-alignment/issues/2).