Skip to content

Releases: sghall/resonance

Version 0.7.3

28 Apr 18:37
Compare
Choose a tag to compare
  • No API changes. Reduced file size for build.

Version 0.7.2

26 Apr 22:41
Compare
Choose a tag to compare
  • Bug fixes

Version 0.7.1

26 Apr 22:42
Compare
Choose a tag to compare
  • Fix state update bugs

Version 0.7.0

26 Apr 20:48
Compare
Choose a tag to compare
  • Support for transition object arrays #13
  • BREAKING CHANGE Just two factories are now exported createNodeGroup and createTickGroup

Version 0.6.0

22 Apr 20:31
Compare
Choose a tag to compare
  • BREAKING CHANGE - Switch to enter, update and exit semantics (#17)

Version 0.5.0

22 Apr 18:31
Compare
Choose a tag to compare
  • BREAKING CHANGE - removeNode is now remove or lazyRemove (#16)
  • NodeGroup and TickGroup now allow setting the wrapping component (#14)

Version 0.4.1

20 Apr 16:54
Compare
Choose a tag to compare
  • Add support for custom tween functions

Version 0.4.0

12 Apr 05:46
Compare
Choose a tag to compare
  • Pass data index to node and tick components
  • Modify example for NodeGroup to use index

Version 0.3.0

26 Mar 19:05
Compare
Choose a tag to compare
  • Breaking Change - Use state to manage transitions

Version 0.2.1

25 Mar 00:24
Compare
Choose a tag to compare
  • Increase test coverage
  • Transition event handlers are now fired only once