Skip to content

Release 1.3.1

Compare
Choose a tag to compare
@TomasMikula TomasMikula released this 28 Apr 01:00
· 27 commits to master since this release

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<?>.