Skip to content

v1.1.0

Choose a tag to compare

@mikaelbr mikaelbr released this 11 Nov 20:05
· 159 commits to master since this release

Changes:

  1. Now using passing arguments to swap and next-animation-frame:
structure.on('swap', function (newStructure, oldStructure) {
   // Do something like undo/history
});