Skip to content

Releases: sghall/resonance

Version 1.0.0 Beta 8

17 Feb 06:31
Compare
Choose a tag to compare
  • WIP for rendering to DOM

Version 0.9.5

24 Jul 00:05
Compare
Choose a tag to compare
  • No API changes. Update React peer range.

Version 0.9.4

17 Jul 01:32
Compare
Choose a tag to compare
  • Add Animate component
  • Default ease on the timing key is now a linear ease instead of the cubic

Version 0.9.3

25 Jun 16:59
Compare
Choose a tag to compare
  • Remove dependency on prop-types.

Version 0.9.2

23 Jun 00:59
Compare
Choose a tag to compare
  • Updates to NPM docs. Mark start prop as required to NodeGroup and TickGroup.

Version 0.9.1

21 Jun 16:46
Compare
Choose a tag to compare
  • No API changes. Just updates to NPM documentation,

Version 0.9.0

21 Jun 16:44
Compare
Choose a tag to compare
  • 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

15 Jun 05:29
Compare
Choose a tag to compare
  • Bug Fix for TickGroup remove function

Version 0.8.1

09 May 22:06
Compare
Choose a tag to compare
  • No API Changes - Update NPM documentation / Fixes to Examples

Version 0.8.0

09 May 20:45
Compare
Choose a tag to compare
  • BREAKING CHANGE - The library now exports just two components NodeGroup and TickGroup (#19)