@ckeditor/ckeditor5-table 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.
- package/CHANGELOG.md +19 -19
- package/LICENSE.md +1 -1
- package/build/table.js +2 -2
- package/ckeditor5-metadata.json +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en-gb.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/hy.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/ku.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nb.po +1 -1
- package/lang/translations/ne.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sl.po +1 -1
- package/lang/translations/sq.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/uz.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +3 -2
- package/src/augmentation.d.ts +2 -2
- package/src/augmentation.js +1 -1
- package/src/commands/insertcolumncommand.d.ts +2 -2
- package/src/commands/insertcolumncommand.js +2 -2
- package/src/commands/insertrowcommand.d.ts +2 -2
- package/src/commands/insertrowcommand.js +2 -2
- package/src/commands/inserttablecommand.d.ts +2 -2
- package/src/commands/inserttablecommand.js +2 -2
- package/src/commands/mergecellcommand.d.ts +4 -4
- package/src/commands/mergecellcommand.js +5 -5
- package/src/commands/mergecellscommand.d.ts +2 -2
- package/src/commands/mergecellscommand.js +5 -5
- package/src/commands/removecolumncommand.d.ts +2 -2
- package/src/commands/removecolumncommand.js +3 -3
- package/src/commands/removerowcommand.d.ts +2 -2
- package/src/commands/removerowcommand.js +2 -2
- package/src/commands/selectcolumncommand.d.ts +2 -2
- package/src/commands/selectcolumncommand.js +3 -3
- package/src/commands/selectrowcommand.d.ts +2 -2
- package/src/commands/selectrowcommand.js +2 -2
- package/src/commands/setheadercolumncommand.d.ts +2 -2
- package/src/commands/setheadercolumncommand.js +4 -4
- package/src/commands/setheaderrowcommand.d.ts +2 -2
- package/src/commands/setheaderrowcommand.js +4 -4
- package/src/commands/splitcellcommand.d.ts +2 -2
- package/src/commands/splitcellcommand.js +2 -2
- package/src/converters/downcast.d.ts +4 -4
- package/src/converters/downcast.js +3 -3
- package/src/converters/table-caption-post-fixer.d.ts +2 -2
- package/src/converters/table-caption-post-fixer.js +1 -1
- package/src/converters/table-cell-paragraph-post-fixer.d.ts +2 -2
- package/src/converters/table-cell-paragraph-post-fixer.js +1 -1
- package/src/converters/table-cell-refresh-handler.d.ts +2 -2
- package/src/converters/table-cell-refresh-handler.js +2 -2
- package/src/converters/table-headings-refresh-handler.d.ts +2 -2
- package/src/converters/table-headings-refresh-handler.js +2 -2
- package/src/converters/table-layout-post-fixer.d.ts +2 -2
- package/src/converters/table-layout-post-fixer.js +3 -3
- package/src/converters/tableproperties.d.ts +2 -2
- package/src/converters/tableproperties.js +1 -1
- package/src/converters/upcasttable.d.ts +2 -2
- package/src/converters/upcasttable.js +3 -3
- package/src/index.d.ts +54 -54
- package/src/index.js +24 -24
- package/src/plaintableoutput.d.ts +3 -3
- package/src/plaintableoutput.js +3 -3
- package/src/table.d.ts +9 -9
- package/src/table.js +9 -9
- package/src/tablecaption/tablecaptionediting.d.ts +3 -3
- package/src/tablecaption/tablecaptionediting.js +7 -7
- package/src/tablecaption/tablecaptionui.d.ts +2 -2
- package/src/tablecaption/tablecaptionui.js +4 -4
- package/src/tablecaption/toggletablecaptioncommand.d.ts +2 -2
- package/src/tablecaption/toggletablecaptioncommand.js +4 -4
- package/src/tablecaption/utils.d.ts +2 -2
- package/src/tablecaption/utils.js +2 -2
- package/src/tablecaption.d.ts +4 -4
- package/src/tablecaption.js +4 -4
- package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +3 -3
- package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +2 -2
- package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +4 -4
- package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +3 -3
- package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +4 -4
- package/src/tablecellproperties/commands/tablecellborderstylecommand.js +3 -3
- package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +4 -4
- package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +3 -3
- package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +3 -3
- package/src/tablecellproperties/commands/tablecellheightcommand.js +3 -3
- package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +3 -3
- package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +2 -2
- package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +4 -4
- package/src/tablecellproperties/commands/tablecellpaddingcommand.js +3 -3
- package/src/tablecellproperties/commands/tablecellpropertycommand.d.ts +3 -3
- package/src/tablecellproperties/commands/tablecellpropertycommand.js +2 -2
- package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +3 -3
- package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +2 -2
- package/src/tablecellproperties/tablecellpropertiesediting.d.ts +4 -4
- package/src/tablecellproperties/tablecellpropertiesediting.js +16 -16
- package/src/tablecellproperties/tablecellpropertiesui.d.ts +4 -4
- package/src/tablecellproperties/tablecellpropertiesui.js +8 -8
- package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +8 -8
- package/src/tablecellproperties/ui/tablecellpropertiesview.js +6 -6
- package/src/tablecellproperties.d.ts +4 -4
- package/src/tablecellproperties.js +4 -4
- package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +3 -3
- package/src/tablecellwidth/commands/tablecellwidthcommand.js +3 -3
- package/src/tablecellwidth/tablecellwidthediting.d.ts +3 -3
- package/src/tablecellwidth/tablecellwidthediting.js +6 -6
- package/src/tableclipboard.d.ts +6 -6
- package/src/tableclipboard.js +6 -6
- package/src/tablecolumnresize/constants.d.ts +1 -1
- package/src/tablecolumnresize/constants.js +1 -1
- package/src/tablecolumnresize/converters.d.ts +3 -3
- package/src/tablecolumnresize/converters.js +2 -2
- package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +5 -5
- package/src/tablecolumnresize/tablecolumnresizeediting.js +11 -11
- package/src/tablecolumnresize/tablewidthscommand.d.ts +3 -3
- package/src/tablecolumnresize/tablewidthscommand.js +3 -3
- package/src/tablecolumnresize/utils.d.ts +4 -4
- package/src/tablecolumnresize/utils.js +3 -3
- package/src/tablecolumnresize.d.ts +4 -4
- package/src/tablecolumnresize.js +4 -4
- package/src/tableconfig.d.ts +3 -3
- package/src/tableconfig.js +1 -1
- package/src/tableediting.d.ts +4 -4
- package/src/tableediting.js +21 -21
- package/src/tablekeyboard.d.ts +6 -6
- package/src/tablekeyboard.js +6 -6
- package/src/tablemouse/mouseeventsobserver.d.ts +2 -2
- package/src/tablemouse/mouseeventsobserver.js +2 -2
- package/src/tablemouse.d.ts +4 -4
- package/src/tablemouse.js +5 -5
- package/src/tableproperties/commands/tablealignmentcommand.d.ts +3 -3
- package/src/tableproperties/commands/tablealignmentcommand.js +2 -2
- package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +3 -3
- package/src/tableproperties/commands/tablebackgroundcolorcommand.js +2 -2
- package/src/tableproperties/commands/tablebordercolorcommand.d.ts +4 -4
- package/src/tableproperties/commands/tablebordercolorcommand.js +3 -3
- package/src/tableproperties/commands/tableborderstylecommand.d.ts +4 -4
- package/src/tableproperties/commands/tableborderstylecommand.js +3 -3
- package/src/tableproperties/commands/tableborderwidthcommand.d.ts +4 -4
- package/src/tableproperties/commands/tableborderwidthcommand.js +3 -3
- package/src/tableproperties/commands/tableheightcommand.d.ts +3 -3
- package/src/tableproperties/commands/tableheightcommand.js +3 -3
- package/src/tableproperties/commands/tablepropertycommand.d.ts +3 -3
- package/src/tableproperties/commands/tablepropertycommand.js +3 -3
- package/src/tableproperties/commands/tablewidthcommand.d.ts +3 -3
- package/src/tableproperties/commands/tablewidthcommand.js +3 -3
- package/src/tableproperties/tablepropertiesediting.d.ts +3 -3
- package/src/tableproperties/tablepropertiesediting.js +13 -13
- package/src/tableproperties/tablepropertiesui.d.ts +4 -4
- package/src/tableproperties/tablepropertiesui.js +8 -8
- package/src/tableproperties/ui/tablepropertiesview.d.ts +6 -6
- package/src/tableproperties/ui/tablepropertiesview.js +6 -6
- package/src/tableproperties.d.ts +4 -4
- package/src/tableproperties.js +4 -4
- package/src/tableselection.d.ts +4 -4
- package/src/tableselection.js +6 -6
- package/src/tabletoolbar.d.ts +3 -3
- package/src/tabletoolbar.js +4 -4
- package/src/tableui.d.ts +2 -2
- package/src/tableui.js +7 -8
- package/src/tableutils.d.ts +4 -4
- package/src/tableutils.js +7 -7
- package/src/tablewalker.d.ts +2 -2
- package/src/tablewalker.js +1 -1
- package/src/ui/colorinputview.d.ts +4 -4
- package/src/ui/colorinputview.js +3 -3
- package/src/ui/formrowview.d.ts +3 -3
- package/src/ui/formrowview.js +2 -2
- package/src/ui/inserttableview.d.ts +3 -3
- package/src/ui/inserttableview.js +3 -3
- package/src/utils/common.d.ts +3 -3
- package/src/utils/common.js +2 -2
- package/src/utils/structure.d.ts +4 -4
- package/src/utils/structure.js +3 -3
- package/src/utils/table-properties.d.ts +2 -2
- package/src/utils/table-properties.js +1 -1
- package/src/utils/ui/contextualballoon.d.ts +3 -3
- package/src/utils/ui/contextualballoon.js +5 -5
- package/src/utils/ui/table-properties.d.ts +6 -6
- package/src/utils/ui/table-properties.js +6 -6
- package/src/utils/ui/widget.d.ts +2 -2
- package/src/utils/ui/widget.js +2 -2
- package/theme/colorinput.css +1 -1
- package/theme/form.css +1 -1
- package/theme/formrow.css +1 -1
- package/theme/inserttable.css +1 -1
- package/theme/table.css +1 -1
- package/theme/tablecaption.css +1 -1
- package/theme/tablecellproperties.css +1 -1
- package/theme/tablecolumnresize.css +1 -1
- package/theme/tableediting.css +1 -1
- package/theme/tableform.css +1 -1
- package/theme/tableproperties.css +1 -1
- package/theme/tableselection.css +1 -1
- package/theme/icons/table.svg +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ 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-table/compare/v18.0.0...v19.0.0) (2020
|
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v18.0.0...v19.0.0) (April 29, 2020)
|
|
9
9
|
|
|
10
10
|
### Features
|
|
11
11
|
|
|
@@ -42,7 +42,7 @@ Changes for the past releases are available below.
|
|
|
42
42
|
* Updated translations. ([1e691d9](https://github.com/ckeditor/ckeditor5-table/commit/1e691d9)) ([5e98a03](https://github.com/ckeditor/ckeditor5-table/commit/5e98a03))
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v17.0.0...v18.0.0) (2020
|
|
45
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v17.0.0...v18.0.0) (March 19, 2020)
|
|
46
46
|
|
|
47
47
|
### Features
|
|
48
48
|
|
|
@@ -60,7 +60,7 @@ Changes for the past releases are available below.
|
|
|
60
60
|
* Updated translations. ([70b8af5](https://github.com/ckeditor/ckeditor5-table/commit/70b8af5))
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v16.0.0...v17.0.0) (2020
|
|
63
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v16.0.0...v17.0.0) (February 19, 2020)
|
|
64
64
|
|
|
65
65
|
### Features
|
|
66
66
|
|
|
@@ -68,14 +68,14 @@ Changes for the past releases are available below.
|
|
|
68
68
|
|
|
69
69
|
### Bug fixes
|
|
70
70
|
|
|
71
|
-
* Fixed a bug with
|
|
71
|
+
* Fixed a bug with spell checking or pasting via the context menu into a table cell crashing the editor. Closes [ckeditor/ckeditor5#6062](https://github.com/ckeditor/ckeditor5/issues/6062). ([be0d759](https://github.com/ckeditor/ckeditor5-table/commit/be0d759))
|
|
72
72
|
|
|
73
73
|
### Other changes
|
|
74
74
|
|
|
75
75
|
* Implemented lazy loading for the table dropdown. This will reduce editor initialization time. Closes [ckeditor/ckeditor5#6193](https://github.com/ckeditor/ckeditor5/issues/6193). ([5daa487](https://github.com/ckeditor/ckeditor5-table/commit/5daa487))
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v15.0.0...v16.0.0) (2019
|
|
78
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v15.0.0...v16.0.0) (December 4, 2019)
|
|
79
79
|
|
|
80
80
|
### Bug fixes
|
|
81
81
|
|
|
@@ -86,7 +86,7 @@ Changes for the past releases are available below.
|
|
|
86
86
|
* Updated translations. ([7b2df5c](https://github.com/ckeditor/ckeditor5-table/commit/7b2df5c))
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v14.0.0...v15.0.0) (2019
|
|
89
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v14.0.0...v15.0.0) (October 23, 2019)
|
|
90
90
|
|
|
91
91
|
### Bug fixes
|
|
92
92
|
|
|
@@ -98,7 +98,7 @@ Changes for the past releases are available below.
|
|
|
98
98
|
* Updated translations. ([ba00c09](https://github.com/ckeditor/ckeditor5-table/commit/ba00c09)) ([b1ff792](https://github.com/ckeditor/ckeditor5-table/commit/b1ff792))
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
## [14.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.2...v14.0.0) (2019
|
|
101
|
+
## [14.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.2...v14.0.0) (August 26, 2019)
|
|
102
102
|
|
|
103
103
|
### Features
|
|
104
104
|
|
|
@@ -120,17 +120,17 @@ Changes for the past releases are available below.
|
|
|
120
120
|
* `TableWalker` will not return `undefined` as `cell` value for spanned cells anymore. Use `isSpanned` instead.
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
## [13.0.2](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.1...v13.0.2) (2019
|
|
123
|
+
## [13.0.2](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.1...v13.0.2) (July 10, 2019)
|
|
124
124
|
|
|
125
125
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
## [13.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.0...v13.0.1) (2019
|
|
128
|
+
## [13.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.0...v13.0.1) (July 4, 2019)
|
|
129
129
|
|
|
130
130
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
## [13.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v12.0.1...v13.0.0) (2019
|
|
133
|
+
## [13.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v12.0.1...v13.0.0) (June 6, 2019)
|
|
134
134
|
|
|
135
135
|
### Bug fixes
|
|
136
136
|
|
|
@@ -148,7 +148,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
148
148
|
* `config.table.toolbar` is now removed from code. Use `config.table.contentToolbar` instead.
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
## [12.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v12.0.0...v12.0.1) (2019
|
|
151
|
+
## [12.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v12.0.0...v12.0.1) (April 4, 2019)
|
|
152
152
|
|
|
153
153
|
### Bug fixes
|
|
154
154
|
|
|
@@ -160,7 +160,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
160
160
|
* Updated translations. ([cd204c3](https://github.com/ckeditor/ckeditor5-table/commit/cd204c3))
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
## [12.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v11.0.1...v12.0.0) (2019
|
|
163
|
+
## [12.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v11.0.1...v12.0.0) (February 28, 2019)
|
|
164
164
|
|
|
165
165
|
### Features
|
|
166
166
|
|
|
@@ -185,7 +185,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
185
185
|
* The `isTableContentSelected()` utility has been replaced by `getTableWidgetAncestor()` and returns an editing `View` element instead of a `Boolean`.
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
## [11.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v11.0.0...v11.0.1) (2018
|
|
188
|
+
## [11.0.1](https://github.com/ckeditor/ckeditor5-table/compare/v11.0.0...v11.0.1) (December 5, 2018)
|
|
189
189
|
|
|
190
190
|
### Bug fixes
|
|
191
191
|
|
|
@@ -198,21 +198,21 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
198
198
|
* Updated translations. ([47475b2](https://github.com/ckeditor/ckeditor5-table/commit/47475b2)) ([5d39d35](https://github.com/ckeditor/ckeditor5-table/commit/5d39d35)) ([7ce6d5b](https://github.com/ckeditor/ckeditor5-table/commit/7ce6d5b)) ([268f607](https://github.com/ckeditor/ckeditor5-table/commit/268f607))
|
|
199
199
|
|
|
200
200
|
|
|
201
|
-
## [11.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v10.1.0...v11.0.0) (2018
|
|
201
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v10.1.0...v11.0.0) (October 8, 2018)
|
|
202
202
|
|
|
203
203
|
### Features
|
|
204
204
|
|
|
205
|
-
* Implemented the table post–fixer which bulletproofs the feature in various complex use–cases (
|
|
205
|
+
* Implemented the table post–fixer which bulletproofs the feature in various complex use–cases (for example, pasting and real-time collaborative editing). Closes [#13](https://github.com/ckeditor/ckeditor5-table/issues/13). ([01f9a3b](https://github.com/ckeditor/ckeditor5-table/commit/01f9a3b))
|
|
206
206
|
* Introduced the toolbar for the table widget (previously it was available only for single cells). Changed the toolbar configuration option from `table.toolbar` to `table.contentToolbar`. Closes [#113](https://github.com/ckeditor/ckeditor5-table/issues/113). Closes [#106](https://github.com/ckeditor/ckeditor5-table/issues/106). ([9f9486d](https://github.com/ckeditor/ckeditor5-table/commit/9f9486d))
|
|
207
207
|
|
|
208
|
-
Other: `config.table.toolbar` is marked as
|
|
208
|
+
Other: `config.table.toolbar` is marked as deprecated. Use `config.table.contentToolbar` instead.
|
|
209
209
|
* Introduced a support for block content inside tables. Closes [#56](https://github.com/ckeditor/ckeditor5-table/issues/56). ([cdf718e](https://github.com/ckeditor/ckeditor5-table/commit/cdf718e))
|
|
210
210
|
|
|
211
211
|
### Bug fixes
|
|
212
212
|
|
|
213
213
|
* A table cell should always have a `<paragraph>` in the model. Closes [#125](https://github.com/ckeditor/ckeditor5-table/issues/125). ([1eb5d6d](https://github.com/ckeditor/ckeditor5-table/commit/1eb5d6d))
|
|
214
214
|
* Downcast converter for table attributes should work with not converted child elements. Closes [#92](https://github.com/ckeditor/ckeditor5-table/issues/92). ([a3ea18d](https://github.com/ckeditor/ckeditor5-table/commit/a3ea18d))
|
|
215
|
-
* Merging down
|
|
215
|
+
* Merging down a row-spanned cell from the head with a cell in the body is now disabled. Closes [#86](https://github.com/ckeditor/ckeditor5-table/issues/86). ([cb77e38](https://github.com/ckeditor/ckeditor5-table/commit/cb77e38))
|
|
216
216
|
* The upcast conversion will now properly parse inline content in table cell into single paragraph. Closes [ckeditor/ckeditor5#1246](https://github.com/ckeditor/ckeditor5/issues/1246). ([ea1e16d](https://github.com/ckeditor/ckeditor5-table/commit/ea1e16d))
|
|
217
217
|
* Toggling headers should always include the column or row the selection is anchored to. Closes [#34](https://github.com/ckeditor/ckeditor5-table/issues/34). ([bce6766](https://github.com/ckeditor/ckeditor5-table/commit/bce6766))
|
|
218
218
|
|
|
@@ -233,7 +233,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
233
233
|
* Removed `table/commands/utils~getParentTable()` method. Use `table/commands/utils~findAncestor()` instead.
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
## [10.1.0](https://github.com/ckeditor/ckeditor5-table/compare/v10.0.0...v10.1.0) (2018
|
|
236
|
+
## [10.1.0](https://github.com/ckeditor/ckeditor5-table/compare/v10.0.0...v10.1.0) (July 18, 2018)
|
|
237
237
|
|
|
238
238
|
### Features
|
|
239
239
|
|
|
@@ -254,7 +254,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
254
254
|
* Updated translations. ([1730b88](https://github.com/ckeditor/ckeditor5-table/commit/1730b88))
|
|
255
255
|
|
|
256
256
|
|
|
257
|
-
## 10.0.0 (2018
|
|
257
|
+
## 10.0.0 (June 21, 2018)
|
|
258
258
|
|
|
259
259
|
### Features
|
|
260
260
|
|
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 table feature** – https://github.com/ckeditor/ckeditor5-table <br>
|
|
5
|
-
Copyright (c) 2003–
|
|
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
|
|