Skip to content

0.5.1

Compare
Choose a tag to compare
@geoffdavis92 geoffdavis92 released this 03 Dec 05:41
· 77 commits to master since this release

Features

  • Added ability to export state to a parent component on componentWillUnmount via the exportState prop on a Floodgate instance (#17, f7fdb4e)
  • Added event callbacks to fire when loadNext and reset are called, and when loadComplete equals true (#27, #30, e2f5a4b)

Maintenance

  • Refactored loadNext to be more readable, mitigate chances of buggy behavior (#26, 1855ec6)