Piotrek Koszuliński
|
2d388999c6
Aligned command API usage to the changes done in ckeditor5-core#89.
|
8 gadi atpakaļ |
Kamil Piechaczek
|
39a558d9ae
Code style: Switched to ESLint.
|
8 gadi atpakaļ |
Szymon Cofalik
|
27b1a83b61
Changed: command should listen only to model.Document#event:changesDone. Fixes #49.
|
8 gadi atpakaļ |
Piotrek Koszuliński
|
9d2a24cd6d
Minor simplification. [skip ci]
|
8 gadi atpakaļ |
Szymon Cofalik
|
c01a3f8a40
Changed: in ListCommand, improved algorithm that fixes types of non-selected list items affected by list item type change.
|
8 gadi atpakaļ |
Szymon Cofalik
|
7b253b08ec
Changed: changing type of nested list item should change type of all items in that nested list.
|
8 gadi atpakaļ |
Szymon Cofalik
|
45593fa50f
Changed: feature is using `engine.model.Selection#getSelectedBlocks` instead of it's own algorithm. Removed src/utils.js.
|
8 gadi atpakaļ |
Szymon Cofalik
|
ae84b31f9c
Changed: do not remove "garbage" attributes when turning off list item. They will be removed in post fixer.
|
8 gadi atpakaļ |
Piotrek Koszuliński
|
ee914d8693
Removed unnecessary getPositionBeforeBlock and fixed how the command checks whether it should be enabled (see #32).
|
8 gadi atpakaļ |
Piotrek Koszuliński
|
9cdf1581d9
Started using engine's getSelectedBlocks().
|
8 gadi atpakaļ |
Piotrek Koszuliński
|
5556667575
Updated imports to use scoped packages.
|
9 gadi atpakaļ |
Piotrek Koszuliński
|
b3575bbe5e
Bump up the year.
|
9 gadi atpakaļ |
Piotrek Koszuliński
|
14ed0c5d3e
Use package-based paths to modules.
|
9 gadi atpakaļ |
Piotrek Koszuliński
|
44f6ac3232
Reformatted API docs.
|
9 gadi atpakaļ |
Maksymilian Barnaś
|
56d0dbe29b
Added options object to _doExecute method. Modified it to use custom batch. Added tests.
|
9 gadi atpakaļ |
Piotrek Koszuliński
|
9c8f13bd61
Minor refactoring.
|
9 gadi atpakaļ |
Piotrek Koszuliński
|
c0d212e2f2
Minor code and API docs improvements.
|
9 gadi atpakaļ |
Szymon Cofalik
|
1e67803302
Introduce List feature.
|
9 gadi atpakaļ |