Skip to content

Releases: aabadaa/UndoRedoManager

TriggerKeys and Custom comparator

22 Oct 11:54

Choose a tag to compare

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

29 Jul 21:07

Choose a tag to compare

You can pass a commit action which will be called immediatly and after calling the redo method.

Init method

13 Jul 17:15

Choose a tag to compare

Call init() after initializing your states then you can call commit

Inspire the implementation from git

24 Jun 18:24

Choose a tag to compare

Now you should call the commit method to save changes

Custom state provider

22 Jun 20:15

Choose a tag to compare

create your own state provider or use SavedStateHandle

remove minification

20 May 17:40

Choose a tag to compare

remove minification Pre-release
Pre-release
1.1.2

remove minification

bug fix

20 May 17:22

Choose a tag to compare

bug fix Pre-release
Pre-release
1.1.1

Merge remote-tracking branch 'origin/master' into master

Can Flows

20 May 17:05

Choose a tag to compare

Use canRedo/canUndo to enable and disable redo/undo buttons in your views

First version

20 May 16:31

Choose a tag to compare

1.0.6

fix configuration