@ckeditor/ckeditor5-core 40.1.0 → 41.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 (138) hide show
  1. package/CHANGELOG.md +36 -36
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/lang/contexts.json +5 -1
  5. package/lang/translations/af.po +17 -1
  6. package/lang/translations/ar.po +17 -1
  7. package/lang/translations/ast.po +17 -1
  8. package/lang/translations/az.po +17 -1
  9. package/lang/translations/bg.po +17 -1
  10. package/lang/translations/bn.po +17 -1
  11. package/lang/translations/bs.po +17 -1
  12. package/lang/translations/ca.po +17 -1
  13. package/lang/translations/cs.po +17 -1
  14. package/lang/translations/da.po +17 -1
  15. package/lang/translations/de-ch.po +17 -1
  16. package/lang/translations/de.po +17 -1
  17. package/lang/translations/el.po +17 -1
  18. package/lang/translations/en-au.po +17 -1
  19. package/lang/translations/en-gb.po +17 -1
  20. package/lang/translations/en.po +17 -1
  21. package/lang/translations/eo.po +17 -1
  22. package/lang/translations/es-co.po +17 -1
  23. package/lang/translations/es.po +17 -1
  24. package/lang/translations/et.po +17 -1
  25. package/lang/translations/eu.po +17 -1
  26. package/lang/translations/fa.po +17 -1
  27. package/lang/translations/fi.po +17 -1
  28. package/lang/translations/fr.po +17 -1
  29. package/lang/translations/gl.po +17 -1
  30. package/lang/translations/gu.po +17 -1
  31. package/lang/translations/he.po +17 -1
  32. package/lang/translations/hi.po +17 -1
  33. package/lang/translations/hr.po +17 -1
  34. package/lang/translations/hu.po +17 -1
  35. package/lang/translations/hy.po +17 -1
  36. package/lang/translations/id.po +17 -1
  37. package/lang/translations/it.po +17 -1
  38. package/lang/translations/ja.po +17 -1
  39. package/lang/translations/jv.po +17 -1
  40. package/lang/translations/km.po +17 -1
  41. package/lang/translations/kn.po +17 -1
  42. package/lang/translations/ko.po +17 -1
  43. package/lang/translations/ku.po +17 -1
  44. package/lang/translations/lt.po +17 -1
  45. package/lang/translations/lv.po +17 -1
  46. package/lang/translations/ms.po +17 -1
  47. package/lang/translations/nb.po +17 -1
  48. package/lang/translations/ne.po +17 -1
  49. package/lang/translations/nl.po +17 -1
  50. package/lang/translations/no.po +17 -1
  51. package/lang/translations/oc.po +17 -1
  52. package/lang/translations/pl.po +17 -1
  53. package/lang/translations/pt-br.po +17 -1
  54. package/lang/translations/pt.po +17 -1
  55. package/lang/translations/ro.po +17 -1
  56. package/lang/translations/ru.po +17 -1
  57. package/lang/translations/si.po +17 -1
  58. package/lang/translations/sk.po +17 -1
  59. package/lang/translations/sl.po +17 -1
  60. package/lang/translations/sq.po +17 -1
  61. package/lang/translations/sr-latn.po +18 -2
  62. package/lang/translations/sr.po +17 -1
  63. package/lang/translations/sv.po +17 -1
  64. package/lang/translations/th.po +17 -1
  65. package/lang/translations/tk.po +17 -1
  66. package/lang/translations/tr.po +17 -1
  67. package/lang/translations/tt.po +17 -1
  68. package/lang/translations/ug.po +17 -1
  69. package/lang/translations/uk.po +17 -1
  70. package/lang/translations/ur.po +17 -1
  71. package/lang/translations/uz.po +17 -1
  72. package/lang/translations/vi.po +17 -1
  73. package/lang/translations/zh-cn.po +17 -1
  74. package/lang/translations/zh.po +17 -1
  75. package/package.json +4 -3
  76. package/src/augmentation.d.ts +2 -2
  77. package/src/augmentation.js +1 -1
  78. package/src/command.d.ts +2 -2
  79. package/src/command.js +1 -1
  80. package/src/commandcollection.d.ts +2 -2
  81. package/src/commandcollection.js +1 -1
  82. package/src/context.d.ts +6 -6
  83. package/src/context.js +3 -3
  84. package/src/contextplugin.d.ts +6 -6
  85. package/src/contextplugin.js +1 -1
  86. package/src/editingkeystrokehandler.d.ts +2 -2
  87. package/src/editingkeystrokehandler.js +1 -1
  88. package/src/editor/editor.d.ts +7 -7
  89. package/src/editor/editor.js +5 -5
  90. package/src/editor/editorconfig.d.ts +4 -4
  91. package/src/editor/editorconfig.js +1 -1
  92. package/src/editor/utils/attachtoform.d.ts +3 -3
  93. package/src/editor/utils/attachtoform.js +1 -1
  94. package/src/editor/utils/dataapimixin.d.ts +2 -2
  95. package/src/editor/utils/dataapimixin.js +1 -1
  96. package/src/editor/utils/elementapimixin.d.ts +2 -2
  97. package/src/editor/utils/elementapimixin.js +1 -1
  98. package/src/editor/utils/securesourceelement.d.ts +2 -2
  99. package/src/editor/utils/securesourceelement.js +1 -1
  100. package/src/index.d.ts +41 -17
  101. package/src/index.js +62 -14
  102. package/src/multicommand.d.ts +2 -2
  103. package/src/multicommand.js +2 -2
  104. package/src/pendingactions.d.ts +2 -2
  105. package/src/pendingactions.js +2 -2
  106. package/src/plugin.d.ts +2 -2
  107. package/src/plugin.js +1 -1
  108. package/src/plugincollection.d.ts +2 -2
  109. package/src/plugincollection.js +1 -1
  110. package/theme/icons/browse-files.svg +1 -0
  111. package/theme/icons/bulletedlist.svg +1 -0
  112. package/theme/icons/codeblock.svg +1 -0
  113. package/theme/icons/color-palette.svg +1 -0
  114. package/theme/icons/heading1.svg +1 -0
  115. package/theme/icons/heading2.svg +1 -0
  116. package/theme/icons/heading3.svg +1 -0
  117. package/theme/icons/heading4.svg +1 -0
  118. package/theme/icons/heading5.svg +1 -0
  119. package/theme/icons/heading6.svg +1 -0
  120. package/theme/icons/horizontalline.svg +1 -0
  121. package/theme/icons/html.svg +1 -0
  122. package/theme/icons/image-asset-manager.svg +1 -0
  123. package/theme/icons/image-upload.svg +1 -0
  124. package/theme/icons/image-url.svg +1 -0
  125. package/theme/icons/image.svg +1 -1
  126. package/theme/icons/indent.svg +1 -0
  127. package/theme/icons/next-arrow.svg +1 -0
  128. package/theme/icons/numberedlist.svg +1 -0
  129. package/theme/icons/object-size-large.svg +1 -1
  130. package/theme/icons/object-size-medium.svg +1 -1
  131. package/theme/icons/object-size-small.svg +1 -1
  132. package/theme/icons/outdent.svg +1 -0
  133. package/theme/icons/previous-arrow.svg +1 -0
  134. package/theme/icons/redo.svg +1 -0
  135. package/theme/icons/table.svg +1 -0
  136. package/theme/icons/text-alternative.svg +1 -1
  137. package/theme/icons/todolist.svg +1 -0
  138. package/theme/icons/undo.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -5,19 +5,19 @@ All changes in the package are documented in the main repository. See: https://g
5
5
 
6
6
  Changes for the past releases are available below.
7
7
 
8
- ## [19.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v18.0.0...v19.0.0) (2020-04-29)
8
+ ## [19.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v18.0.0...v19.0.0) (April 29, 2020)
9
9
 
10
10
  Internal changes only (updated dependencies, documentation, etc.).
11
11
 
12
12
 
13
- ## [18.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v17.0.0...v18.0.0) (2020-03-19)
13
+ ## [18.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v17.0.0...v18.0.0) (March 19, 2020)
14
14
 
15
15
  ### Other changes
16
16
 
17
17
  * Updated translations. ([c898ffc](https://github.com/ckeditor/ckeditor5-core/commit/c898ffc))
18
18
 
19
19
 
20
- ## [17.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v16.0.0...v17.0.0) (2020-02-19)
20
+ ## [17.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v16.0.0...v17.0.0) (February 19, 2020)
21
21
 
22
22
  ### Features
23
23
 
@@ -30,14 +30,14 @@ Internal changes only (updated dependencies, documentation, etc.).
30
30
  * Updated translations. ([6a2b584](https://github.com/ckeditor/ckeditor5-core/commit/6a2b584))
31
31
 
32
32
 
33
- ## [16.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v15.0.0...v16.0.0) (2019-12-04)
33
+ ## [16.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v15.0.0...v16.0.0) (December 4, 2019)
34
34
 
35
35
  ### Other changes
36
36
 
37
37
  * Updated translations. ([6d8950e](https://github.com/ckeditor/ckeditor5-core/commit/6d8950e))
38
38
 
39
39
 
40
- ## [15.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.3.0...v15.0.0) (2019-10-23)
40
+ ## [15.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.3.0...v15.0.0) (October 23, 2019)
41
41
 
42
42
  ### Other changes
43
43
 
@@ -45,7 +45,7 @@ Internal changes only (updated dependencies, documentation, etc.).
45
45
  * Updated translations. ([a7d36a8](https://github.com/ckeditor/ckeditor5-core/commit/a7d36a8))
46
46
 
47
47
 
48
- ## [12.3.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.1...v12.3.0) (2019-08-26)
48
+ ## [12.3.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.1...v12.3.0) (August 26, 2019)
49
49
 
50
50
  ### Features
51
51
 
@@ -58,12 +58,12 @@ Internal changes only (updated dependencies, documentation, etc.).
58
58
  * Updated translations. ([e29d56e](https://github.com/ckeditor/ckeditor5-core/commit/e29d56e))
59
59
 
60
60
 
61
- ## [12.2.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.0...v12.2.1) (2019-07-10)
61
+ ## [12.2.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.0...v12.2.1) (July 10, 2019)
62
62
 
63
63
  Internal changes only (updated dependencies, documentation, etc.).
64
64
 
65
65
 
66
- ## [12.2.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.1...v12.2.0) (2019-07-04)
66
+ ## [12.2.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.1...v12.2.0) (July 4, 2019)
67
67
 
68
68
  ### Features
69
69
 
@@ -71,7 +71,7 @@ Internal changes only (updated dependencies, documentation, etc.).
71
71
 
72
72
  Implemented the `EditorUI#setEditableElement()` method.
73
73
  Deprecated the `EditorUI#_editableElements` property.
74
- * Introduced `MultiCommand` which acts as a composite command – it can group multiple commands under the hood. ([ebcbd01](https://github.com/ckeditor/ckeditor5-core/commit/ebcbd01))
74
+ * Introduced `MultiCommand` which acts as a composite command – it can group many commands under the hood. ([ebcbd01](https://github.com/ckeditor/ckeditor5-core/commit/ebcbd01))
75
75
 
76
76
  ### Other changes
77
77
 
@@ -79,14 +79,14 @@ Internal changes only (updated dependencies, documentation, etc.).
79
79
  * Updated translations. ([43f5b6e](https://github.com/ckeditor/ckeditor5-core/commit/43f5b6e))
80
80
 
81
81
 
82
- ## [12.1.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.0...v12.1.1) (2019-06-05)
82
+ ## [12.1.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.0...v12.1.1) (June 6, 2019)
83
83
 
84
84
  ### Other changes
85
85
 
86
86
  * Updated translations. ([ed6bd3c](https://github.com/ckeditor/ckeditor5-core/commit/ed6bd3c))
87
87
 
88
88
 
89
- ## [12.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.0.0...v12.1.0) (2019-04-10)
89
+ ## [12.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.0.0...v12.1.0) (April 4, 2019)
90
90
 
91
91
  ### Features
92
92
 
@@ -98,7 +98,7 @@ Internal changes only (updated dependencies, documentation, etc.).
98
98
  * Updated translations. ([2dedc43](https://github.com/ckeditor/ckeditor5-core/commit/2dedc43))
99
99
 
100
100
 
101
- ## [12.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.1.0...v12.0.0) (2019-02-28)
101
+ ## [12.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.1.0...v12.0.0) (February 28, 2019)
102
102
 
103
103
  ### Bug fixes
104
104
 
@@ -117,14 +117,14 @@ Internal changes only (updated dependencies, documentation, etc.).
117
117
  * 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))
118
118
  * The `Editor#getData()` method now returns an empty string by default when editor content is empty (instead of returning `'<p>&nbsp;</p>'` as before).
119
119
  * The `editor#pluginsReady` event was removed. Use plugin `afterInit()` method instead.
120
- * Removed `EditorWithUI#element` property. The `EditorUI#element` property should be used instead.
121
- * Removed `EditorWithUI#uiReady` event. The `EditorUI#ready` event should be used instead.
120
+ * Removed `EditorWithUI#element` property. The `EditorUI#element` property should be used instead.
121
+ * Removed `EditorWithUI#uiReady` event. The `EditorUI#ready` event should be used instead.
122
122
  * Removed `view` parameter in `EditorUI` constructor. Only subclasses should use it without passing it further to `EditorUI`.
123
123
  * Removed `EditorUI#view` property. The `view` property from subclasses (like `ClassicEditorUI#view`) should be used directly instead.
124
124
  * The `editor.plugins.get()` will now throw an error if the plugin is not loaded. Use `editor.plugins.has()` to check if plugin is available.
125
125
 
126
126
 
127
- ## [11.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.1...v11.1.0) (2018-12-05)
127
+ ## [11.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.1...v11.1.0) (December 5, 2018)
128
128
 
129
129
  ### Features
130
130
 
@@ -135,20 +135,20 @@ Internal changes only (updated dependencies, documentation, etc.).
135
135
  * Improved SVG icons size. See [ckeditor/ckeditor5-theme-lark#206](https://github.com/ckeditor/ckeditor5-theme-lark/issues/206). ([c4795fb](https://github.com/ckeditor/ckeditor5-core/commit/c4795fb))
136
136
 
137
137
 
138
- ## [11.0.1](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.0...v11.0.1) (2018-10-08)
138
+ ## [11.0.1](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.0...v11.0.1) (October 8, 2018)
139
139
 
140
140
  ### Other changes
141
141
 
142
142
  * Updated translations. ([873d193](https://github.com/ckeditor/ckeditor5-core/commit/873d193))
143
143
 
144
144
 
145
- ## [11.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.1.0...v11.0.0) (2018-07-18)
145
+ ## [11.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.1.0...v11.0.0) (July 18, 2018)
146
146
 
147
147
  ### Features
148
148
 
149
149
  * Added the observable `Editor#state` property. Closes [#124](https://github.com/ckeditor/ckeditor5-core/issues/124). ([ec89d8d](https://github.com/ckeditor/ckeditor5-core/commit/ec89d8d))
150
150
  * Imported the module providing the `CKEDITOR_VERSION` global constant in the `Editor` class (see [ckeditor/ckeditor5#1005](https://github.com/ckeditor/ckeditor5/issues/1005)). ([a1a9144](https://github.com/ckeditor/ckeditor5-core/commit/a1a9144))
151
- * Introduced the `#element` property to the `EditorWithUI` interface. The `#element` property from the `ElementApi` interface has been renamed to `#sourceElement`. Most editors implement both interfaces, which ultimately means that the old `editor.element` property is now called `editor.sourceElement` and there's a new `editor.element` property with a new meaning. Closes [#64](https://github.com/ckeditor/ckeditor5-core/issues/64). ([eb43b63](https://github.com/ckeditor/ckeditor5-core/commit/eb43b63))
151
+ * Introduced the `#element` property to the `EditorWithUI` interface. The `#element` property from the `ElementApi` interface has been renamed to `#sourceElement`. Most editors implement both interfaces, which means that the old `editor.element` property is now called `editor.sourceElement` and there is a new `editor.element` property with a new meaning. Closes [#64](https://github.com/ckeditor/ckeditor5-core/issues/64). ([eb43b63](https://github.com/ckeditor/ckeditor5-core/commit/eb43b63))
152
152
  * Introduced the `EditorUI#update` event. Closes [#130](https://github.com/ckeditor/ckeditor5-core/issues/130). ([734166a](https://github.com/ckeditor/ckeditor5-core/commit/734166a))
153
153
 
154
154
  ### Bug fixes
@@ -170,7 +170,7 @@ Internal changes only (updated dependencies, documentation, etc.).
170
170
  * The `EditorUI` is now a class (no longer an interface).
171
171
 
172
172
 
173
- ## [10.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.0.0...v10.1.0) (2018-06-21)
173
+ ## [10.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.0.0...v10.1.0) (June 21, 2018)
174
174
 
175
175
  ### Features
176
176
 
@@ -181,7 +181,7 @@ Internal changes only (updated dependencies, documentation, etc.).
181
181
  * Updated translations.
182
182
 
183
183
 
184
- ## [10.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
184
+ ## [10.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.4...v10.0.0) (April 25, 2018)
185
185
 
186
186
  ### Other changes
187
187
 
@@ -189,22 +189,22 @@ Internal changes only (updated dependencies, documentation, etc.).
189
189
 
190
190
  ### BREAKING CHANGES
191
191
 
192
- * The license under which CKEditor&nbsp;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.
192
+ * The license under which CKEditor&nbsp;5 is released was changed from a triple GPL, LGPL, and MPL license to a GPL2+. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
193
193
 
194
194
 
195
- ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
195
+ ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.2...v1.0.0-beta.4) (April 19, 2018)
196
196
 
197
197
  Internal changes only (updated dependencies, documentation, etc.).
198
198
 
199
199
 
200
- ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
200
+ ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.1...v1.0.0-beta.2) (April 10, 2018)
201
201
 
202
202
  ### Other changes
203
203
 
204
204
  * Made the check and cancel icons thicker and fill-friendly (see [ckeditor/ckeditor5#810](https://github.com/ckeditor/ckeditor5/issues/810)). ([6584541](https://github.com/ckeditor/ckeditor5-core/commit/6584541))
205
205
 
206
206
 
207
- ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
207
+ ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (March 15, 2018)
208
208
 
209
209
  ### Other changes
210
210
 
@@ -219,26 +219,26 @@ Internal changes only (updated dependencies, documentation, etc.).
219
219
  * The `StandardEditor` class was removed. Use `Editor` class with `DataInterface` and `ElementInterface` mixins.
220
220
 
221
221
 
222
- ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
222
+ ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (November 14, 2017)
223
223
 
224
224
  ### Other changes
225
225
 
226
226
  * Updated translations. ([1003fa4](https://github.com/ckeditor/ckeditor5-core/commit/1003fa4))
227
227
 
228
228
 
229
- ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.9.0...v1.0.0-alpha.1) (2017-10-03)
229
+ ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.9.0...v1.0.0-alpha.1) (October 3, 2017)
230
230
 
231
231
  ### Features
232
232
 
233
233
  * The `StandardEditor` should automatically update the contents of its source textarea upon submission of the form. Closes https://github.com/ckeditor/ckeditor5/issues/544. ([ce46fde](https://github.com/ckeditor/ckeditor5-core/commit/ce46fde))
234
234
 
235
235
 
236
- ## [0.9.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.1...v0.9.0) (2017-09-03)
236
+ ## [0.9.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.1...v0.9.0) (September 3, 2017)
237
237
 
238
238
  ### Bug fixes
239
239
 
240
240
  * `EditingKeystrokeHandler` should prevent default action only for commands. Closes [#90](https://github.com/ckeditor/ckeditor5-core/issues/90). ([82ff39a](https://github.com/ckeditor/ckeditor5-core/commit/82ff39a))
241
- * `ToggleAttributeCommand` should listen to reliable events in order to determine its state. Closes [#50](https://github.com/ckeditor/ckeditor5-core/issues/50). ([6816505](https://github.com/ckeditor/ckeditor5-core/commit/6816505))
241
+ * `ToggleAttributeCommand` should listen to reliable events to determine its state. Closes [#50](https://github.com/ckeditor/ckeditor5-core/issues/50). ([6816505](https://github.com/ckeditor/ckeditor5-core/commit/6816505))
242
242
  * SVG icons should not define own fill if controlled by the styles. Closes [#79](https://github.com/ckeditor/ckeditor5-core/issues/79). ([fadf5ec](https://github.com/ckeditor/ckeditor5-core/commit/fadf5ec))
243
243
 
244
244
  ### Features
@@ -254,7 +254,7 @@ Internal changes only (updated dependencies, documentation, etc.).
254
254
 
255
255
  * Bound `EditingController#isReadOnly` to the editor. Closes [#98](https://github.com/ckeditor/ckeditor5-core/issues/98). ([ec02906](https://github.com/ckeditor/ckeditor5-core/commit/ec02906))
256
256
  * Cleaned up SVG icons. ([ffac7e7](https://github.com/ckeditor/ckeditor5-core/commit/ffac7e7))
257
- * Introduced `PluginInterface`. A plugin doesn't need to inherit directly from the `Plugin` class, as long as it implements some minimal interface. See [#78](https://github.com/ckeditor/ckeditor5-core/issues/78). ([f476f34](https://github.com/ckeditor/ckeditor5-core/commit/f476f34))
257
+ * Introduced `PluginInterface`. A plugin does not need to inherit directly from the `Plugin` class, as long as it implements some minimal interface. See [#78](https://github.com/ckeditor/ckeditor5-core/issues/78). ([f476f34](https://github.com/ckeditor/ckeditor5-core/commit/f476f34))
258
258
  * Removed `ToggleAttributeCommand` class as well as other helpers from the `core/command` namespace. Closes [#14](https://github.com/ckeditor/ckeditor5-core/issues/14). ([7c68581](https://github.com/ckeditor/ckeditor5-core/commit/7c68581))
259
259
  * The command API has been redesigned. The `Command` methods are now public and consistent. Commands can be used in a standalone mode (without the editor). The `CommandCollection` was introduced and replaced the `Map` of commands used in `editor.commands`. Closes [#88](https://github.com/ckeditor/ckeditor5-core/issues/88). ([b76983b](https://github.com/ckeditor/ckeditor5-core/commit/b76983b))
260
260
 
@@ -267,39 +267,39 @@ Internal changes only (updated dependencies, documentation, etc.).
267
267
 
268
268
  * The `ToggleAttributeCommand` was moved to the `ckeditor5-basic-styles` package as `AttributeCommand` and the other command helpers to `ckeditor5-engine` as `Schema` methods.
269
269
  * The `Command`'s protected `_doExecute()` and `_checkEnabled()` methods have been replaced by public `execute()` and `refresh()` methods.
270
- * The `Command`'s `refreshState` event was removed and one should use `change:isEnabled` in order to control and override its state.
270
+ * The `Command`'s `refreshState` event was removed and one should use `change:isEnabled` to control and override its state.
271
271
  * The `core/command/command` module has been moved to the root directory (so the `Command` class is `core/command~Command` now).
272
272
  * The `Command#refresh()` method is now automatically called on `editor.document#changesDone`.
273
273
  * The `editor.commands` map was replaced by a `CommandCollection` instance so `editor.commands.set()` calls need to be replaced with `editor.commands.add()`.
274
274
 
275
- ### NOTE
275
+ ### Note
276
276
 
277
277
  * Plugin naming convention has changed.
278
278
 
279
279
 
280
- ## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (2017-05-07)
280
+ ## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (May 7, 2017)
281
281
 
282
282
  ### Other changes
283
283
 
284
284
  * Updated translations. ([993596a](https://github.com/ckeditor/ckeditor5-core/commit/993596a))
285
285
 
286
286
 
287
- ## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (2017-04-05)
287
+ ## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (April 5, 2017)
288
288
 
289
289
  ### Bug fixes
290
290
 
291
- * This time, we introduced support for `config.removePlugins` for real (we said that we did this in the previous release, but we didn't). Closes [#49](https://github.com/ckeditor/ckeditor5-core/issues/49). ([5834fed](https://github.com/ckeditor/ckeditor5-core/commit/5834fed))
291
+ * This time, we introduced support for `config.removePlugins` for real (we said that we did this in the previous release, but we did not). Closes [#49](https://github.com/ckeditor/ckeditor5-core/issues/49). ([5834fed](https://github.com/ckeditor/ckeditor5-core/commit/5834fed))
292
292
 
293
293
  ### Features
294
294
 
295
- * Added support for building plugins and default configs into `Editor` classes. Closes [#67](https://github.com/ckeditor/ckeditor5-core/issues/67). ([a1fa64f](https://github.com/ckeditor/ckeditor5-core/commit/a1fa64f))
295
+ * Added support for building plugins and default configurations into `Editor` classes. Closes [#67](https://github.com/ckeditor/ckeditor5-core/issues/67). ([a1fa64f](https://github.com/ckeditor/ckeditor5-core/commit/a1fa64f))
296
296
 
297
297
  ### Other changes
298
298
 
299
299
  * Updated translations. ([1296b03](https://github.com/ckeditor/ckeditor5-core/commit/1296b03))
300
300
 
301
301
 
302
- ## [0.7.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.6.0...v0.7.0) (2017-03-06)
302
+ ## [0.7.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.6.0...v0.7.0) (March 6, 2017)
303
303
 
304
304
  ### Features
305
305
 
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
5
- Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
package/README.md CHANGED
@@ -5,7 +5,7 @@ CKEditor&nbsp;5 core editor architecture
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
- This package implements CKEditor&nbsp;5's core editor architecture &mdash; a set of classes and interfaces which glue everything together.
8
+ This package implements CKEditor&nbsp;5's core editor architecture &ndash; a set of classes and interfaces which glue everything together.
9
9
 
10
10
  ## Documentation
11
11
 
@@ -7,5 +7,9 @@
7
7
  "Show more items": "Label of a toolbar button which reveals more toolbar items.",
8
8
  "%0 of %1": "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'.",
9
9
  "Cannot upload file:": "A generic error message displayed on upload failure. The file name is concatenated to this text.",
10
- "Rich Text Editor. Editing area: %0": "Accessible label of the specific editing area of the editor acting as a root of the entire application."
10
+ "Rich Text Editor. Editing area: %0": "Accessible label of the specific editing area of the editor acting as a root of the entire application.",
11
+ "Insert with file manager": "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown.",
12
+ "Replace with file manager": "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown.",
13
+ "Insert image with file manager": "The label for the insert image with the file manager toolbar button.",
14
+ "Replace image with file manager": "The label for the replace image with the file manager toolbar button."
11
15
  }
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Lêer nie opgelaai nie:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "لا يمكن رفع الملف:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "محرر النصوص المنسّقة. منطقة التحرير: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "إدخال مع مدير الملفات"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "استبدال بمدير الملفات"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "إدراج صورة مع مدير الملفات"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "استبدال الصورة بمدير الملفات"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr ""
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Fayl yüklənə bilmir"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Не може да качи файл:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Зона за редактиране: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Вмъкване с файловия мениджър"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Заменете с файловия мениджър"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Вмъкнете изображение с файловия мениджър"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Заменете изображението с файловия мениджър"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "ফাইল আপলোড করা যাবে নাঃ"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "রিচ টেক্সট এডিটর। সম্পাদনার ক্ষেত্র: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "ফাইল ম্যানেজার দিয়ে প্রবেশ করান"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "ফাইল ম্যানেজার দিয়ে প্রতিস্থাপন করুন"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "ফাইল ম্যানেজার দিয়ে ছবি প্রবেশ করান"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "ফাইল ম্যানেজার দিয়ে ছবি প্রতিস্থাপন করুন"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Nije moguće učitati fajl:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "No es pot pujar l'arxiu:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Editor de text enriquit. Àrea d'edició: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Insereix-ho amb un gestor de fitxers"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Substitueix-ho amb un gestor de fitxers"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Insereix la imatge amb el gestor de fitxers"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Substitueix la imatge amb un gestor de fitxers"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Soubor nelze nahrát:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Editační oblast rich text editoru: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Vložit pomocí správce souborů"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Nahradit pomocí správce souborů"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Vložit obrázek pomocí správce souborů"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Nahradit obrázek pomocí správce souborů"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Kan ikke uploade fil:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich text redigering. Redigeringsområde: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Indsæt med filhåndtering"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Udskift med filhåndtering"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Indsæt billede med filhåndtering"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Udskift billede med filhåndtering"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Datei kann nicht hochgeladen werden:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -52,3 +52,19 @@ msgstr "Die Datei kann nicht hochgeladen werden:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Bearbeitungsbereich: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Mit Dateimanager einfügen"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Mittels Dateimanager ersetzen"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Bild mit dem Dateimanager einfügen"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Bild mittels Dateimanager ersetzen"