-
Notifications
You must be signed in to change notification settings - Fork 40
T/1618: Merge *cast-selection-converters into *casthelpers #1628
Conversation
I think they should be also marked as protected exports. Note that it is fine to use the protected code in tests and related files in the same module. |
Ach, I see that |
Yeah we might take a second look at those methods. It might be a case that those exports are needed because of dev-utils or use in controllers/editors/model but are not needed by an enddeveloper. |
@pjasiun mostly here: ckeditor5-engine/src/controller/editingcontroller.js Lines 96 to 106 in f16eeba
|
I was thinking about them for a while (and I even started writing a follow-up) and let's keep it the way it is. These helpers are not exposed in the |
Suggested merge commit message (convention)
Other: Merge *cast-selection-converters into *casthelpers. Closes ckeditor/ckeditor5#4455.
BREAKING CHANGE: The
clearAttributes()
downcast conversion helper was moved tomodule:engine/conversion/downcasthelpers
.BREAKING CHANGE: The
convertCollapsedSelection()
downcast conversion helper was moved tomodule:engine/conversion/downcasthelpers
.BREAKING CHANGE: The
convertRangeSelection()
downcast conversion helper was moved tomodule:engine/conversion/downcasthelpers
.BREAKING CHANGE: The
convertSelectionChange()
upcast conversion helper was moved tomodule:engine/conversion/upcasthelpers
.Additional information