Resonance Versions Save

:black_medium_small_square:Resonance | 5kb React animation library

v0.7.3

7 years ago
  • No API changes. Reduced file size for build.

v0.7.1

7 years ago
  • Fix state update bugs

v0.7.2

7 years ago
  • Bug fixes

v0.7.0

7 years ago
  • Support for transition object arrays #13
  • BREAKING CHANGE Just two factories are now exported createNodeGroup and createTickGroup

v0.6.0

7 years ago
  • BREAKING CHANGE - Switch to enter, update and exit semantics (#17)

v0.5.0

7 years ago
  • BREAKING CHANGE - removeNode is now remove or lazyRemove (#16)
  • NodeGroup and TickGroup now allow setting the wrapping component (#14)

v0.4.1

7 years ago
  • Add support for custom tween functions

v0.4.0

7 years ago
  • Pass data index to node and tick components
  • Modify example for NodeGroup to use index

v0.3.0

7 years ago
  • Breaking Change - Use state to manage transitions

v0.2.1

7 years ago
  • Increase test coverage
  • Transition event handlers are now fired only once