Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

T/79 - Use typing.undoStep in both InputCommand and DeleteCommand #81

Merged
merged 1 commit into from
Mar 7, 2017

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Mar 6, 2017

Fix: Use typing.undoStep in both InputCommand and DeleteCommand. Closes ckeditor/ckeditor5#3077.

BREAKING CHANGE: The undo.step configuration option was replaced by typing.undoStep in DeleteCommand. The typing.undoStep works in the same manner as undo.step an should be used instead of it. See ckeditor/ckeditor5#3077.

@Reinmar
Copy link
Member

Reinmar commented Mar 6, 2017

Note – this is a breaking change and should be mentioned in the commit message. Of course, I don't think that anyone use this option already, but it's important to keep an eye on such aspects.

@f1ames
Copy link
Contributor Author

f1ames commented Mar 7, 2017

@Reinmar, I will keep this in mind next time. I also updated the proposal for merge message with BREAKING CHANGES info.

@Reinmar Reinmar merged commit c597467 into master Mar 7, 2017
@Reinmar Reinmar deleted the t/79 branch March 7, 2017 09:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There are undo.step and typing.undoStep config options used.
2 participants