Releases: aabadaa/UndoRedoManager
Releases · aabadaa/UndoRedoManager
TriggerKeys and Custom comparator
The triggers key feature allows you to specify a key that triggers an undo or redo action. This can be useful if you want to undo or redo an action when the value of the specific key is changed
The custom comparator feature allows you to specify a custom comparator for the triggeredKeys values . This can be useful when you want to compoare the states according to a specific attribute
Commit action
You can pass a commit action which will be called immediatly and after calling the redo method.
Init method
Call init() after initializing your states then you can call commit
Inspire the implementation from git
Now you should call the commit method to save changes
Custom state provider
create your own state provider or use SavedStateHandle
remove minification
1.1.2 remove minification
bug fix
Can Flows
First version
1.0.6 fix configuration