Resonance Versions Save

:black_medium_small_square:Resonance | 5kb React animation library

v1.0.0-beta.8

5 years ago
  • WIP for rendering to DOM

v0.9.5

6 years ago
  • No API changes. Update React peer range.

v0.9.4

6 years ago
  • Add Animate component
  • Default ease on the timing key is now a linear ease instead of the cubic

v0.9.3

6 years ago
  • Remove dependency on prop-types.

v0.9.2

6 years ago
  • Updates to NPM docs. Mark start prop as required to NodeGroup and TickGroup.

v0.9.1

6 years ago
  • No API changes. Just updates to NPM documentation,

v0.9.0

6 years ago
  • 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.

v0.8.2

6 years ago
  • Bug Fix for TickGroup remove function

v0.8.1

6 years ago
  • No API Changes - Update NPM documentation / Fixes to Examples

v0.8.0

6 years ago
  • BREAKING CHANGE - The library now exports just two components NodeGroup and TickGroup (#19)