Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@sghall sghall released this 21 Jun 16:44
· 235 commits to master since this release
  • BREAKING CHANGES - This release is a fundamental rethinking of how the library works. There is now no need to explicitly call a remove function to release nodes. They are removed automatically when leave transitions (if any) are complete. You also now provide a function as the child to NodeGroup and TickGroup. The function receives the updated nodes as its single parameter. See the docs and examples for more.