Releases: sghall/resonance
Releases · sghall/resonance
Version 1.0.0 Beta 8
- WIP for rendering to DOM
Version 0.9.5
- No API changes. Update React peer range.
Version 0.9.4
- Add Animate component
- Default ease on the timing key is now a linear ease instead of the cubic
Version 0.9.3
- Remove dependency on prop-types.
Version 0.9.2
- Updates to NPM docs. Mark start prop as required to NodeGroup and TickGroup.
Version 0.9.1
- No API changes. Just updates to NPM documentation,
Version 0.9.0
- 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.
Version 0.8.2
- Bug Fix for TickGroup remove function
Version 0.8.1
- No API Changes - Update NPM documentation / Fixes to Examples
Version 0.8.0
- BREAKING CHANGE - The library now exports just two components NodeGroup and TickGroup (#19)