Skip to content

Release 1.3.1

Choose a tag to compare

@TomasMikula TomasMikula released this 28 Apr 01:00

Actually adds the properties to peek at next available change for undo and redo, that were falsely advertised in 1.3.0, to the public API.

This changes the UndoManager interface to be generic in the change type: UndoManager<C>. For cases where you don't care about the new methods, you can just use a wildcard: UndoManager<?>.