Maciej Gołaszewski
|
f225520ec7
Merge branch 'master' into i/3287
|
6 yıl önce |
Kamil Piechaczek
|
7a5188b042
Internal: Bumped the year. [skip ci]
|
6 yıl önce |
Maciej Gołaszewski
|
a7f398b36b
Remove custom table formatting utils in favor of assertEqualMarkup().
|
6 yıl önce |
Kamil Piechaczek
|
db6b0450ae
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 yıl önce |
Kamil Piechaczek
|
5c3b474622
Internal: Bumped the year. [skip ci]
|
6 yıl önce |
Maciej Gołaszewski
|
c3efd1a7ec
Changed: Downcast conversion will work with a block content always present in the table.
|
7 yıl önce |
Maciej Gołaszewski
|
5476d3af90
Changed: Remove redundant options from from table schema.
|
7 yıl önce |
Maciej Gołaszewski
|
af5f6ecfad
Fix: Fix TableUtils#splitCellVertically() algorithm and update docs.
|
7 yıl önce |
Maciej Gołaszewski
|
6dd1d13964
Docs: Update TableUtils#insertRows() and TableUtils#insertColumns() methods docs.
|
7 yıl önce |
Maciej Gołaszewski
|
b76b548ab9
Other: Improve readability of downcast attribute converters.
|
7 yıl önce |
Maciej Gołaszewski
|
88b65d4fa3
Fixed: The split cell vertically and horizontally was wrongly used in code.
|
7 yıl önce |
Maciej Gołaszewski
|
0537447b6a
Fix: Splitting table cell vertically in heading section should update table's headingRows attribute.
|
7 yıl önce |
Maciej Gołaszewski
|
7161c6779e
Fixed: Properly handle splitting cells vertically that have colspan.
|
7 yıl önce |
Maciej Gołaszewski
|
8fa6169c05
Fixed: Properly handle splitting cells depending of cell's rowspan attribute and number of cells to split.
|
7 yıl önce |
Maciej Gołaszewski
|
de91cff96e
Fixed: Splitting table cell with rowspan should reduce this attribute properly.
|
7 yıl önce |
Maciej Gołaszewski
|
8570731e7e
Fix: The multiple rowspanned cells prevents proper column insertion.
|
7 yıl önce |
Maciej Gołaszewski
|
7d0c065436
Refactor RemoveColumnCommand & move getColumns() to TableUtils plugin.
|
7 yıl önce |
Maciej Gołaszewski
|
43624e47ca
Refactor InsertColumnCommand and create the `TableUtils#getCellLocation()` method.
|
7 yıl önce |
Maciej Gołaszewski
|
62a1d0d8b6
Refactor the `TableUtils#insertColumns()` method.
|
7 yıl önce |
Maciej Gołaszewski
|
ce6affda39
Changed: Create `TableUtils#insertColumns()` and create 'insertColumnBefore' and 'insertColumnAfter' commands.
|
7 yıl önce |
Maciej Gołaszewski
|
4224fbf385
Added: Support of rowspaned cells update in `TableUtils#splitCellHorizontally()`.
|
7 yıl önce |
Maciej Gołaszewski
|
17868d56d3
Added: Initial `TableUtils#splitCellVertically` implementation.
|
7 yıl önce |
Maciej Gołaszewski
|
6707df1490
Changed: Extract cell splitting to TableUtils plugin.
|
7 yıl önce |
Maciej Gołaszewski
|
82af5f7922
Changed: Refactor InsertRowCommand to TableUtils plugin and introduce new commands: "insertRowAbove" & "insertRowBelow".
|
7 yıl önce |